|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataExperimentalCondition
public class XSDataExperimentalCondition
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 |
---|
public XSDataExperimentalCondition()
Method Detail |
---|
public XSDataBeam getBeam()
XSDataBeam
public void setBeam(XSDataBeam value)
value
- allowed object is
XSDataBeam
public XSDataDetector getDetector()
XSDataDetector
public void setDetector(XSDataDetector value)
value
- allowed object is
XSDataDetector
public XSDataGoniostat getGoniostat()
XSDataGoniostat
public void setGoniostat(XSDataGoniostat value)
value
- allowed object is
XSDataGoniostat
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |