org.dawb.edna.mxv1
Class XSDataAtomicComposition

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataAtomicComposition

public class XSDataAtomicComposition
extends XSData

Java class for XSDataAtomicComposition complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataAtomicComposition">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="atom" type="{http://www.edna-site.org}XSDataAtom" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataAtomicComposition()
           
 
Method Summary
 java.util.List<XSDataAtom> getAtom()
          Gets the value of the atom property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataAtomicComposition

public XSDataAtomicComposition()
Method Detail

getAtom

public java.util.List<XSDataAtom> getAtom()
Gets the value of the atom 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 atom property.

For example, to add a new item, do as follows:

    getAtom().add(newItem);
 

Objects of the following type(s) are allowed in the list XSDataAtom