org.dawb.edna.mxv1
Class XSDataSample

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataSample
Direct Known Subclasses:
XSDataSampleCrystal

public class XSDataSample
extends XSData

Java class for XSDataSample complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataSample">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="absorbedDoseRate" type="{http://www.edna-site.org}XSDataAbsorbedDoseRate" minOccurs="0"/>
         <element name="shape" type="{http://www.edna-site.org}XSDataFloat" minOccurs="0"/>
         <element name="size" type="{http://www.edna-site.org}XSDataSize" minOccurs="0"/>
         <element name="susceptibility" type="{http://www.edna-site.org}XSDataFloat" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataSample()
           
 
Method Summary
 XSDataAbsorbedDoseRate getAbsorbedDoseRate()
          Gets the value of the absorbedDoseRate property.
 XSDataFloat getShape()
          Gets the value of the shape property.
 XSDataSize getSize()
          Gets the value of the size property.
 XSDataFloat getSusceptibility()
          Gets the value of the susceptibility property.
 void setAbsorbedDoseRate(XSDataAbsorbedDoseRate value)
          Sets the value of the absorbedDoseRate property.
 void setShape(XSDataFloat value)
          Sets the value of the shape property.
 void setSize(XSDataSize value)
          Sets the value of the size property.
 void setSusceptibility(XSDataFloat value)
          Sets the value of the susceptibility property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataSample

public XSDataSample()
Method Detail

getAbsorbedDoseRate

public XSDataAbsorbedDoseRate getAbsorbedDoseRate()
Gets the value of the absorbedDoseRate property.

Returns:
possible object is XSDataAbsorbedDoseRate

setAbsorbedDoseRate

public void setAbsorbedDoseRate(XSDataAbsorbedDoseRate value)
Sets the value of the absorbedDoseRate property.

Parameters:
value - allowed object is XSDataAbsorbedDoseRate

getShape

public XSDataFloat getShape()
Gets the value of the shape property.

Returns:
possible object is XSDataFloat

setShape

public void setShape(XSDataFloat value)
Sets the value of the shape property.

Parameters:
value - allowed object is XSDataFloat

getSize

public XSDataSize getSize()
Gets the value of the size property.

Returns:
possible object is XSDataSize

setSize

public void setSize(XSDataSize value)
Sets the value of the size property.

Parameters:
value - allowed object is XSDataSize

getSusceptibility

public XSDataFloat getSusceptibility()
Gets the value of the susceptibility property.

Returns:
possible object is XSDataFloat

setSusceptibility

public void setSusceptibility(XSDataFloat value)
Sets the value of the susceptibility property.

Parameters:
value - allowed object is XSDataFloat