org.dawb.edna.mxv1
Class XSDataInputCharacterisation
java.lang.Object
org.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataInput
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>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDataInputCharacterisation
public XSDataInputCharacterisation()
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