|
||||||||||
| 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.XSDataInputStrategy
public class XSDataInputStrategy
Java class for XSDataInputStrategy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataInputStrategy">
<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 | |
|---|---|
XSDataInputStrategy()
|
|
| 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 XSDataInputStrategy()
| Method Detail |
|---|
public XSDataString getBestFileContentDat()
XSDataStringpublic void setBestFileContentDat(XSDataString value)
value - allowed object is
XSDataStringpublic 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()
XSDataStringpublic void setBestFileContentPar(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataCrystal getCrystalRefined()
XSDataCrystalpublic void setCrystalRefined(XSDataCrystal value)
value - allowed object is
XSDataCrystalpublic XSDataDiffractionPlan getDiffractionPlan()
XSDataDiffractionPlanpublic void setDiffractionPlan(XSDataDiffractionPlan value)
value - allowed object is
XSDataDiffractionPlanpublic XSDataExperimentalCondition getExperimentalCondition()
XSDataExperimentalConditionpublic void setExperimentalCondition(XSDataExperimentalCondition value)
value - allowed object is
XSDataExperimentalConditionpublic XSDataSampleCrystalMM getSample()
XSDataSampleCrystalMMpublic 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 | |||||||||