|
||||||||||
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.XSDataInput
org.dawb.edna.mxv1.XSDataIndexingInput
public class XSDataIndexingInput
Java class for XSDataIndexingInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataIndexingInput"> <complexContent> <extension base="{http://www.edna-site.org}XSDataInput"> <sequence> <element name="crystal" type="{http://www.edna-site.org}XSDataCrystal" minOccurs="0"/> <element name="dataCollection" type="{http://www.edna-site.org}XSDataCollection"/> <element name="experimentalCondition" type="{http://www.edna-site.org}XSDataExperimentalCondition" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataIndexingInput()
|
Method Summary | |
---|---|
XSDataCrystal |
getCrystal()
Gets the value of the crystal property. |
XSDataCollection |
getDataCollection()
Gets the value of the dataCollection property. |
XSDataExperimentalCondition |
getExperimentalCondition()
Gets the value of the experimentalCondition property. |
void |
setCrystal(XSDataCrystal value)
Sets the value of the crystal property. |
void |
setDataCollection(XSDataCollection value)
Sets the value of the dataCollection property. |
void |
setExperimentalCondition(XSDataExperimentalCondition value)
Sets the value of the experimentalCondition property. |
Methods inherited from class org.dawb.edna.mxv1.XSDataInput |
---|
getConfiguration, setConfiguration |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataIndexingInput()
Method Detail |
---|
public XSDataCrystal getCrystal()
XSDataCrystal
public void setCrystal(XSDataCrystal value)
value
- allowed object is
XSDataCrystal
public XSDataCollection getDataCollection()
XSDataCollection
public void setDataCollection(XSDataCollection value)
value
- allowed object is
XSDataCollection
public XSDataExperimentalCondition getExperimentalCondition()
XSDataExperimentalCondition
public void setExperimentalCondition(XSDataExperimentalCondition value)
value
- allowed object is
XSDataExperimentalCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |