org.dawb.edna.mxv1
Class XSDataStatisticsIndexing

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataStatisticsIndexing

public class XSDataStatisticsIndexing
extends XSData

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

XSDataStatisticsIndexing

public XSDataStatisticsIndexing()
Method Detail

getBeamPositionShiftX

public XSDataLength getBeamPositionShiftX()
Gets the value of the beamPositionShiftX property.

Returns:
possible object is XSDataLength

setBeamPositionShiftX

public void setBeamPositionShiftX(XSDataLength value)
Sets the value of the beamPositionShiftX property.

Parameters:
value - allowed object is XSDataLength

getBeamPositionShiftY

public XSDataLength getBeamPositionShiftY()
Gets the value of the beamPositionShiftY property.

Returns:
possible object is XSDataLength

setBeamPositionShiftY

public void setBeamPositionShiftY(XSDataLength value)
Sets the value of the beamPositionShiftY property.

Parameters:
value - allowed object is XSDataLength

getSpotDeviationAngular

public XSDataAngle getSpotDeviationAngular()
Gets the value of the spotDeviationAngular property.

Returns:
possible object is XSDataAngle

setSpotDeviationAngular

public void setSpotDeviationAngular(XSDataAngle value)
Sets the value of the spotDeviationAngular property.

Parameters:
value - allowed object is XSDataAngle

getSpotDeviationPositional

public XSDataLength getSpotDeviationPositional()
Gets the value of the spotDeviationPositional property.

Returns:
possible object is XSDataLength

setSpotDeviationPositional

public void setSpotDeviationPositional(XSDataLength value)
Sets the value of the spotDeviationPositional property.

Parameters:
value - allowed object is XSDataLength

getSpotsTotal

public XSDataInteger getSpotsTotal()
Gets the value of the spotsTotal property.

Returns:
possible object is XSDataInteger

setSpotsTotal

public void setSpotsTotal(XSDataInteger value)
Sets the value of the spotsTotal property.

Parameters:
value - allowed object is XSDataInteger

getSpotsUsed

public XSDataInteger getSpotsUsed()
Gets the value of the spotsUsed property.

Returns:
possible object is XSDataInteger

setSpotsUsed

public void setSpotsUsed(XSDataInteger value)
Sets the value of the spotsUsed property.

Parameters:
value - allowed object is XSDataInteger