org.dawb.edna.mxv1
Class XSDataInputCharacterisation

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

public class XSDataInputCharacterisation
extends XSDataInput

Java class for XSDataInputCharacterisation complex type.

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

 <complexType name="XSDataInputCharacterisation">
   <complexContent>
     <extension base="{http://www.edna-site.org}XSDataInput">
       <sequence>
         <element name="dataCollection" type="{http://www.edna-site.org}XSDataCollection"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
XSDataInputCharacterisation()
           
 
Method Summary
 XSDataCollection getDataCollection()
          Gets the value of the dataCollection property.
 void setDataCollection(XSDataCollection value)
          Sets the value of the dataCollection 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

XSDataInputCharacterisation

public XSDataInputCharacterisation()
Method Detail

getDataCollection

public XSDataCollection getDataCollection()
Gets the value of the dataCollection property.

Returns:
possible object is XSDataCollection

setDataCollection

public void setDataCollection(XSDataCollection value)
Sets the value of the dataCollection property.

Parameters:
value - allowed object is XSDataCollection