org.dawb.edna.mxv1
Class XSDataDiffractionPlan

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

public class XSDataDiffractionPlan
extends XSData

Java class for XSDataDiffractionPlan complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataDiffractionPlan">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="aimedCompleteness" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="aimedIOverSigmaAtHighestResolution" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="aimedMultiplicity" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="aimedResolution" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="anomalousData" type="{http://www.edna-site.org}XSDataBoolean"/>
         <element name="complexity" type="{http://www.edna-site.org}XSDataString"/>
         <element name="detectorMaxResolution" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="detectorMinResolution" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="estimateRadiationDamage" type="{http://www.edna-site.org}XSDataBoolean"/>
         <element name="forcedSpaceGroup" type="{http://www.edna-site.org}XSDataString"/>
         <element name="maxExposureTimePerDataCollection" type="{http://www.edna-site.org}XSDataTime"/>
         <element name="requiredCompleteness" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="requiredMultiplicity" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="requiredResolution" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="strategyOption" type="{http://www.edna-site.org}XSDataString"/>
         <element name="minExposureTimePerImage" type="{http://www.edna-site.org}XSDataTime"/>
         <element name="goniostatMaxOscillationSpeed" type="{http://www.edna-site.org}XSDataAngularSpeed"/>
         <element name="goniostatMinOscillationWidth" type="{http://www.edna-site.org}XSDataAngle"/>
         <element name="minTransmission" type="{http://www.edna-site.org}XSDataDouble"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataDiffractionPlan()
           
 
Method Summary
 XSDataDouble getAimedCompleteness()
          Gets the value of the aimedCompleteness property.
 XSDataDouble getAimedIOverSigmaAtHighestResolution()
          Gets the value of the aimedIOverSigmaAtHighestResolution property.
 XSDataDouble getAimedMultiplicity()
          Gets the value of the aimedMultiplicity property.
 XSDataDouble getAimedResolution()
          Gets the value of the aimedResolution property.
 XSDataBoolean getAnomalousData()
          Gets the value of the anomalousData property.
 XSDataString getComplexity()
          Gets the value of the complexity property.
 XSDataDouble getDetectorMaxResolution()
          Gets the value of the detectorMaxResolution property.
 XSDataDouble getDetectorMinResolution()
          Gets the value of the detectorMinResolution property.
 XSDataBoolean getEstimateRadiationDamage()
          Gets the value of the estimateRadiationDamage property.
 XSDataString getForcedSpaceGroup()
          Gets the value of the forcedSpaceGroup property.
 XSDataAngularSpeed getGoniostatMaxOscillationSpeed()
          Gets the value of the goniostatMaxOscillationSpeed property.
 XSDataAngle getGoniostatMinOscillationWidth()
          Gets the value of the goniostatMinOscillationWidth property.
 XSDataTime getMaxExposureTimePerDataCollection()
          Gets the value of the maxExposureTimePerDataCollection property.
 XSDataTime getMinExposureTimePerImage()
          Gets the value of the minExposureTimePerImage property.
 XSDataDouble getMinTransmission()
          Gets the value of the minTransmission property.
 XSDataDouble getRequiredCompleteness()
          Gets the value of the requiredCompleteness property.
 XSDataDouble getRequiredMultiplicity()
          Gets the value of the requiredMultiplicity property.
 XSDataDouble getRequiredResolution()
          Gets the value of the requiredResolution property.
 XSDataString getStrategyOption()
          Gets the value of the strategyOption property.
 void setAimedCompleteness(XSDataDouble value)
          Sets the value of the aimedCompleteness property.
 void setAimedIOverSigmaAtHighestResolution(XSDataDouble value)
          Sets the value of the aimedIOverSigmaAtHighestResolution property.
 void setAimedMultiplicity(XSDataDouble value)
          Sets the value of the aimedMultiplicity property.
 void setAimedResolution(XSDataDouble value)
          Sets the value of the aimedResolution property.
 void setAnomalousData(XSDataBoolean value)
          Sets the value of the anomalousData property.
 void setComplexity(XSDataString value)
          Sets the value of the complexity property.
 void setDetectorMaxResolution(XSDataDouble value)
          Sets the value of the detectorMaxResolution property.
 void setDetectorMinResolution(XSDataDouble value)
          Sets the value of the detectorMinResolution property.
 void setEstimateRadiationDamage(XSDataBoolean value)
          Sets the value of the estimateRadiationDamage property.
 void setForcedSpaceGroup(XSDataString value)
          Sets the value of the forcedSpaceGroup property.
 void setGoniostatMaxOscillationSpeed(XSDataAngularSpeed value)
          Sets the value of the goniostatMaxOscillationSpeed property.
 void setGoniostatMinOscillationWidth(XSDataAngle value)
          Sets the value of the goniostatMinOscillationWidth property.
 void setMaxExposureTimePerDataCollection(XSDataTime value)
          Sets the value of the maxExposureTimePerDataCollection property.
 void setMinExposureTimePerImage(XSDataTime value)
          Sets the value of the minExposureTimePerImage property.
 void setMinTransmission(XSDataDouble value)
          Sets the value of the minTransmission property.
 void setRequiredCompleteness(XSDataDouble value)
          Sets the value of the requiredCompleteness property.
 void setRequiredMultiplicity(XSDataDouble value)
          Sets the value of the requiredMultiplicity property.
 void setRequiredResolution(XSDataDouble value)
          Sets the value of the requiredResolution property.
 void setStrategyOption(XSDataString value)
          Sets the value of the strategyOption property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataDiffractionPlan

public XSDataDiffractionPlan()
Method Detail

getAimedCompleteness

public XSDataDouble getAimedCompleteness()
Gets the value of the aimedCompleteness property.

Returns:
possible object is XSDataDouble

setAimedCompleteness

public void setAimedCompleteness(XSDataDouble value)
Sets the value of the aimedCompleteness property.

Parameters:
value - allowed object is XSDataDouble

getAimedIOverSigmaAtHighestResolution

public XSDataDouble getAimedIOverSigmaAtHighestResolution()
Gets the value of the aimedIOverSigmaAtHighestResolution property.

Returns:
possible object is XSDataDouble

setAimedIOverSigmaAtHighestResolution

public void setAimedIOverSigmaAtHighestResolution(XSDataDouble value)
Sets the value of the aimedIOverSigmaAtHighestResolution property.

Parameters:
value - allowed object is XSDataDouble

getAimedMultiplicity

public XSDataDouble getAimedMultiplicity()
Gets the value of the aimedMultiplicity property.

Returns:
possible object is XSDataDouble

setAimedMultiplicity

public void setAimedMultiplicity(XSDataDouble value)
Sets the value of the aimedMultiplicity property.

Parameters:
value - allowed object is XSDataDouble

getAimedResolution

public XSDataDouble getAimedResolution()
Gets the value of the aimedResolution property.

Returns:
possible object is XSDataDouble

setAimedResolution

public void setAimedResolution(XSDataDouble value)
Sets the value of the aimedResolution property.

Parameters:
value - allowed object is XSDataDouble

getAnomalousData

public XSDataBoolean getAnomalousData()
Gets the value of the anomalousData property.

Returns:
possible object is XSDataBoolean

setAnomalousData

public void setAnomalousData(XSDataBoolean value)
Sets the value of the anomalousData property.

Parameters:
value - allowed object is XSDataBoolean

getComplexity

public XSDataString getComplexity()
Gets the value of the complexity property.

Returns:
possible object is XSDataString

setComplexity

public void setComplexity(XSDataString value)
Sets the value of the complexity property.

Parameters:
value - allowed object is XSDataString

getDetectorMaxResolution

public XSDataDouble getDetectorMaxResolution()
Gets the value of the detectorMaxResolution property.

Returns:
possible object is XSDataDouble

setDetectorMaxResolution

public void setDetectorMaxResolution(XSDataDouble value)
Sets the value of the detectorMaxResolution property.

Parameters:
value - allowed object is XSDataDouble

getDetectorMinResolution

public XSDataDouble getDetectorMinResolution()
Gets the value of the detectorMinResolution property.

Returns:
possible object is XSDataDouble

setDetectorMinResolution

public void setDetectorMinResolution(XSDataDouble value)
Sets the value of the detectorMinResolution property.

Parameters:
value - allowed object is XSDataDouble

getEstimateRadiationDamage

public XSDataBoolean getEstimateRadiationDamage()
Gets the value of the estimateRadiationDamage property.

Returns:
possible object is XSDataBoolean

setEstimateRadiationDamage

public void setEstimateRadiationDamage(XSDataBoolean value)
Sets the value of the estimateRadiationDamage property.

Parameters:
value - allowed object is XSDataBoolean

getForcedSpaceGroup

public XSDataString getForcedSpaceGroup()
Gets the value of the forcedSpaceGroup property.

Returns:
possible object is XSDataString

setForcedSpaceGroup

public void setForcedSpaceGroup(XSDataString value)
Sets the value of the forcedSpaceGroup property.

Parameters:
value - allowed object is XSDataString

getMaxExposureTimePerDataCollection

public XSDataTime getMaxExposureTimePerDataCollection()
Gets the value of the maxExposureTimePerDataCollection property.

Returns:
possible object is XSDataTime

setMaxExposureTimePerDataCollection

public void setMaxExposureTimePerDataCollection(XSDataTime value)
Sets the value of the maxExposureTimePerDataCollection property.

Parameters:
value - allowed object is XSDataTime

getRequiredCompleteness

public XSDataDouble getRequiredCompleteness()
Gets the value of the requiredCompleteness property.

Returns:
possible object is XSDataDouble

setRequiredCompleteness

public void setRequiredCompleteness(XSDataDouble value)
Sets the value of the requiredCompleteness property.

Parameters:
value - allowed object is XSDataDouble

getRequiredMultiplicity

public XSDataDouble getRequiredMultiplicity()
Gets the value of the requiredMultiplicity property.

Returns:
possible object is XSDataDouble

setRequiredMultiplicity

public void setRequiredMultiplicity(XSDataDouble value)
Sets the value of the requiredMultiplicity property.

Parameters:
value - allowed object is XSDataDouble

getRequiredResolution

public XSDataDouble getRequiredResolution()
Gets the value of the requiredResolution property.

Returns:
possible object is XSDataDouble

setRequiredResolution

public void setRequiredResolution(XSDataDouble value)
Sets the value of the requiredResolution property.

Parameters:
value - allowed object is XSDataDouble

getStrategyOption

public XSDataString getStrategyOption()
Gets the value of the strategyOption property.

Returns:
possible object is XSDataString

setStrategyOption

public void setStrategyOption(XSDataString value)
Sets the value of the strategyOption property.

Parameters:
value - allowed object is XSDataString

getMinExposureTimePerImage

public XSDataTime getMinExposureTimePerImage()
Gets the value of the minExposureTimePerImage property.

Returns:
possible object is XSDataTime

setMinExposureTimePerImage

public void setMinExposureTimePerImage(XSDataTime value)
Sets the value of the minExposureTimePerImage property.

Parameters:
value - allowed object is XSDataTime

getGoniostatMaxOscillationSpeed

public XSDataAngularSpeed getGoniostatMaxOscillationSpeed()
Gets the value of the goniostatMaxOscillationSpeed property.

Returns:
possible object is XSDataAngularSpeed

setGoniostatMaxOscillationSpeed

public void setGoniostatMaxOscillationSpeed(XSDataAngularSpeed value)
Sets the value of the goniostatMaxOscillationSpeed property.

Parameters:
value - allowed object is XSDataAngularSpeed

getGoniostatMinOscillationWidth

public XSDataAngle getGoniostatMinOscillationWidth()
Gets the value of the goniostatMinOscillationWidth property.

Returns:
possible object is XSDataAngle

setGoniostatMinOscillationWidth

public void setGoniostatMinOscillationWidth(XSDataAngle value)
Sets the value of the goniostatMinOscillationWidth property.

Parameters:
value - allowed object is XSDataAngle

getMinTransmission

public XSDataDouble getMinTransmission()
Gets the value of the minTransmission property.

Returns:
possible object is XSDataDouble

setMinTransmission

public void setMinTransmission(XSDataDouble value)
Sets the value of the minTransmission property.

Parameters:
value - allowed object is XSDataDouble