DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)

org.kr.dl.dig.v1_1
Interface WarningDocument.Warning

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource
All Known Implementing Classes:
WarningDocumentImpl.WarningImpl
Enclosing interface:
WarningDocument

public static interface WarningDocument.Warning
extends XmlString

An XML warning(@http://dl.kr.org/dig/2003/02/lang). This is an atomic type that is a restriction of org.apache.xmlbeans.XmlString.


Nested Class Summary
static class WarningDocument.Warning.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 BigInteger getCode()
          Gets the "code" attribute
 String getMessage()
          Gets the "message" attribute
 boolean isSetCode()
          True if has "code" attribute
 boolean isSetMessage()
          True if has "message" attribute
 void setCode(BigInteger code)
          Sets the "code" attribute
 void setMessage(String message)
          Sets the "message" attribute
 void unsetCode()
          Unsets the "code" attribute
 void unsetMessage()
          Unsets the "message" attribute
 XmlInteger xgetCode()
          Gets (as xml) the "code" attribute
 XmlString xgetMessage()
          Gets (as xml) the "message" attribute
 void xsetCode(XmlInteger code)
          Sets (as xml) the "code" attribute
 void xsetMessage(XmlString message)
          Sets (as xml) the "message" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final SchemaType type
Method Detail

getMessage

public String getMessage()
Gets the "message" attribute


xgetMessage

public XmlString xgetMessage()
Gets (as xml) the "message" attribute


isSetMessage

public boolean isSetMessage()
True if has "message" attribute


setMessage

public void setMessage(String message)
Sets the "message" attribute


xsetMessage

public void xsetMessage(XmlString message)
Sets (as xml) the "message" attribute


unsetMessage

public void unsetMessage()
Unsets the "message" attribute


getCode

public BigInteger getCode()
Gets the "code" attribute


xgetCode

public XmlInteger xgetCode()
Gets (as xml) the "code" attribute


isSetCode

public boolean isSetCode()
True if has "code" attribute


setCode

public void setCode(BigInteger code)
Sets the "code" attribute


xsetCode

public void xsetCode(XmlInteger code)
Sets (as xml) the "code" attribute


unsetCode

public void unsetCode()
Unsets the "code" attribute


DIG 1.1 Reasoners API, April 26, 2004 (12:45 PM)