org.dawb.edna.mxv1
Class XSDataIntegrationSubWedgeResult

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataIntegrationSubWedgeResult

public class XSDataIntegrationSubWedgeResult
extends XSData

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

XSDataIntegrationSubWedgeResult

public XSDataIntegrationSubWedgeResult()
Method Detail

getBestfileDat

public XSDataString getBestfileDat()
Gets the value of the bestfileDat property.

Returns:
possible object is XSDataString

setBestfileDat

public void setBestfileDat(XSDataString value)
Sets the value of the bestfileDat property.

Parameters:
value - allowed object is XSDataString

getBestfileHKL

public XSDataString getBestfileHKL()
Gets the value of the bestfileHKL property.

Returns:
possible object is XSDataString

setBestfileHKL

public void setBestfileHKL(XSDataString value)
Sets the value of the bestfileHKL property.

Parameters:
value - allowed object is XSDataString

getBestfilePar

public XSDataString getBestfilePar()
Gets the value of the bestfilePar property.

Returns:
possible object is XSDataString

setBestfilePar

public void setBestfilePar(XSDataString value)
Sets the value of the bestfilePar property.

Parameters:
value - allowed object is XSDataString

getExperimentalConditionRefined

public XSDataExperimentalCondition getExperimentalConditionRefined()
Gets the value of the experimentalConditionRefined property.

Returns:
possible object is XSDataExperimentalCondition

setExperimentalConditionRefined

public void setExperimentalConditionRefined(XSDataExperimentalCondition value)
Sets the value of the experimentalConditionRefined property.

Parameters:
value - allowed object is XSDataExperimentalCondition

getGeneratedMTZFile

public XSDataFile getGeneratedMTZFile()
Gets the value of the generatedMTZFile property.

Returns:
possible object is XSDataFile

setGeneratedMTZFile

public void setGeneratedMTZFile(XSDataFile value)
Sets the value of the generatedMTZFile property.

Parameters:
value - allowed object is XSDataFile

getIntegrationLogFile

public XSDataFile getIntegrationLogFile()
Gets the value of the integrationLogFile property.

Returns:
possible object is XSDataFile

setIntegrationLogFile

public void setIntegrationLogFile(XSDataFile value)
Sets the value of the integrationLogFile property.

Parameters:
value - allowed object is XSDataFile

getSubWedgeNumber

public XSDataInteger getSubWedgeNumber()
Gets the value of the subWedgeNumber property.

Returns:
possible object is XSDataInteger

setSubWedgeNumber

public void setSubWedgeNumber(XSDataInteger value)
Sets the value of the subWedgeNumber property.

Parameters:
value - allowed object is XSDataInteger

getStatistics

public XSDataStatisticsIntegration getStatistics()
Gets the value of the statistics property.

Returns:
possible object is XSDataStatisticsIntegration

setStatistics

public void setStatistics(XSDataStatisticsIntegration value)
Sets the value of the statistics property.

Parameters:
value - allowed object is XSDataStatisticsIntegration

getStatisticsPerResolutionBin

public java.util.List<XSDataStatisticsIntegrationPerResolutionBin> getStatisticsPerResolutionBin()
Gets the value of the statisticsPerResolutionBin property.

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