|
||||||||||
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.XSDataStrategyInput
public class XSDataStrategyInput
Java class for XSDataStrategyInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataStrategyInput"> <complexContent> <extension base="{http://www.edna-site.org}XSDataInput"> <sequence> <element name="bestFileContentDat" type="{http://www.edna-site.org}XSDataString"/> <element name="bestFileContentHKL" type="{http://www.edna-site.org}XSDataString" maxOccurs="unbounded"/> <element name="bestFileContentPar" type="{http://www.edna-site.org}XSDataString"/> <element name="crystalRefined" type="{http://www.edna-site.org}XSDataCrystal"/> <element name="diffractionPlan" type="{http://www.edna-site.org}XSDataDiffractionPlan"/> <element name="experimentalCondition" type="{http://www.edna-site.org}XSDataExperimentalCondition"/> <element name="sample" type="{http://www.edna-site.org}XSDataSampleCrystalMM"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataStrategyInput()
|
Method Summary | |
---|---|
XSDataString |
getBestFileContentDat()
Gets the value of the bestFileContentDat property. |
java.util.List<XSDataString> |
getBestFileContentHKL()
Gets the value of the bestFileContentHKL property. |
XSDataString |
getBestFileContentPar()
Gets the value of the bestFileContentPar property. |
XSDataCrystal |
getCrystalRefined()
Gets the value of the crystalRefined property. |
XSDataDiffractionPlan |
getDiffractionPlan()
Gets the value of the diffractionPlan property. |
XSDataExperimentalCondition |
getExperimentalCondition()
Gets the value of the experimentalCondition property. |
XSDataSampleCrystalMM |
getSample()
Gets the value of the sample property. |
void |
setBestFileContentDat(XSDataString value)
Sets the value of the bestFileContentDat property. |
void |
setBestFileContentPar(XSDataString value)
Sets the value of the bestFileContentPar property. |
void |
setCrystalRefined(XSDataCrystal value)
Sets the value of the crystalRefined property. |
void |
setDiffractionPlan(XSDataDiffractionPlan value)
Sets the value of the diffractionPlan property. |
void |
setExperimentalCondition(XSDataExperimentalCondition value)
Sets the value of the experimentalCondition property. |
void |
setSample(XSDataSampleCrystalMM value)
Sets the value of the sample 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 XSDataStrategyInput()
Method Detail |
---|
public XSDataString getBestFileContentDat()
XSDataString
public void setBestFileContentDat(XSDataString value)
value
- allowed object is
XSDataString
public java.util.List<XSDataString> getBestFileContentHKL()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the bestFileContentHKL property.
For example, to add a new item, do as follows:
getBestFileContentHKL().add(newItem);
Objects of the following type(s) are allowed in the list
XSDataString
public XSDataString getBestFileContentPar()
XSDataString
public void setBestFileContentPar(XSDataString value)
value
- allowed object is
XSDataString
public XSDataCrystal getCrystalRefined()
XSDataCrystal
public void setCrystalRefined(XSDataCrystal value)
value
- allowed object is
XSDataCrystal
public XSDataDiffractionPlan getDiffractionPlan()
XSDataDiffractionPlan
public void setDiffractionPlan(XSDataDiffractionPlan value)
value
- allowed object is
XSDataDiffractionPlan
public XSDataExperimentalCondition getExperimentalCondition()
XSDataExperimentalCondition
public void setExperimentalCondition(XSDataExperimentalCondition value)
value
- allowed object is
XSDataExperimentalCondition
public XSDataSampleCrystalMM getSample()
XSDataSampleCrystalMM
public void setSample(XSDataSampleCrystalMM value)
value
- allowed object is
XSDataSampleCrystalMM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |