org.dawb.edna.mxv1
Class XSDataLigand

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

public class XSDataLigand
extends XSData

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

XSDataLigand

public XSDataLigand()
Method Detail

getNumberOfCopies

public XSDataFloat getNumberOfCopies()
Gets the value of the numberOfCopies property.

Returns:
possible object is XSDataFloat

setNumberOfCopies

public void setNumberOfCopies(XSDataFloat value)
Sets the value of the numberOfCopies property.

Parameters:
value - allowed object is XSDataFloat

getNumberOfLightAtoms

public XSDataFloat getNumberOfLightAtoms()
Gets the value of the numberOfLightAtoms property.

Returns:
possible object is XSDataFloat

setNumberOfLightAtoms

public void setNumberOfLightAtoms(XSDataFloat value)
Sets the value of the numberOfLightAtoms property.

Parameters:
value - allowed object is XSDataFloat

getHeavyAtoms

public XSDataAtomicComposition getHeavyAtoms()
Gets the value of the heavyAtoms property.

Returns:
possible object is XSDataAtomicComposition

setHeavyAtoms

public void setHeavyAtoms(XSDataAtomicComposition value)
Sets the value of the heavyAtoms property.

Parameters:
value - allowed object is XSDataAtomicComposition