|
||||||||||
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.XSDataDetector
public class XSDataDetector
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 |
---|
public XSDataDetector()
Method Detail |
---|
public XSDataLength getBeamPositionX()
XSDataLength
public void setBeamPositionX(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataLength getBeamPositionY()
XSDataLength
public void setBeamPositionY(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataString getBin()
XSDataString
public void setBin(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getByteOrder()
XSDataString
public void setByteOrder(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getDataType()
XSDataString
public void setDataType(XSDataString value)
value
- allowed object is
XSDataString
public XSDataLength getDistance()
XSDataLength
public void setDistance(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataFloat getGain()
XSDataFloat
public void setGain(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataInteger getImageSaturation()
XSDataInteger
public void setImageSaturation(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataString getName()
XSDataString
public void setName(XSDataString value)
value
- allowed object is
XSDataString
public XSDataInteger getNumberBytesInHeader()
XSDataInteger
public void setNumberBytesInHeader(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getNumberPixelX()
XSDataInteger
public void setNumberPixelX(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataInteger getNumberPixelY()
XSDataInteger
public void setNumberPixelY(XSDataInteger value)
value
- allowed object is
XSDataInteger
public XSDataFloat getPixelSizeX()
XSDataFloat
public void setPixelSizeX(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataFloat getPixelSizeY()
XSDataFloat
public void setPixelSizeY(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataString getSerialNumber()
XSDataString
public void setSerialNumber(XSDataString value)
value
- allowed object is
XSDataString
public XSDataAngle getTwoTheta()
XSDataAngle
public void setTwoTheta(XSDataAngle value)
value
- allowed object is
XSDataAngle
public XSDataString getType()
XSDataString
public void setType(XSDataString value)
value
- allowed object is
XSDataString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |