org.dawb.edna.mxv1
Class XSDataChain

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

public class XSDataChain
extends XSData

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

XSDataChain

public XSDataChain()
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

getNumberOfMonomers

public XSDataFloat getNumberOfMonomers()
Gets the value of the numberOfMonomers property.

Returns:
possible object is XSDataFloat

setNumberOfMonomers

public void setNumberOfMonomers(XSDataFloat value)
Sets the value of the numberOfMonomers property.

Parameters:
value - allowed object is XSDataFloat

getType

public XSDataString getType()
Gets the value of the type property.

Returns:
possible object is XSDataString

setType

public void setType(XSDataString value)
Sets the value of the type property.

Parameters:
value - allowed object is XSDataString

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