org.dawb.edna.mxv1
Class XSDataAtom

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

public class XSDataAtom
extends XSData

Java class for XSDataAtom complex type.

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

 <complexType name="XSDataAtom">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="concentration" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="numberOf" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="symbol" type="{http://www.edna-site.org}XSDataString"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataAtom()
           
 
Method Summary
 XSDataFloat getConcentration()
          Gets the value of the concentration property.
 XSDataFloat getNumberOf()
          Gets the value of the numberOf property.
 XSDataString getSymbol()
          Gets the value of the symbol property.
 void setConcentration(XSDataFloat value)
          Sets the value of the concentration property.
 void setNumberOf(XSDataFloat value)
          Sets the value of the numberOf property.
 void setSymbol(XSDataString value)
          Sets the value of the symbol property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataAtom

public XSDataAtom()
Method Detail

getConcentration

public XSDataFloat getConcentration()
Gets the value of the concentration property.

Returns:
possible object is XSDataFloat

setConcentration

public void setConcentration(XSDataFloat value)
Sets the value of the concentration property.

Parameters:
value - allowed object is XSDataFloat

getNumberOf

public XSDataFloat getNumberOf()
Gets the value of the numberOf property.

Returns:
possible object is XSDataFloat

setNumberOf

public void setNumberOf(XSDataFloat value)
Sets the value of the numberOf property.

Parameters:
value - allowed object is XSDataFloat

getSymbol

public XSDataString getSymbol()
Gets the value of the symbol property.

Returns:
possible object is XSDataString

setSymbol

public void setSymbol(XSDataString value)
Sets the value of the symbol property.

Parameters:
value - allowed object is XSDataString