org.dawb.edna.mxv1
Class XSDataInputControlISPyB

java.lang.Object
  extended by org.dawb.edna.mxv1.XSData
      extended by org.dawb.edna.mxv1.XSDataInput
          extended by org.dawb.edna.mxv1.XSDataInputControlISPyB

public class XSDataInputControlISPyB
extends XSDataInput

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

XSDataInputControlISPyB

public XSDataInputControlISPyB()
Method Detail

getCharacterisationResult

public XSDataResultCharacterisation getCharacterisationResult()
Gets the value of the characterisationResult property.

Returns:
possible object is XSDataResultCharacterisation

setCharacterisationResult

public void setCharacterisationResult(XSDataResultCharacterisation value)
Sets the value of the characterisationResult property.

Parameters:
value - allowed object is XSDataResultCharacterisation

getDataCollectionId

public XSDataInteger getDataCollectionId()
Gets the value of the dataCollectionId property.

Returns:
possible object is XSDataInteger

setDataCollectionId

public void setDataCollectionId(XSDataInteger value)
Sets the value of the dataCollectionId property.

Parameters:
value - allowed object is XSDataInteger