|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dawb.edna.thumbnail.XSData
org.dawb.edna.thumbnail.XSDataInput
public class XSDataInput
Java class for XSDataInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataInput"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="configuration" type="{http://www.edna-site.org}XSConfiguration"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataInput()
|
Method Summary | |
---|---|
XSConfiguration |
getConfiguration()
Gets the value of the configuration property. |
void |
setConfiguration(XSConfiguration value)
Sets the value of the configuration property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataInput()
Method Detail |
---|
public XSConfiguration getConfiguration()
XSConfiguration
public void setConfiguration(XSConfiguration value)
value
- allowed object is
XSConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |