|
||||||||||
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.XSDataIntegrationSubWedgeResult
public class XSDataIntegrationSubWedgeResult
Java class for XSDataIntegrationSubWedgeResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataIntegrationSubWedgeResult"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="bestfileDat" type="{http://www.edna-site.org}XSDataString"/> <element name="bestfileHKL" type="{http://www.edna-site.org}XSDataString"/> <element name="bestfilePar" type="{http://www.edna-site.org}XSDataString"/> <element name="experimentalConditionRefined" type="{http://www.edna-site.org}XSDataExperimentalCondition"/> <element name="generatedMTZFile" type="{http://www.edna-site.org}XSDataFile"/> <element name="integrationLogFile" type="{http://www.edna-site.org}XSDataFile"/> <element name="subWedgeNumber" type="{http://www.edna-site.org}XSDataInteger"/> <element name="statistics" type="{http://www.edna-site.org}XSDataStatisticsIntegration"/> <element name="statisticsPerResolutionBin" type="{http://www.edna-site.org}XSDataStatisticsIntegrationPerResolutionBin" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataIntegrationSubWedgeResult()
|
Method Summary | |
---|---|
XSDataString |
getBestfileDat()
Gets the value of the bestfileDat property. |
XSDataString |
getBestfileHKL()
Gets the value of the bestfileHKL property. |
XSDataString |
getBestfilePar()
Gets the value of the bestfilePar property. |
XSDataExperimentalCondition |
getExperimentalConditionRefined()
Gets the value of the experimentalConditionRefined property. |
XSDataFile |
getGeneratedMTZFile()
Gets the value of the generatedMTZFile property. |
XSDataFile |
getIntegrationLogFile()
Gets the value of the integrationLogFile property. |
XSDataStatisticsIntegration |
getStatistics()
Gets the value of the statistics property. |
java.util.List<XSDataStatisticsIntegrationPerResolutionBin> |
getStatisticsPerResolutionBin()
Gets the value of the statisticsPerResolutionBin property. |
XSDataInteger |
getSubWedgeNumber()
Gets the value of the subWedgeNumber property. |
void |
setBestfileDat(XSDataString value)
Sets the value of the bestfileDat property. |
void |
setBestfileHKL(XSDataString value)
Sets the value of the bestfileHKL property. |
void |
setBestfilePar(XSDataString value)
Sets the value of the bestfilePar property. |
void |
setExperimentalConditionRefined(XSDataExperimentalCondition value)
Sets the value of the experimentalConditionRefined property. |
void |
setGeneratedMTZFile(XSDataFile value)
Sets the value of the generatedMTZFile property. |
void |
setIntegrationLogFile(XSDataFile value)
Sets the value of the integrationLogFile property. |
void |
setStatistics(XSDataStatisticsIntegration value)
Sets the value of the statistics property. |
void |
setSubWedgeNumber(XSDataInteger value)
Sets the value of the subWedgeNumber property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataIntegrationSubWedgeResult()
Method Detail |
---|
public XSDataString getBestfileDat()
XSDataString
public void setBestfileDat(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getBestfileHKL()
XSDataString
public void setBestfileHKL(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getBestfilePar()
XSDataString
public void setBestfilePar(XSDataString value)
value
- allowed object is
XSDataString
public XSDataExperimentalCondition getExperimentalConditionRefined()
XSDataExperimentalCondition
public void setExperimentalConditionRefined(XSDataExperimentalCondition value)
value
- allowed object is
XSDataExperimentalCondition
public XSDataFile getGeneratedMTZFile()
XSDataFile
public void setGeneratedMTZFile(XSDataFile value)
value
- allowed object is
XSDataFile
public XSDataFile getIntegrationLogFile()
XSDataFile
public void setIntegrationLogFile(XSDataFile value)
value
- allowed object is
XSDataFile
public XSDataInteger getSubWedgeNumber()
XSDataInteger
public void setSubWedgeNumber(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataStatisticsIntegration getStatistics()
XSDataStatisticsIntegration
public void setStatistics(XSDataStatisticsIntegration value)
value
- allowed object is
XSDataStatisticsIntegration
public java.util.List<XSDataStatisticsIntegrationPerResolutionBin> getStatisticsPerResolutionBin()
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 statisticsPerResolutionBin property.
For example, to add a new item, do as follows:
getStatisticsPerResolutionBin().add(newItem);
Objects of the following type(s) are allowed in the list
XSDataStatisticsIntegrationPerResolutionBin
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |