|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataAtom
public class XSDataAtom
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 |
---|
public XSDataAtom()
Method Detail |
---|
public XSDataFloat getConcentration()
XSDataFloat
public void setConcentration(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getNumberOf()
XSDataFloat
public void setNumberOf(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataString getSymbol()
XSDataString
public void setSymbol(XSDataString value)
value
- allowed object is
XSDataString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |