public interface TokenReferenceType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TokenReferenceType.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 |
---|---|
ConflictingTokenReferenceType |
addNewConflictingValue()
Appends and returns a new empty value (as xml) as the last "conflicting-value" element
|
ConflictingTokenReferenceType[] |
getConflictingValueArray()
Gets array of all "conflicting-value" elements
|
ConflictingTokenReferenceType |
getConflictingValueArray(int i)
Gets ith "conflicting-value" element
|
String |
getNewValue()
Gets the "new-value" element
|
String |
getSource()
Gets the "source" attribute
|
String |
getTokenId()
Gets the "token-id" attribute
|
ConflictingTokenReferenceType |
insertNewConflictingValue(int i)
Inserts and returns a new empty value (as xml) as the ith "conflicting-value" element
|
boolean |
isSetNewValue()
True if has "new-value" element
|
boolean |
isSetSource()
True if has "source" attribute
|
boolean |
isSetTokenId()
True if has "token-id" attribute
|
void |
removeConflictingValue(int i)
Removes the ith "conflicting-value" element
|
void |
setConflictingValueArray(ConflictingTokenReferenceType[] conflictingValueArray)
Sets array of all "conflicting-value" element
|
void |
setConflictingValueArray(int i,
ConflictingTokenReferenceType conflictingValue)
Sets ith "conflicting-value" element
|
void |
setNewValue(String newValue)
Sets the "new-value" element
|
void |
setSource(String source)
Sets the "source" attribute
|
void |
setTokenId(String tokenId)
Sets the "token-id" attribute
|
int |
sizeOfConflictingValueArray()
Returns number of "conflicting-value" element
|
void |
unsetNewValue()
Unsets the "new-value" element
|
void |
unsetSource()
Unsets the "source" attribute
|
void |
unsetTokenId()
Unsets the "token-id" attribute
|
org.apache.xmlbeans.XmlString |
xgetNewValue()
Gets (as xml) the "new-value" element
|
org.apache.xmlbeans.XmlString |
xgetSource()
Gets (as xml) the "source" attribute
|
IDType |
xgetTokenId()
Gets (as xml) the "token-id" attribute
|
void |
xsetNewValue(org.apache.xmlbeans.XmlString newValue)
Sets (as xml) the "new-value" element
|
void |
xsetSource(org.apache.xmlbeans.XmlString source)
Sets (as xml) the "source" attribute
|
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 getNewValue()
org.apache.xmlbeans.XmlString xgetNewValue()
boolean isSetNewValue()
void setNewValue(String newValue)
void xsetNewValue(org.apache.xmlbeans.XmlString newValue)
void unsetNewValue()
ConflictingTokenReferenceType[] getConflictingValueArray()
ConflictingTokenReferenceType getConflictingValueArray(int i)
int sizeOfConflictingValueArray()
void setConflictingValueArray(ConflictingTokenReferenceType[] conflictingValueArray)
void setConflictingValueArray(int i, ConflictingTokenReferenceType conflictingValue)
ConflictingTokenReferenceType insertNewConflictingValue(int i)
ConflictingTokenReferenceType addNewConflictingValue()
void removeConflictingValue(int i)
String getTokenId()
IDType xgetTokenId()
boolean isSetTokenId()
void setTokenId(String tokenId)
void xsetTokenId(IDType tokenId)
void unsetTokenId()
String getSource()
org.apache.xmlbeans.XmlString xgetSource()
boolean isSetSource()
void setSource(String source)
void xsetSource(org.apache.xmlbeans.XmlString source)
void unsetSource()
Copyright © 2000-2014. All Rights Reserved.