|
||||||||||
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.XSDataMessage
public class XSDataMessage
Java class for XSDataMessage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="XSDataMessage"> <complexContent> <extension base="{http://www.edna-site.org}XSData"> <sequence> <element name="debuginfo" type="{http://www.edna-site.org}XSDataString"/> <element name="level" type="{http://www.edna-site.org}XSDataString"/> <element name="text" type="{http://www.edna-site.org}XSDataString"/> <element name="type" type="{http://www.edna-site.org}XSDataString"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
XSDataMessage()
|
Method Summary | |
---|---|
XSDataString |
getDebuginfo()
Gets the value of the debuginfo property. |
XSDataString |
getLevel()
Gets the value of the level property. |
XSDataString |
getText()
Gets the value of the text property. |
XSDataString |
getType()
Gets the value of the type property. |
void |
setDebuginfo(XSDataString value)
Sets the value of the debuginfo property. |
void |
setLevel(XSDataString value)
Sets the value of the level property. |
void |
setText(XSDataString value)
Sets the value of the text property. |
void |
setType(XSDataString value)
Sets the value of the type property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSDataMessage()
Method Detail |
---|
public XSDataString getDebuginfo()
XSDataString
public void setDebuginfo(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getLevel()
XSDataString
public void setLevel(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getText()
XSDataString
public void setText(XSDataString value)
value
- allowed object is
XSDataString
public XSDataString getType()
XSDataString
public void setType(XSDataString value)
value
- allowed object is
XSDataString
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |