org.dawb.edna.mxv1
Class XSDataSampleCrystal

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataSample
          extended by 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>
 


Constructor Summary
XSDataSampleCrystal()
           
 
Method Summary
 XSDataCrystal getCrystal()
          Gets the value of the crystal property.
 void setCrystal(XSDataCrystal value)
          Sets the value of the crystal property.
 
Methods inherited from class org.dawb.edna.mxv1.XSDataSample
getAbsorbedDoseRate, getShape, getSize, getSusceptibility, setAbsorbedDoseRate, setShape, setSize, setSusceptibility
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataSampleCrystal

public XSDataSampleCrystal()
Method Detail

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