|
||||||||||
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.XSDataInput
org.dawb.edna.mxv1.XSDataInputControlISPyB
public class XSDataInputControlISPyB
Java class for XSDataInputControlISPyB complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataInputControlISPyB"> <complexContent> <extension base="{http://www.edna-site.org}XSDataInput"> <sequence> <element name="characterisationResult" type="{http://www.edna-site.org}XSDataResultCharacterisation"/> <element name="dataCollectionId" type="{http://www.edna-site.org}XSDataInteger" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataInputControlISPyB()
|
Method Summary | |
---|---|
XSDataResultCharacterisation |
getCharacterisationResult()
Gets the value of the characterisationResult property. |
XSDataInteger |
getDataCollectionId()
Gets the value of the dataCollectionId property. |
void |
setCharacterisationResult(XSDataResultCharacterisation value)
Sets the value of the characterisationResult property. |
void |
setDataCollectionId(XSDataInteger value)
Sets the value of the dataCollectionId property. |
Methods inherited from class org.dawb.edna.mxv1.XSDataInput |
---|
getConfiguration, setConfiguration |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataInputControlISPyB()
Method Detail |
---|
public XSDataResultCharacterisation getCharacterisationResult()
XSDataResultCharacterisation
public void setCharacterisationResult(XSDataResultCharacterisation value)
value
- allowed object is
XSDataResultCharacterisation
public XSDataInteger getDataCollectionId()
XSDataInteger
public void setDataCollectionId(XSDataInteger value)
value
- allowed object is
XSDataInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |