|
||||||||||
| 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.XSDataFile
org.dawb.edna.mxv1.XSDataImage
public class XSDataImage
Java class for XSDataImage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataImage">
<complexContent>
<extension base="{http://www.edna-site.org}XSDataFile">
<sequence>
<element name="date" type="{http://www.edna-site.org}XSDataString" minOccurs="0"/>
<element name="number" type="{http://www.edna-site.org}XSDataInteger" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
XSDataImage()
|
|
| Method Summary | |
|---|---|
XSDataString |
getDate()
Gets the value of the date property. |
XSDataInteger |
getNumber()
Gets the value of the number property. |
void |
setDate(XSDataString value)
Sets the value of the date property. |
void |
setNumber(XSDataInteger value)
Sets the value of the number property. |
| Methods inherited from class org.dawb.edna.mxv1.XSDataFile |
|---|
getPath, setPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XSDataImage()
| Method Detail |
|---|
public XSDataString getDate()
XSDataStringpublic void setDate(XSDataString value)
value - allowed object is
XSDataStringpublic XSDataInteger getNumber()
XSDataIntegerpublic void setNumber(XSDataInteger value)
value - allowed object is
XSDataInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||