org.dawb.edna.mxv1
Class XSDataStatisticsIntegrationPerResolutionBin

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

public class XSDataStatisticsIntegrationPerResolutionBin
extends XSData

Java class for XSDataStatisticsIntegrationPerResolutionBin complex type.

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

 <complexType name="XSDataStatisticsIntegrationPerResolutionBin">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="maxResolution" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="minResolution" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="profileFitted" type="{http://www.edna-site.org}XSDataStatisticsIntegrationPerReflectionType"/>
         <element name="summation" type="{http://www.edna-site.org}XSDataStatisticsIntegrationPerReflectionType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataStatisticsIntegrationPerResolutionBin()
           
 
Method Summary
 XSDataDouble getMaxResolution()
          Gets the value of the maxResolution property.
 XSDataDouble getMinResolution()
          Gets the value of the minResolution property.
 XSDataStatisticsIntegrationPerReflectionType getProfileFitted()
          Gets the value of the profileFitted property.
 XSDataStatisticsIntegrationPerReflectionType getSummation()
          Gets the value of the summation property.
 void setMaxResolution(XSDataDouble value)
          Sets the value of the maxResolution property.
 void setMinResolution(XSDataDouble value)
          Sets the value of the minResolution property.
 void setProfileFitted(XSDataStatisticsIntegrationPerReflectionType value)
          Sets the value of the profileFitted property.
 void setSummation(XSDataStatisticsIntegrationPerReflectionType value)
          Sets the value of the summation property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataStatisticsIntegrationPerResolutionBin

public XSDataStatisticsIntegrationPerResolutionBin()
Method Detail

getMaxResolution

public XSDataDouble getMaxResolution()
Gets the value of the maxResolution property.

Returns:
possible object is XSDataDouble

setMaxResolution

public void setMaxResolution(XSDataDouble value)
Sets the value of the maxResolution property.

Parameters:
value - allowed object is XSDataDouble

getMinResolution

public XSDataDouble getMinResolution()
Gets the value of the minResolution property.

Returns:
possible object is XSDataDouble

setMinResolution

public void setMinResolution(XSDataDouble value)
Sets the value of the minResolution property.

Parameters:
value - allowed object is XSDataDouble

getProfileFitted

public XSDataStatisticsIntegrationPerReflectionType getProfileFitted()
Gets the value of the profileFitted property.

Returns:
possible object is XSDataStatisticsIntegrationPerReflectionType

setProfileFitted

public void setProfileFitted(XSDataStatisticsIntegrationPerReflectionType value)
Sets the value of the profileFitted property.

Parameters:
value - allowed object is XSDataStatisticsIntegrationPerReflectionType

getSummation

public XSDataStatisticsIntegrationPerReflectionType getSummation()
Gets the value of the summation property.

Returns:
possible object is XSDataStatisticsIntegrationPerReflectionType

setSummation

public void setSummation(XSDataStatisticsIntegrationPerReflectionType value)
Sets the value of the summation property.

Parameters:
value - allowed object is XSDataStatisticsIntegrationPerReflectionType