|
||||||||||
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.XSDataLigand
public class XSDataLigand
Java class for XSDataLigand complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataLigand"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="numberOfCopies" type="{http://www.edna-site.org}XSDataFloat"/> <element name="numberOfLightAtoms" type="{http://www.edna-site.org}XSDataFloat"/> <element name="heavyAtoms" type="{http://www.edna-site.org}XSDataAtomicComposition"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataLigand()
|
Method Summary | |
---|---|
XSDataAtomicComposition |
getHeavyAtoms()
Gets the value of the heavyAtoms property. |
XSDataFloat |
getNumberOfCopies()
Gets the value of the numberOfCopies property. |
XSDataFloat |
getNumberOfLightAtoms()
Gets the value of the numberOfLightAtoms property. |
void |
setHeavyAtoms(XSDataAtomicComposition value)
Sets the value of the heavyAtoms property. |
void |
setNumberOfCopies(XSDataFloat value)
Sets the value of the numberOfCopies property. |
void |
setNumberOfLightAtoms(XSDataFloat value)
Sets the value of the numberOfLightAtoms property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataLigand()
Method Detail |
---|
public XSDataFloat getNumberOfCopies()
XSDataFloat
public void setNumberOfCopies(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getNumberOfLightAtoms()
XSDataFloat
public void setNumberOfLightAtoms(XSDataFloat value)
value
- allowed object is
XSDataFloat
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 |