|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataStatisticsIntegration
public class XSDataStatisticsIntegration
Java class for XSDataStatisticsIntegration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataStatisticsIntegration"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="iOverSigmaAtHighestResolution" type="{http://www.edna-site.org}XSDataDouble"/> <element name="iOverSigmaOverall" type="{http://www.edna-site.org}XSDataDouble"/> <element name="numberOfBadReflections" type="{http://www.edna-site.org}XSDataInteger"/> <element name="numberOfFullyRecordedReflections" type="{http://www.edna-site.org}XSDataInteger"/> <element name="numberOfNegativeReflections" type="{http://www.edna-site.org}XSDataInteger"/> <element name="numberOfOverlappedReflections" type="{http://www.edna-site.org}XSDataInteger"/> <element name="numberOfPartialReflections" type="{http://www.edna-site.org}XSDataInteger"/> <element name="numberOfReflectionsGenerated" type="{http://www.edna-site.org}XSDataInteger"/> <element name="RMSSpotDeviation" type="{http://www.edna-site.org}XSDataLength"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataStatisticsIntegration()
|
Method Summary | |
---|---|
XSDataDouble |
getIOverSigmaAtHighestResolution()
Gets the value of the iOverSigmaAtHighestResolution property. |
XSDataDouble |
getIOverSigmaOverall()
Gets the value of the iOverSigmaOverall property. |
XSDataInteger |
getNumberOfBadReflections()
Gets the value of the numberOfBadReflections property. |
XSDataInteger |
getNumberOfFullyRecordedReflections()
Gets the value of the numberOfFullyRecordedReflections property. |
XSDataInteger |
getNumberOfNegativeReflections()
Gets the value of the numberOfNegativeReflections property. |
XSDataInteger |
getNumberOfOverlappedReflections()
Gets the value of the numberOfOverlappedReflections property. |
XSDataInteger |
getNumberOfPartialReflections()
Gets the value of the numberOfPartialReflections property. |
XSDataInteger |
getNumberOfReflectionsGenerated()
Gets the value of the numberOfReflectionsGenerated property. |
XSDataLength |
getRMSSpotDeviation()
Gets the value of the rmsSpotDeviation property. |
void |
setIOverSigmaAtHighestResolution(XSDataDouble value)
Sets the value of the iOverSigmaAtHighestResolution property. |
void |
setIOverSigmaOverall(XSDataDouble value)
Sets the value of the iOverSigmaOverall property. |
void |
setNumberOfBadReflections(XSDataInteger value)
Sets the value of the numberOfBadReflections property. |
void |
setNumberOfFullyRecordedReflections(XSDataInteger value)
Sets the value of the numberOfFullyRecordedReflections property. |
void |
setNumberOfNegativeReflections(XSDataInteger value)
Sets the value of the numberOfNegativeReflections property. |
void |
setNumberOfOverlappedReflections(XSDataInteger value)
Sets the value of the numberOfOverlappedReflections property. |
void |
setNumberOfPartialReflections(XSDataInteger value)
Sets the value of the numberOfPartialReflections property. |
void |
setNumberOfReflectionsGenerated(XSDataInteger value)
Sets the value of the numberOfReflectionsGenerated property. |
void |
setRMSSpotDeviation(XSDataLength value)
Sets the value of the rmsSpotDeviation property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataStatisticsIntegration()
Method Detail |
---|
public XSDataDouble getIOverSigmaAtHighestResolution()
XSDataDouble
public void setIOverSigmaAtHighestResolution(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataDouble getIOverSigmaOverall()
XSDataDouble
public void setIOverSigmaOverall(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataInteger getNumberOfBadReflections()
XSDataInteger
public void setNumberOfBadReflections(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getNumberOfFullyRecordedReflections()
XSDataInteger
public void setNumberOfFullyRecordedReflections(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getNumberOfNegativeReflections()
XSDataInteger
public void setNumberOfNegativeReflections(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getNumberOfOverlappedReflections()
XSDataInteger
public void setNumberOfOverlappedReflections(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getNumberOfPartialReflections()
XSDataInteger
public void setNumberOfPartialReflections(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getNumberOfReflectionsGenerated()
XSDataInteger
public void setNumberOfReflectionsGenerated(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataLength getRMSSpotDeviation()
XSDataLength
public void setRMSSpotDeviation(XSDataLength value)
value
- allowed object is
XSDataLength
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |