|
||||||||||
| 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.XSDataChemicalCompositionMM
public class XSDataChemicalCompositionMM
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 |
|---|
public XSDataChemicalCompositionMM()
| Method Detail |
|---|
public XSDataSolvent getSolvent()
XSDataSolventpublic void setSolvent(XSDataSolvent value)
value - allowed object is
XSDataSolventpublic XSDataStructure getStructure()
XSDataStructurepublic void setStructure(XSDataStructure value)
value - allowed object is
XSDataStructure
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||