|
||||||||||
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.XSDataCell
public class XSDataCell
Java class for XSDataCell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataCell"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="angle_alpha" type="{http://www.edna-site.org}XSDataAngle"/> <element name="angle_beta" type="{http://www.edna-site.org}XSDataAngle"/> <element name="angle_gamma" type="{http://www.edna-site.org}XSDataAngle"/> <element name="length_a" type="{http://www.edna-site.org}XSDataLength"/> <element name="length_b" type="{http://www.edna-site.org}XSDataLength"/> <element name="length_c" type="{http://www.edna-site.org}XSDataLength"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataCell()
|
Method Summary | |
---|---|
XSDataAngle |
getAngleAlpha()
Gets the value of the angleAlpha property. |
XSDataAngle |
getAngleBeta()
Gets the value of the angleBeta property. |
XSDataAngle |
getAngleGamma()
Gets the value of the angleGamma property. |
XSDataLength |
getLengthA()
Gets the value of the lengthA property. |
XSDataLength |
getLengthB()
Gets the value of the lengthB property. |
XSDataLength |
getLengthC()
Gets the value of the lengthC property. |
void |
setAngleAlpha(XSDataAngle value)
Sets the value of the angleAlpha property. |
void |
setAngleBeta(XSDataAngle value)
Sets the value of the angleBeta property. |
void |
setAngleGamma(XSDataAngle value)
Sets the value of the angleGamma property. |
void |
setLengthA(XSDataLength value)
Sets the value of the lengthA property. |
void |
setLengthB(XSDataLength value)
Sets the value of the lengthB property. |
void |
setLengthC(XSDataLength value)
Sets the value of the lengthC property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataCell()
Method Detail |
---|
public XSDataAngle getAngleAlpha()
XSDataAngle
public void setAngleAlpha(XSDataAngle value)
value
- allowed object is
XSDataAngle
public XSDataAngle getAngleBeta()
XSDataAngle
public void setAngleBeta(XSDataAngle value)
value
- allowed object is
XSDataAngle
public XSDataAngle getAngleGamma()
XSDataAngle
public void setAngleGamma(XSDataAngle value)
value
- allowed object is
XSDataAngle
public XSDataLength getLengthA()
XSDataLength
public void setLengthA(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataLength getLengthB()
XSDataLength
public void setLengthB(XSDataLength value)
value
- allowed object is
XSDataLength
public XSDataLength getLengthC()
XSDataLength
public void setLengthC(XSDataLength value)
value
- allowed object is
XSDataLength
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |