org.spase.parser134
Class Structure

java.lang.Object
  extended by org.spase.parser134.Structure

public class Structure
extends java.lang.Object

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

size

protected java.util.List<java.math.BigInteger> size

description

protected java.lang.String description

element

protected java.util.List<Element> element
Constructor Detail

Structure

public Structure()
Method Detail

getSize

public java.util.List<java.math.BigInteger> getSize()
Gets the value of the size property.

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


getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getElement

public java.util.List<Element> getElement()
Gets the value of the element property.

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