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

org.kr.dl.dig.v1_1
Interface IdentifierDocument.Identifier

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
IdentifierDocumentImpl.IdentifierImpl
Enclosing interface:
IdentifierDocument

public static interface IdentifierDocument.Identifier
extends XmlObject

An XML identifier(@http://dl.kr.org/dig/2003/02/lang). This is a complex type.


Nested Class Summary
static class IdentifierDocument.Identifier.Factory
          A factory class with static methods for creating instances of this type.
static interface IdentifierDocument.Identifier.Version
          An XML version(@).
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 SupportsType addNewSupports()
          Appends and returns a new empty "supports" element
 String getMessage()
          Gets the "message" attribute
 String getName()
          Gets the "name" attribute
 SupportsType getSupports()
          Gets the "supports" element
 String getVersion()
          Gets the "version" attribute
 boolean isSetMessage()
          True if has "message" attribute
 void setMessage(String message)
          Sets the "message" attribute
 void setName(String name)
          Sets the "name" attribute
 void setSupports(SupportsType supports)
          Sets the "supports" element
 void setVersion(String version)
          Sets the "version" attribute
 void unsetMessage()
          Unsets the "message" attribute
 XmlString xgetMessage()
          Gets (as xml) the "message" attribute
 XmlString xgetName()
          Gets (as xml) the "name" attribute
 IdentifierDocument.Identifier.Version xgetVersion()
          Gets (as xml) the "version" attribute
 void xsetMessage(XmlString message)
          Sets (as xml) the "message" attribute
 void xsetName(XmlString name)
          Sets (as xml) the "name" attribute
 void xsetVersion(IdentifierDocument.Identifier.Version version)
          Sets (as xml) the "version" attribute
 
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

getSupports

public SupportsType getSupports()
Gets the "supports" element


setSupports

public void setSupports(SupportsType supports)
Sets the "supports" element


addNewSupports

public SupportsType addNewSupports()
Appends and returns a new empty "supports" element


getName

public String getName()
Gets the "name" attribute


xgetName

public XmlString xgetName()
Gets (as xml) the "name" attribute


setName

public void setName(String name)
Sets the "name" attribute


xsetName

public void xsetName(XmlString name)
Sets (as xml) the "name" attribute


getVersion

public String getVersion()
Gets the "version" attribute


xgetVersion

public IdentifierDocument.Identifier.Version xgetVersion()
Gets (as xml) the "version" attribute


setVersion

public void setVersion(String version)
Sets the "version" attribute


xsetVersion

public void xsetVersion(IdentifierDocument.Identifier.Version version)
Sets (as xml) the "version" 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


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