|
||||||||||
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.XSDataChain
public class XSDataChain
Java class for XSDataChain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataChain"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="numberOfCopies" type="{http://www.edna-site.org}XSDataFloat"/> <element name="numberOfMonomers" type="{http://www.edna-site.org}XSDataFloat"/> <element name="type" type="{http://www.edna-site.org}XSDataString"/> <element name="heavyAtoms" type="{http://www.edna-site.org}XSDataAtomicComposition"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataChain()
|
Method Summary | |
---|---|
XSDataAtomicComposition |
getHeavyAtoms()
Gets the value of the heavyAtoms property. |
XSDataFloat |
getNumberOfCopies()
Gets the value of the numberOfCopies property. |
XSDataFloat |
getNumberOfMonomers()
Gets the value of the numberOfMonomers property. |
XSDataString |
getType()
Gets the value of the type property. |
void |
setHeavyAtoms(XSDataAtomicComposition value)
Sets the value of the heavyAtoms property. |
void |
setNumberOfCopies(XSDataFloat value)
Sets the value of the numberOfCopies property. |
void |
setNumberOfMonomers(XSDataFloat value)
Sets the value of the numberOfMonomers property. |
void |
setType(XSDataString value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataChain()
Method Detail |
---|
public XSDataFloat getNumberOfCopies()
XSDataFloat
public void setNumberOfCopies(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getNumberOfMonomers()
XSDataFloat
public void setNumberOfMonomers(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataString getType()
XSDataString
public void setType(XSDataString value)
value
- allowed object is
XSDataString
public XSDataAtomicComposition getHeavyAtoms()
XSDataAtomicComposition
public void setHeavyAtoms(XSDataAtomicComposition value)
value
- allowed object is
XSDataAtomicComposition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |