|
||||||||||
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.XSDataStatisticsIndexing
public class XSDataStatisticsIndexing
Java class for XSDataStatisticsIndexing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataStatisticsIndexing"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="beamPositionShiftX" type="{http://www.edna-site.org}XSDataLength"/> <element name="beamPositionShiftY" type="{http://www.edna-site.org}XSDataLength"/> <element name="spotDeviationAngular" type="{http://www.edna-site.org}XSDataAngle"/> <element name="spotDeviationPositional" type="{http://www.edna-site.org}XSDataLength"/> <element name="spotsTotal" type="{http://www.edna-site.org}XSDataInteger"/> <element name="spotsUsed" type="{http://www.edna-site.org}XSDataInteger"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataStatisticsIndexing()
|
Method Summary | |
---|---|
XSDataLength |
getBeamPositionShiftX()
Gets the value of the beamPositionShiftX property. |
XSDataLength |
getBeamPositionShiftY()
Gets the value of the beamPositionShiftY property. |
XSDataAngle |
getSpotDeviationAngular()
Gets the value of the spotDeviationAngular property. |
XSDataLength |
getSpotDeviationPositional()
Gets the value of the spotDeviationPositional property. |
XSDataInteger |
getSpotsTotal()
Gets the value of the spotsTotal property. |
XSDataInteger |
getSpotsUsed()
Gets the value of the spotsUsed property. |
void |
setBeamPositionShiftX(XSDataLength value)
Sets the value of the beamPositionShiftX property. |
void |
setBeamPositionShiftY(XSDataLength value)
Sets the value of the beamPositionShiftY property. |
void |
setSpotDeviationAngular(XSDataAngle value)
Sets the value of the spotDeviationAngular property. |
void |
setSpotDeviationPositional(XSDataLength value)
Sets the value of the spotDeviationPositional property. |
void |
setSpotsTotal(XSDataInteger value)
Sets the value of the spotsTotal property. |
void |
setSpotsUsed(XSDataInteger value)
Sets the value of the spotsUsed property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataStatisticsIndexing()
Method Detail |
---|
public XSDataLength getBeamPositionShiftX()
XSDataLength
public void setBeamPositionShiftX(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataLength getBeamPositionShiftY()
XSDataLength
public void setBeamPositionShiftY(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataAngle getSpotDeviationAngular()
XSDataAngle
public void setSpotDeviationAngular(XSDataAngle value)
value
- allowed object is
XSDataAngle
public XSDataLength getSpotDeviationPositional()
XSDataLength
public void setSpotDeviationPositional(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataInteger getSpotsTotal()
XSDataInteger
public void setSpotsTotal(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getSpotsUsed()
XSDataInteger
public void setSpotsUsed(XSDataInteger value)
value
- allowed object is
XSDataInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |