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