org.dawb.edna.thumbnail
Class XSDataMessage

java.lang.Object
  extended by org.dawb.edna.thumbnail.XSData
      extended by org.dawb.edna.thumbnail.XSDataMessage

public class XSDataMessage
extends XSData

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

XSDataMessage

public XSDataMessage()
Method Detail

getDebuginfo

public XSDataString getDebuginfo()
Gets the value of the debuginfo property.

Returns:
possible object is XSDataString

setDebuginfo

public void setDebuginfo(XSDataString value)
Sets the value of the debuginfo property.

Parameters:
value - allowed object is XSDataString

getLevel

public XSDataString getLevel()
Gets the value of the level property.

Returns:
possible object is XSDataString

setLevel

public void setLevel(XSDataString value)
Sets the value of the level property.

Parameters:
value - allowed object is XSDataString

getText

public XSDataString getText()
Gets the value of the text property.

Returns:
possible object is XSDataString

setText

public void setText(XSDataString value)
Sets the value of the text property.

Parameters:
value - allowed object is XSDataString

getType

public XSDataString getType()
Gets the value of the type property.

Returns:
possible object is XSDataString

setType

public void setType(XSDataString value)
Sets the value of the type property.

Parameters:
value - allowed object is XSDataString