org.dawb.edna.mxv1
Class XSDataInputReadImageHeader
java.lang.Object
org.dawb.edna.mxv1.XSData
org.dawb.edna.mxv1.XSDataInput
org.dawb.edna.mxv1.XSDataInputReadImageHeader
public class XSDataInputReadImageHeader
- extends XSDataInput
Java class for XSDataInputReadImageHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataInputReadImageHeader">
<complexContent>
<extension base="{http://www.edna-site.org}XSDataInput">
<sequence>
<element name="image" type="{http://www.edna-site.org}XSDataFile"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSDataInputReadImageHeader
public XSDataInputReadImageHeader()
getImage
public XSDataFile getImage()
- Gets the value of the image property.
- Returns:
- possible object is
XSDataFile
setImage
public void setImage(XSDataFile value)
- Sets the value of the image property.
- Parameters:
value
- allowed object is
XSDataFile