|
||||||||||
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.XSDataCrystal
public class XSDataCrystal
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 |
---|
public XSDataCrystal()
Method Detail |
---|
public XSDataFloat getMosaicity()
XSDataFloat
public void setMosaicity(XSDataFloat value)
value
- allowed object is
XSDataFloat
public XSDataSpaceGroup getSpaceGroup()
XSDataSpaceGroup
public void setSpaceGroup(XSDataSpaceGroup value)
value
- allowed object is
XSDataSpaceGroup
public XSDataCell getCell()
XSDataCell
public void setCell(XSDataCell value)
value
- allowed object is
XSDataCell
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |