|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlbeans.impl.values.XmlObjectBase
org.apache.xmlbeans.impl.values.JavaStringHolder
org.apache.xmlbeans.impl.values.JavaStringHolderEx
org.kr.dl.dig.v1_1.impl.ErrorDocumentImpl.ErrorImpl
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 |
Nested classes inherited from class org.kr.dl.dig.v1_1.ErrorDocument.Error |
ErrorDocument.Error.Factory |
Field Summary |
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase |
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER |
Fields inherited from interface org.kr.dl.dig.v1_1.ErrorDocument.Error |
type |
Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Constructor Summary | |
ErrorDocumentImpl.ErrorImpl(SchemaType sType)
|
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 class org.apache.xmlbeans.impl.values.JavaStringHolderEx |
schemaType, validateLexical |
Methods inherited from class org.apache.xmlbeans.impl.values.JavaStringHolder |
compute_text |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
public ErrorDocumentImpl.ErrorImpl(SchemaType sType)
Method Detail |
public String getMessage()
getMessage
in interface ErrorDocument.Error
public XmlString xgetMessage()
xgetMessage
in interface ErrorDocument.Error
public boolean isSetMessage()
isSetMessage
in interface ErrorDocument.Error
public void setMessage(String message)
setMessage
in interface ErrorDocument.Error
public void xsetMessage(XmlString message)
xsetMessage
in interface ErrorDocument.Error
public void unsetMessage()
unsetMessage
in interface ErrorDocument.Error
public BigInteger getCode()
getCode
in interface ErrorDocument.Error
public XmlInteger xgetCode()
xgetCode
in interface ErrorDocument.Error
public boolean isSetCode()
isSetCode
in interface ErrorDocument.Error
public void setCode(BigInteger code)
setCode
in interface ErrorDocument.Error
public void xsetCode(XmlInteger code)
xsetCode
in interface ErrorDocument.Error
public void unsetCode()
unsetCode
in interface ErrorDocument.Error
|
DIG 1.1 XMLBeans API, April 22, 2004 (05:20 PM) | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |