public static interface SequenceContentConfig.ComesBefore
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SequenceContentConfig.ComesBefore.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 |
---|---|
org.apache.xmlbeans.XmlQName |
addNewOther()
Appends and returns a new empty value (as xml) as the last "other" element
|
void |
addOther(QName other)
Appends the value as the last "other" element
|
QName[] |
getOtherArray()
Deprecated.
|
QName |
getOtherArray(int i)
Gets ith "other" element
|
List<QName> |
getOtherList()
Gets a List of "other" elements
|
QName |
getQname()
Gets the "qname" attribute
|
org.apache.xmlbeans.XmlQName |
insertNewOther(int i)
Inserts and returns a new empty value (as xml) as the ith "other" element
|
void |
insertOther(int i,
QName other)
Inserts the value as the ith "other" element
|
boolean |
isSetQname()
True if has "qname" attribute
|
void |
removeOther(int i)
Removes the ith "other" element
|
void |
setOtherArray(int i,
QName other)
Sets ith "other" element
|
void |
setOtherArray(QName[] otherArray)
Sets array of all "other" element
|
void |
setQname(QName qname)
Sets the "qname" attribute
|
int |
sizeOfOtherArray()
Returns number of "other" element
|
void |
unsetQname()
Unsets the "qname" attribute
|
org.apache.xmlbeans.XmlQName[] |
xgetOtherArray()
Deprecated.
|
org.apache.xmlbeans.XmlQName |
xgetOtherArray(int i)
Gets (as xml) ith "other" element
|
List<org.apache.xmlbeans.XmlQName> |
xgetOtherList()
Gets (as xml) a List of "other" elements
|
org.apache.xmlbeans.XmlQName |
xgetQname()
Gets (as xml) the "qname" attribute
|
void |
xsetOtherArray(int i,
org.apache.xmlbeans.XmlQName other)
Sets (as xml) ith "other" element
|
void |
xsetOtherArray(org.apache.xmlbeans.XmlQName[] otherArray)
Sets (as xml) array of all "other" element
|
void |
xsetQname(org.apache.xmlbeans.XmlQName qname)
Sets (as xml) the "qname" 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
QName[] getOtherArray()
QName getOtherArray(int i)
List<org.apache.xmlbeans.XmlQName> xgetOtherList()
org.apache.xmlbeans.XmlQName[] xgetOtherArray()
org.apache.xmlbeans.XmlQName xgetOtherArray(int i)
int sizeOfOtherArray()
void setOtherArray(QName[] otherArray)
void setOtherArray(int i, QName other)
void xsetOtherArray(org.apache.xmlbeans.XmlQName[] otherArray)
void xsetOtherArray(int i, org.apache.xmlbeans.XmlQName other)
void insertOther(int i, QName other)
void addOther(QName other)
org.apache.xmlbeans.XmlQName insertNewOther(int i)
org.apache.xmlbeans.XmlQName addNewOther()
void removeOther(int i)
QName getQname()
org.apache.xmlbeans.XmlQName xgetQname()
boolean isSetQname()
void setQname(QName qname)
void xsetQname(org.apache.xmlbeans.XmlQName qname)
void unsetQname()
Copyright © 2019. All Rights Reserved.