org.dawb.edna.mxv1
Class XSDataExperimentalCondition

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataExperimentalCondition

public class XSDataExperimentalCondition
extends XSData

Java class for XSDataExperimentalCondition complex type.

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

 <complexType name="XSDataExperimentalCondition">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="beam" type="{http://www.edna-site.org}XSDataBeam" minOccurs="0"/>
         <element name="detector" type="{http://www.edna-site.org}XSDataDetector" minOccurs="0"/>
         <element name="goniostat" type="{http://www.edna-site.org}XSDataGoniostat" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataExperimentalCondition()
           
 
Method Summary
 XSDataBeam getBeam()
          Gets the value of the beam property.
 XSDataDetector getDetector()
          Gets the value of the detector property.
 XSDataGoniostat getGoniostat()
          Gets the value of the goniostat property.
 void setBeam(XSDataBeam value)
          Sets the value of the beam property.
 void setDetector(XSDataDetector value)
          Sets the value of the detector property.
 void setGoniostat(XSDataGoniostat value)
          Sets the value of the goniostat property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataExperimentalCondition

public XSDataExperimentalCondition()
Method Detail

getBeam

public XSDataBeam getBeam()
Gets the value of the beam property.

Returns:
possible object is XSDataBeam

setBeam

public void setBeam(XSDataBeam value)
Sets the value of the beam property.

Parameters:
value - allowed object is XSDataBeam

getDetector

public XSDataDetector getDetector()
Gets the value of the detector property.

Returns:
possible object is XSDataDetector

setDetector

public void setDetector(XSDataDetector value)
Sets the value of the detector property.

Parameters:
value - allowed object is XSDataDetector

getGoniostat

public XSDataGoniostat getGoniostat()
Gets the value of the goniostat property.

Returns:
possible object is XSDataGoniostat

setGoniostat

public void setGoniostat(XSDataGoniostat value)
Sets the value of the goniostat property.

Parameters:
value - allowed object is XSDataGoniostat