|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSDataStatisticsIntegrationAverageAndNumberOfReflections
public class XSDataStatisticsIntegrationAverageAndNumberOfReflections
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 |
---|
public XSDataStatisticsIntegrationAverageAndNumberOfReflections()
Method Detail |
---|
public XSDataDouble getAverageIntensity()
XSDataDouble
public void setAverageIntensity(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataDouble getAverageIOverSigma()
XSDataDouble
public void setAverageIOverSigma(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataDouble getAverageSigma()
XSDataDouble
public void setAverageSigma(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataInteger getNumberOfReflections()
XSDataInteger
public void setNumberOfReflections(XSDataInteger value)
value
- allowed object is
XSDataInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |