public class Ofx 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 ref="{http://www.openfuxml.org/wiki}wikireplace" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/wiki}wikiinjection" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/wiki}ofxchart" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Ofxchart> |
ofxchart |
protected List<Wikiinjection> |
wikiinjection |
protected List<Wikireplace> |
wikireplace |
| Constructor and Description |
|---|
Ofx() |
| Modifier and Type | Method and Description |
|---|---|
List<Ofxchart> |
getOfxchart()
Gets the value of the ofxchart property.
|
List<Wikiinjection> |
getWikiinjection()
Gets the value of the wikiinjection property.
|
List<Wikireplace> |
getWikireplace()
Gets the value of the wikireplace property.
|
boolean |
isSetOfxchart() |
boolean |
isSetWikiinjection() |
boolean |
isSetWikireplace() |
void |
unsetOfxchart() |
void |
unsetWikiinjection() |
void |
unsetWikireplace() |
protected List<Wikireplace> wikireplace
protected List<Wikiinjection> wikiinjection
public List<Wikireplace> getWikireplace()
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 wikireplace property.
For example, to add a new item, do as follows:
getWikireplace().add(newItem);
Objects of the following type(s) are allowed in the list
Wikireplace
public boolean isSetWikireplace()
public void unsetWikireplace()
public List<Wikiinjection> getWikiinjection()
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 wikiinjection property.
For example, to add a new item, do as follows:
getWikiinjection().add(newItem);
Objects of the following type(s) are allowed in the list
Wikiinjection
public boolean isSetWikiinjection()
public void unsetWikiinjection()
public List<Ofxchart> getOfxchart()
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 ofxchart property.
For example, to add a new item, do as follows:
getOfxchart().add(newItem);
Objects of the following type(s) are allowed in the list
Ofxchart
public boolean isSetOfxchart()
public void unsetOfxchart()
Copyright © 2023. All rights reserved.