public class Ofxchartcontainer 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}ofxchartdata" maxOccurs="unbounded"/>
<element ref="{http://www.openfuxml.org/wiki}ofxchartcontainer" maxOccurs="unbounded"/>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Ofxchartcontainer> |
ofxchartcontainer |
protected List<Ofxchartdata> |
ofxchartdata |
protected String |
type |
| Constructor and Description |
|---|
Ofxchartcontainer() |
| Modifier and Type | Method and Description |
|---|---|
List<Ofxchartcontainer> |
getOfxchartcontainer()
Gets the value of the ofxchartcontainer property.
|
List<Ofxchartdata> |
getOfxchartdata()
Gets the value of the ofxchartdata property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isSetOfxchartcontainer() |
boolean |
isSetOfxchartdata() |
boolean |
isSetType() |
void |
setType(String value)
Sets the value of the type property.
|
void |
unsetOfxchartcontainer() |
void |
unsetOfxchartdata() |
protected List<Ofxchartdata> ofxchartdata
protected List<Ofxchartcontainer> ofxchartcontainer
protected String type
public List<Ofxchartdata> getOfxchartdata()
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 ofxchartdata property.
For example, to add a new item, do as follows:
getOfxchartdata().add(newItem);
Objects of the following type(s) are allowed in the list
Ofxchartdata
public boolean isSetOfxchartdata()
public void unsetOfxchartdata()
public List<Ofxchartcontainer> getOfxchartcontainer()
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 ofxchartcontainer property.
For example, to add a new item, do as follows:
getOfxchartcontainer().add(newItem);
Objects of the following type(s) are allowed in the list
Ofxchartcontainer
public boolean isSetOfxchartcontainer()
public void unsetOfxchartcontainer()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
Copyright © 2023. All rights reserved.