public interface TokenType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TokenType.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the "name" element
|
String |
getTokenId()
Gets the "token-id" attribute
|
boolean |
isSetTokenId()
True if has "token-id" attribute
|
void |
setName(String name)
Sets the "name" element
|
void |
setTokenId(String tokenId)
Sets the "token-id" attribute
|
void |
unsetTokenId()
Unsets the "token-id" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
IDType |
xgetTokenId()
Gets (as xml) the "token-id" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetTokenId(IDType tokenId)
Sets (as xml) the "token-id" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getTokenId()
IDType xgetTokenId()
boolean isSetTokenId()
void setTokenId(String tokenId)
void xsetTokenId(IDType tokenId)
void unsetTokenId()
Copyright © 2000-2014. All Rights Reserved.