|
||||||||||
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.XSDataStatisticsIntegrationPerResolutionBin
public class XSDataStatisticsIntegrationPerResolutionBin
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 |
---|
public XSDataStatisticsIntegrationPerResolutionBin()
Method Detail |
---|
public XSDataDouble getMaxResolution()
XSDataDouble
public void setMaxResolution(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataDouble getMinResolution()
XSDataDouble
public void setMinResolution(XSDataDouble value)
value
- allowed object is
XSDataDouble
public XSDataStatisticsIntegrationPerReflectionType getProfileFitted()
XSDataStatisticsIntegrationPerReflectionType
public void setProfileFitted(XSDataStatisticsIntegrationPerReflectionType value)
value
- allowed object is
XSDataStatisticsIntegrationPerReflectionType
public XSDataStatisticsIntegrationPerReflectionType getSummation()
XSDataStatisticsIntegrationPerReflectionType
public void setSummation(XSDataStatisticsIntegrationPerReflectionType value)
value
- allowed object is
XSDataStatisticsIntegrationPerReflectionType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |