|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataAtomicComposition
public class XSDataAtomicComposition
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 |
|---|
public XSDataAtomicComposition()
| Method Detail |
|---|
public java.util.List<XSDataAtom> getAtom()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||