org.dawb.edna.mxv1
Class XSDataCrystal

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

public class XSDataCrystal
extends XSData

Java class for XSDataCrystal complex type.

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

 <complexType name="XSDataCrystal">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSData">
       <sequence>
         <element name="mosaicity" type="{http://www.edna-site.org}XSDataFloat"/>
         <element name="spaceGroup" type="{http://www.edna-site.org}XSDataSpaceGroup"/>
         <element name="cell" type="{http://www.edna-site.org}XSDataCell"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataCrystal()
           
 
Method Summary
 XSDataCell getCell()
          Gets the value of the cell property.
 XSDataFloat getMosaicity()
          Gets the value of the mosaicity property.
 XSDataSpaceGroup getSpaceGroup()
          Gets the value of the spaceGroup property.
 void setCell(XSDataCell value)
          Sets the value of the cell property.
 void setMosaicity(XSDataFloat value)
          Sets the value of the mosaicity property.
 void setSpaceGroup(XSDataSpaceGroup value)
          Sets the value of the spaceGroup property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSDataCrystal

public XSDataCrystal()
Method Detail

getMosaicity

public XSDataFloat getMosaicity()
Gets the value of the mosaicity property.

Returns:
possible object is XSDataFloat

setMosaicity

public void setMosaicity(XSDataFloat value)
Sets the value of the mosaicity property.

Parameters:
value - allowed object is XSDataFloat

getSpaceGroup

public XSDataSpaceGroup getSpaceGroup()
Gets the value of the spaceGroup property.

Returns:
possible object is XSDataSpaceGroup

setSpaceGroup

public void setSpaceGroup(XSDataSpaceGroup value)
Sets the value of the spaceGroup property.

Parameters:
value - allowed object is XSDataSpaceGroup

getCell

public XSDataCell getCell()
Gets the value of the cell property.

Returns:
possible object is XSDataCell

setCell

public void setCell(XSDataCell value)
Sets the value of the cell property.

Parameters:
value - allowed object is XSDataCell