org.dawb.edna.mxv1
Class XSDataSampleCrystalMM
java.lang.Object
org.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataSample
org.dawb.edna.mxv1.XSDataSampleCrystal
org.dawb.edna.mxv1.XSDataSampleCrystalMM
public class XSDataSampleCrystalMM
- extends XSDataSampleCrystal
Java class for XSDataSampleCrystalMM complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataSampleCrystalMM">
<complexContent>
<extension base="{http://www.edna-site.org}XSDataSampleCrystal">
<sequence>
<element name="chemicalComposition" type="{http://www.edna-site.org}XSDataChemicalCompositionMM"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDataSampleCrystalMM
public XSDataSampleCrystalMM()
getChemicalComposition
public XSDataChemicalCompositionMM getChemicalComposition()
- Gets the value of the chemicalComposition property.
- Returns:
- possible object is
XSDataChemicalCompositionMM
setChemicalComposition
public void setChemicalComposition(XSDataChemicalCompositionMM value)
- Sets the value of the chemicalComposition property.
- Parameters:
value
- allowed object is
XSDataChemicalCompositionMM