public class Ofxgallery extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ofximage" maxOccurs="unbounded">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="wikilink" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Ofxgallery.Ofximage
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Ofxgallery.Ofximage> |
ofximage |
| Constructor and Description |
|---|
Ofxgallery() |
| Modifier and Type | Method and Description |
|---|---|
List<Ofxgallery.Ofximage> |
getOfximage()
Gets the value of the ofximage property.
|
boolean |
isSetOfximage() |
void |
unsetOfximage() |
protected List<Ofxgallery.Ofximage> ofximage
public List<Ofxgallery.Ofximage> getOfximage()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the ofximage property.
For example, to add a new item, do as follows:
getOfximage().add(newItem);
Objects of the following type(s) are allowed in the list
Ofxgallery.Ofximage
public boolean isSetOfximage()
public void unsetOfximage()
Copyright © 2023. All rights reserved.