|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.spase.parser134.Structure
public class Structure
The organization and relationship of individual values within a quantity.
Java class for Structure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Structure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.spase-group.org/data/schema}Size" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Description" minOccurs="0"/>
<element ref="{http://www.spase-group.org/data/schema}Element" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.util.List<Element> |
element
|
protected java.util.List<java.math.BigInteger> |
size
|
| Constructor Summary | |
|---|---|
Structure()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.List<Element> |
getElement()
Gets the value of the element property. |
java.util.List<java.math.BigInteger> |
getSize()
Gets the value of the size property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<java.math.BigInteger> size
protected java.lang.String description
protected java.util.List<Element> element
| Constructor Detail |
|---|
public Structure()
| Method Detail |
|---|
public java.util.List<java.math.BigInteger> getSize()
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 size property.
For example, to add a new item, do as follows:
getSize().add(newItem);
Objects of the following type(s) are allowed in the list
BigInteger
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Element> getElement()
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 element property.
For example, to add a new item, do as follows:
getElement().add(newItem);
Objects of the following type(s) are allowed in the list
Element
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||