org.dawb.edna.mxv1
Class XSDataDetector

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

public class XSDataDetector
extends XSData

Java class for XSDataDetector complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XSDataDetector">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="beamPositionX" type="{http://www.edna-site.org}XSDataLength"/>
         <element name="beamPositionY" type="{http://www.edna-site.org}XSDataLength"/>
         <element name="bin" type="{http://www.edna-site.org}XSDataString"/>
         <element name="byteOrder" type="{http://www.edna-site.org}XSDataString"/>
         <element name="dataType" type="{http://www.edna-site.org}XSDataString"/>
         <element name="distance" type="{http://www.edna-site.org}XSDataLength"/>
         <element name="gain" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="imageSaturation" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="name" type="{http://www.edna-site.org}XSDataString"/>
         <element name="numberBytesInHeader" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="numberPixelX" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="numberPixelY" type="{http://www.edna-site.org}XSDataInteger"/>
         <element name="pixelSizeX" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="pixelSizeY" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="serialNumber" type="{http://www.edna-site.org}XSDataString"/>
         <element name="twoTheta" type="{http://www.edna-site.org}XSDataAngle"/>
         <element name="type" type="{http://www.edna-site.org}XSDataString"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataDetector()
           
 
Method Summary
 XSDataLength getBeamPositionX()
          Gets the value of the beamPositionX property.
 XSDataLength getBeamPositionY()
          Gets the value of the beamPositionY property.
 XSDataString getBin()
          Gets the value of the bin property.
 XSDataString getByteOrder()
          Gets the value of the byteOrder property.
 XSDataString getDataType()
          Gets the value of the dataType property.
 XSDataLength getDistance()
          Gets the value of the distance property.
 XSDataFloat getGain()
          Gets the value of the gain property.
 XSDataInteger getImageSaturation()
          Gets the value of the imageSaturation property.
 XSDataString getName()
          Gets the value of the name property.
 XSDataInteger getNumberBytesInHeader()
          Gets the value of the numberBytesInHeader property.
 XSDataInteger getNumberPixelX()
          Gets the value of the numberPixelX property.
 XSDataInteger getNumberPixelY()
          Gets the value of the numberPixelY property.
 XSDataFloat getPixelSizeX()
          Gets the value of the pixelSizeX property.
 XSDataFloat getPixelSizeY()
          Gets the value of the pixelSizeY property.
 XSDataString getSerialNumber()
          Gets the value of the serialNumber property.
 XSDataAngle getTwoTheta()
          Gets the value of the twoTheta property.
 XSDataString getType()
          Gets the value of the type property.
 void setBeamPositionX(XSDataLength value)
          Sets the value of the beamPositionX property.
 void setBeamPositionY(XSDataLength value)
          Sets the value of the beamPositionY property.
 void setBin(XSDataString value)
          Sets the value of the bin property.
 void setByteOrder(XSDataString value)
          Sets the value of the byteOrder property.
 void setDataType(XSDataString value)
          Sets the value of the dataType property.
 void setDistance(XSDataLength value)
          Sets the value of the distance property.
 void setGain(XSDataFloat value)
          Sets the value of the gain property.
 void setImageSaturation(XSDataInteger value)
          Sets the value of the imageSaturation property.
 void setName(XSDataString value)
          Sets the value of the name property.
 void setNumberBytesInHeader(XSDataInteger value)
          Sets the value of the numberBytesInHeader property.
 void setNumberPixelX(XSDataInteger value)
          Sets the value of the numberPixelX property.
 void setNumberPixelY(XSDataInteger value)
          Sets the value of the numberPixelY property.
 void setPixelSizeX(XSDataFloat value)
          Sets the value of the pixelSizeX property.
 void setPixelSizeY(XSDataFloat value)
          Sets the value of the pixelSizeY property.
 void setSerialNumber(XSDataString value)
          Sets the value of the serialNumber property.
 void setTwoTheta(XSDataAngle value)
          Sets the value of the twoTheta property.
 void setType(XSDataString value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataDetector

public XSDataDetector()
Method Detail

getBeamPositionX

public XSDataLength getBeamPositionX()
Gets the value of the beamPositionX property.

Returns:
possible object is XSDataLength

setBeamPositionX

public void setBeamPositionX(XSDataLength value)
Sets the value of the beamPositionX property.

Parameters:
value - allowed object is XSDataLength

getBeamPositionY

public XSDataLength getBeamPositionY()
Gets the value of the beamPositionY property.

Returns:
possible object is XSDataLength

setBeamPositionY

public void setBeamPositionY(XSDataLength value)
Sets the value of the beamPositionY property.

Parameters:
value - allowed object is XSDataLength

getBin

public XSDataString getBin()
Gets the value of the bin property.

Returns:
possible object is XSDataString

setBin

public void setBin(XSDataString value)
Sets the value of the bin property.

Parameters:
value - allowed object is XSDataString

getByteOrder

public XSDataString getByteOrder()
Gets the value of the byteOrder property.

Returns:
possible object is XSDataString

setByteOrder

public void setByteOrder(XSDataString value)
Sets the value of the byteOrder property.

Parameters:
value - allowed object is XSDataString

getDataType

public XSDataString getDataType()
Gets the value of the dataType property.

Returns:
possible object is XSDataString

setDataType

public void setDataType(XSDataString value)
Sets the value of the dataType property.

Parameters:
value - allowed object is XSDataString

getDistance

public XSDataLength getDistance()
Gets the value of the distance property.

Returns:
possible object is XSDataLength

setDistance

public void setDistance(XSDataLength value)
Sets the value of the distance property.

Parameters:
value - allowed object is XSDataLength

getGain

public XSDataFloat getGain()
Gets the value of the gain property.

Returns:
possible object is XSDataFloat

setGain

public void setGain(XSDataFloat value)
Sets the value of the gain property.

Parameters:
value - allowed object is XSDataFloat

getImageSaturation

public XSDataInteger getImageSaturation()
Gets the value of the imageSaturation property.

Returns:
possible object is XSDataInteger

setImageSaturation

public void setImageSaturation(XSDataInteger value)
Sets the value of the imageSaturation property.

Parameters:
value - allowed object is XSDataInteger

getName

public XSDataString getName()
Gets the value of the name property.

Returns:
possible object is XSDataString

setName

public void setName(XSDataString value)
Sets the value of the name property.

Parameters:
value - allowed object is XSDataString

getNumberBytesInHeader

public XSDataInteger getNumberBytesInHeader()
Gets the value of the numberBytesInHeader property.

Returns:
possible object is XSDataInteger

setNumberBytesInHeader

public void setNumberBytesInHeader(XSDataInteger value)
Sets the value of the numberBytesInHeader property.

Parameters:
value - allowed object is XSDataInteger

getNumberPixelX

public XSDataInteger getNumberPixelX()
Gets the value of the numberPixelX property.

Returns:
possible object is XSDataInteger

setNumberPixelX

public void setNumberPixelX(XSDataInteger value)
Sets the value of the numberPixelX property.

Parameters:
value - allowed object is XSDataInteger

getNumberPixelY

public XSDataInteger getNumberPixelY()
Gets the value of the numberPixelY property.

Returns:
possible object is XSDataInteger

setNumberPixelY

public void setNumberPixelY(XSDataInteger value)
Sets the value of the numberPixelY property.

Parameters:
value - allowed object is XSDataInteger

getPixelSizeX

public XSDataFloat getPixelSizeX()
Gets the value of the pixelSizeX property.

Returns:
possible object is XSDataFloat

setPixelSizeX

public void setPixelSizeX(XSDataFloat value)
Sets the value of the pixelSizeX property.

Parameters:
value - allowed object is XSDataFloat

getPixelSizeY

public XSDataFloat getPixelSizeY()
Gets the value of the pixelSizeY property.

Returns:
possible object is XSDataFloat

setPixelSizeY

public void setPixelSizeY(XSDataFloat value)
Sets the value of the pixelSizeY property.

Parameters:
value - allowed object is XSDataFloat

getSerialNumber

public XSDataString getSerialNumber()
Gets the value of the serialNumber property.

Returns:
possible object is XSDataString

setSerialNumber

public void setSerialNumber(XSDataString value)
Sets the value of the serialNumber property.

Parameters:
value - allowed object is XSDataString

getTwoTheta

public XSDataAngle getTwoTheta()
Gets the value of the twoTheta property.

Returns:
possible object is XSDataAngle

setTwoTheta

public void setTwoTheta(XSDataAngle value)
Sets the value of the twoTheta property.

Parameters:
value - allowed object is XSDataAngle

getType

public XSDataString getType()
Gets the value of the type property.

Returns:
possible object is XSDataString

setType

public void setType(XSDataString value)
Sets the value of the type property.

Parameters:
value - allowed object is XSDataString