org.dawb.edna.mxv1
Class XSDataChemicalCompositionMM

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

public class XSDataChemicalCompositionMM
extends XSData

Java class for XSDataChemicalCompositionMM complex type.

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

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


Constructor Summary
XSDataChemicalCompositionMM()
           
 
Method Summary
 XSDataSolvent getSolvent()
          Gets the value of the solvent property.
 XSDataStructure getStructure()
          Gets the value of the structure property.
 void setSolvent(XSDataSolvent value)
          Sets the value of the solvent property.
 void setStructure(XSDataStructure value)
          Sets the value of the structure property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataChemicalCompositionMM

public XSDataChemicalCompositionMM()
Method Detail

getSolvent

public XSDataSolvent getSolvent()
Gets the value of the solvent property.

Returns:
possible object is XSDataSolvent

setSolvent

public void setSolvent(XSDataSolvent value)
Sets the value of the solvent property.

Parameters:
value - allowed object is XSDataSolvent

getStructure

public XSDataStructure getStructure()
Gets the value of the structure property.

Returns:
possible object is XSDataStructure

setStructure

public void setStructure(XSDataStructure value)
Sets the value of the structure property.

Parameters:
value - allowed object is XSDataStructure