org.dawb.edna.mxv1
Class XSDataCell

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

public class XSDataCell
extends XSData

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

XSDataCell

public XSDataCell()
Method Detail

getAngleAlpha

public XSDataAngle getAngleAlpha()
Gets the value of the angleAlpha property.

Returns:
possible object is XSDataAngle

setAngleAlpha

public void setAngleAlpha(XSDataAngle value)
Sets the value of the angleAlpha property.

Parameters:
value - allowed object is XSDataAngle

getAngleBeta

public XSDataAngle getAngleBeta()
Gets the value of the angleBeta property.

Returns:
possible object is XSDataAngle

setAngleBeta

public void setAngleBeta(XSDataAngle value)
Sets the value of the angleBeta property.

Parameters:
value - allowed object is XSDataAngle

getAngleGamma

public XSDataAngle getAngleGamma()
Gets the value of the angleGamma property.

Returns:
possible object is XSDataAngle

setAngleGamma

public void setAngleGamma(XSDataAngle value)
Sets the value of the angleGamma property.

Parameters:
value - allowed object is XSDataAngle

getLengthA

public XSDataLength getLengthA()
Gets the value of the lengthA property.

Returns:
possible object is XSDataLength

setLengthA

public void setLengthA(XSDataLength value)
Sets the value of the lengthA property.

Parameters:
value - allowed object is XSDataLength

getLengthB

public XSDataLength getLengthB()
Gets the value of the lengthB property.

Returns:
possible object is XSDataLength

setLengthB

public void setLengthB(XSDataLength value)
Sets the value of the lengthB property.

Parameters:
value - allowed object is XSDataLength

getLengthC

public XSDataLength getLengthC()
Gets the value of the lengthC property.

Returns:
possible object is XSDataLength

setLengthC

public void setLengthC(XSDataLength value)
Sets the value of the lengthC property.

Parameters:
value - allowed object is XSDataLength