org.dawb.edna.mxv1
Class XSDataSolvent

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

public class XSDataSolvent
extends XSData

Java class for XSDataSolvent complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataSolvent">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="atoms" type="{http://www.edna-site.org}XSDataAtomicComposition"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataSolvent()
           
 
Method Summary
 XSDataAtomicComposition getAtoms()
          Gets the value of the atoms property.
 void setAtoms(XSDataAtomicComposition value)
          Sets the value of the atoms property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataSolvent

public XSDataSolvent()
Method Detail

getAtoms

public XSDataAtomicComposition getAtoms()
Gets the value of the atoms property.

Returns:
possible object is XSDataAtomicComposition

setAtoms

public void setAtoms(XSDataAtomicComposition value)
Sets the value of the atoms property.

Parameters:
value - allowed object is XSDataAtomicComposition