DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM)

org.kr.dl.dig.v1_1
Interface ResponseType.Error

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource
All Known Implementing Classes:
ResponseTypeImpl.ErrorImpl
Enclosing interface:
ResponseType

public static interface ResponseType.Error
extends XmlString

An XML error(@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 ResponseType.Error.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 getId()
          Gets the "id" 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 setId(String id)
          Sets the "id" 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
 XmlID xgetId()
          Gets (as xml) the "id" attribute
 XmlString xgetMessage()
          Gets (as xml) the "message" attribute
 void xsetCode(XmlInteger code)
          Sets (as xml) the "code" attribute
 void xsetId(XmlID id)
          Sets (as xml) the "id" 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

getId

public String getId()
Gets the "id" attribute


xgetId

public XmlID xgetId()
Gets (as xml) the "id" attribute


setId

public void setId(String id)
Sets the "id" attribute


xsetId

public void xsetId(XmlID id)
Sets (as xml) the "id" attribute


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 XMLBeans API, April 22, 2004 (05:20 PM)