org.dawb.edna.mxv1
Class XSDataStatisticsIntegrationAverageAndNumberOfReflections

java.lang.Object
  extended by org.dawb.edna.mxv1.XSDataStatisticsIntegrationAverageAndNumberOfReflections

public class XSDataStatisticsIntegrationAverageAndNumberOfReflections
extends java.lang.Object

Java class for XSDataStatisticsIntegrationAverageAndNumberOfReflections complex type.

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

 <complexType name="XSDataStatisticsIntegrationAverageAndNumberOfReflections">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="averageIntensity" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="averageIOverSigma" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="averageSigma" type="{http://www.edna-site.org}XSDataDouble"/>
         <element name="numberOfReflections" type="{http://www.edna-site.org}XSDataInteger"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataStatisticsIntegrationAverageAndNumberOfReflections()
           
 
Method Summary
 XSDataDouble getAverageIntensity()
          Gets the value of the averageIntensity property.
 XSDataDouble getAverageIOverSigma()
          Gets the value of the averageIOverSigma property.
 XSDataDouble getAverageSigma()
          Gets the value of the averageSigma property.
 XSDataInteger getNumberOfReflections()
          Gets the value of the numberOfReflections property.
 void setAverageIntensity(XSDataDouble value)
          Sets the value of the averageIntensity property.
 void setAverageIOverSigma(XSDataDouble value)
          Sets the value of the averageIOverSigma property.
 void setAverageSigma(XSDataDouble value)
          Sets the value of the averageSigma property.
 void setNumberOfReflections(XSDataInteger value)
          Sets the value of the numberOfReflections property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataStatisticsIntegrationAverageAndNumberOfReflections

public XSDataStatisticsIntegrationAverageAndNumberOfReflections()
Method Detail

getAverageIntensity

public XSDataDouble getAverageIntensity()
Gets the value of the averageIntensity property.

Returns:
possible object is XSDataDouble

setAverageIntensity

public void setAverageIntensity(XSDataDouble value)
Sets the value of the averageIntensity property.

Parameters:
value - allowed object is XSDataDouble

getAverageIOverSigma

public XSDataDouble getAverageIOverSigma()
Gets the value of the averageIOverSigma property.

Returns:
possible object is XSDataDouble

setAverageIOverSigma

public void setAverageIOverSigma(XSDataDouble value)
Sets the value of the averageIOverSigma property.

Parameters:
value - allowed object is XSDataDouble

getAverageSigma

public XSDataDouble getAverageSigma()
Gets the value of the averageSigma property.

Returns:
possible object is XSDataDouble

setAverageSigma

public void setAverageSigma(XSDataDouble value)
Sets the value of the averageSigma property.

Parameters:
value - allowed object is XSDataDouble

getNumberOfReflections

public XSDataInteger getNumberOfReflections()
Gets the value of the numberOfReflections property.

Returns:
possible object is XSDataInteger

setNumberOfReflections

public void setNumberOfReflections(XSDataInteger value)
Sets the value of the numberOfReflections property.

Parameters:
value - allowed object is XSDataInteger