|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Group
An XML group(@http://www.w3.org/2001/XMLSchema). This is a complex type.
Nested Class Summary | |
---|---|
static class |
Group.Factory
A factory class with static methods for creating instances of this type. |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
All |
addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element |
AnyDocument.Any |
addNewAny()
Appends and returns a new empty value (as xml) as the last "any" element |
ExplicitGroup |
addNewChoice()
Appends and returns a new empty value (as xml) as the last "choice" element |
LocalElement |
addNewElement()
Appends and returns a new empty value (as xml) as the last "element" element |
GroupRef |
addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element |
ExplicitGroup |
addNewSequence()
Appends and returns a new empty value (as xml) as the last "sequence" element |
All[] |
getAllArray()
Gets array of all "all" elements |
All |
getAllArray(int i)
Gets ith "all" element |
AnyDocument.Any[] |
getAnyArray()
Gets array of all "any" elements |
AnyDocument.Any |
getAnyArray(int i)
Gets ith "any" element |
ExplicitGroup[] |
getChoiceArray()
Gets array of all "choice" elements |
ExplicitGroup |
getChoiceArray(int i)
Gets ith "choice" element |
LocalElement[] |
getElementArray()
Gets array of all "element" elements |
LocalElement |
getElementArray(int i)
Gets ith "element" element |
GroupRef[] |
getGroupArray()
Gets array of all "group" elements |
GroupRef |
getGroupArray(int i)
Gets ith "group" element |
java.lang.Object |
getMaxOccurs()
Gets the "maxOccurs" attribute |
java.math.BigInteger |
getMinOccurs()
Gets the "minOccurs" attribute |
java.lang.String |
getName()
Gets the "name" attribute |
javax.xml.namespace.QName |
getRef()
Gets the "ref" attribute |
ExplicitGroup[] |
getSequenceArray()
Gets array of all "sequence" elements |
ExplicitGroup |
getSequenceArray(int i)
Gets ith "sequence" element |
All |
insertNewAll(int i)
Inserts and returns a new empty value (as xml) as the ith "all" element |
AnyDocument.Any |
insertNewAny(int i)
Inserts and returns a new empty value (as xml) as the ith "any" element |
ExplicitGroup |
insertNewChoice(int i)
Inserts and returns a new empty value (as xml) as the ith "choice" element |
LocalElement |
insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "element" element |
GroupRef |
insertNewGroup(int i)
Inserts and returns a new empty value (as xml) as the ith "group" element |
ExplicitGroup |
insertNewSequence(int i)
Inserts and returns a new empty value (as xml) as the ith "sequence" element |
boolean |
isSetMaxOccurs()
True if has "maxOccurs" attribute |
boolean |
isSetMinOccurs()
True if has "minOccurs" attribute |
boolean |
isSetName()
True if has "name" attribute |
boolean |
isSetRef()
True if has "ref" attribute |
void |
removeAll(int i)
Removes the ith "all" element |
void |
removeAny(int i)
Removes the ith "any" element |
void |
removeChoice(int i)
Removes the ith "choice" element |
void |
removeElement(int i)
Removes the ith "element" element |
void |
removeGroup(int i)
Removes the ith "group" element |
void |
removeSequence(int i)
Removes the ith "sequence" element |
void |
setAllArray(All[] allArray)
Sets array of all "all" element |
void |
setAllArray(int i,
All all)
Sets ith "all" element |
void |
setAnyArray(AnyDocument.Any[] anyArray)
Sets array of all "any" element |
void |
setAnyArray(int i,
AnyDocument.Any any)
Sets ith "any" element |
void |
setChoiceArray(ExplicitGroup[] choiceArray)
Sets array of all "choice" element |
void |
setChoiceArray(int i,
ExplicitGroup choice)
Sets ith "choice" element |
void |
setElementArray(int i,
LocalElement element)
Sets ith "element" element |
void |
setElementArray(LocalElement[] elementArray)
Sets array of all "element" element |
void |
setGroupArray(GroupRef[] groupArray)
Sets array of all "group" element |
void |
setGroupArray(int i,
GroupRef group)
Sets ith "group" element |
void |
setMaxOccurs(java.lang.Object maxOccurs)
Sets the "maxOccurs" attribute |
void |
setMinOccurs(java.math.BigInteger minOccurs)
Sets the "minOccurs" attribute |
void |
setName(java.lang.String name)
Sets the "name" attribute |
void |
setRef(javax.xml.namespace.QName ref)
Sets the "ref" attribute |
void |
setSequenceArray(ExplicitGroup[] sequenceArray)
Sets array of all "sequence" element |
void |
setSequenceArray(int i,
ExplicitGroup sequence)
Sets ith "sequence" element |
int |
sizeOfAllArray()
Returns number of "all" element |
int |
sizeOfAnyArray()
Returns number of "any" element |
int |
sizeOfChoiceArray()
Returns number of "choice" element |
int |
sizeOfElementArray()
Returns number of "element" element |
int |
sizeOfGroupArray()
Returns number of "group" element |
int |
sizeOfSequenceArray()
Returns number of "sequence" element |
void |
unsetMaxOccurs()
Unsets the "maxOccurs" attribute |
void |
unsetMinOccurs()
Unsets the "minOccurs" attribute |
void |
unsetName()
Unsets the "name" attribute |
void |
unsetRef()
Unsets the "ref" attribute |
AllNNI |
xgetMaxOccurs()
Gets (as xml) the "maxOccurs" attribute |
org.apache.xmlbeans.XmlNonNegativeInteger |
xgetMinOccurs()
Gets (as xml) the "minOccurs" attribute |
org.apache.xmlbeans.XmlNCName |
xgetName()
Gets (as xml) the "name" attribute |
org.apache.xmlbeans.XmlQName |
xgetRef()
Gets (as xml) the "ref" attribute |
void |
xsetMaxOccurs(AllNNI maxOccurs)
Sets (as xml) the "maxOccurs" attribute |
void |
xsetMinOccurs(org.apache.xmlbeans.XmlNonNegativeInteger minOccurs)
Sets (as xml) the "minOccurs" attribute |
void |
xsetName(org.apache.xmlbeans.XmlNCName name)
Sets (as xml) the "name" attribute |
void |
xsetRef(org.apache.xmlbeans.XmlQName ref)
Sets (as xml) the "ref" attribute |
Methods inherited from interface org.w3.x2001.xmlSchema.Annotated |
---|
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetId |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
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 |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
---|
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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
LocalElement[] getElementArray()
LocalElement getElementArray(int i)
int sizeOfElementArray()
void setElementArray(LocalElement[] elementArray)
void setElementArray(int i, LocalElement element)
LocalElement insertNewElement(int i)
LocalElement addNewElement()
void removeElement(int i)
GroupRef[] getGroupArray()
GroupRef getGroupArray(int i)
int sizeOfGroupArray()
void setGroupArray(GroupRef[] groupArray)
void setGroupArray(int i, GroupRef group)
GroupRef insertNewGroup(int i)
GroupRef addNewGroup()
void removeGroup(int i)
All[] getAllArray()
All getAllArray(int i)
int sizeOfAllArray()
void setAllArray(All[] allArray)
void setAllArray(int i, All all)
All insertNewAll(int i)
All addNewAll()
void removeAll(int i)
ExplicitGroup[] getChoiceArray()
ExplicitGroup getChoiceArray(int i)
int sizeOfChoiceArray()
void setChoiceArray(ExplicitGroup[] choiceArray)
void setChoiceArray(int i, ExplicitGroup choice)
ExplicitGroup insertNewChoice(int i)
ExplicitGroup addNewChoice()
void removeChoice(int i)
ExplicitGroup[] getSequenceArray()
ExplicitGroup getSequenceArray(int i)
int sizeOfSequenceArray()
void setSequenceArray(ExplicitGroup[] sequenceArray)
void setSequenceArray(int i, ExplicitGroup sequence)
ExplicitGroup insertNewSequence(int i)
ExplicitGroup addNewSequence()
void removeSequence(int i)
AnyDocument.Any[] getAnyArray()
AnyDocument.Any getAnyArray(int i)
int sizeOfAnyArray()
void setAnyArray(AnyDocument.Any[] anyArray)
void setAnyArray(int i, AnyDocument.Any any)
AnyDocument.Any insertNewAny(int i)
AnyDocument.Any addNewAny()
void removeAny(int i)
java.lang.String getName()
org.apache.xmlbeans.XmlNCName xgetName()
boolean isSetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlNCName name)
void unsetName()
javax.xml.namespace.QName getRef()
org.apache.xmlbeans.XmlQName xgetRef()
boolean isSetRef()
void setRef(javax.xml.namespace.QName ref)
void xsetRef(org.apache.xmlbeans.XmlQName ref)
void unsetRef()
java.math.BigInteger getMinOccurs()
org.apache.xmlbeans.XmlNonNegativeInteger xgetMinOccurs()
boolean isSetMinOccurs()
void setMinOccurs(java.math.BigInteger minOccurs)
void xsetMinOccurs(org.apache.xmlbeans.XmlNonNegativeInteger minOccurs)
void unsetMinOccurs()
java.lang.Object getMaxOccurs()
AllNNI xgetMaxOccurs()
boolean isSetMaxOccurs()
void setMaxOccurs(java.lang.Object maxOccurs)
void xsetMaxOccurs(AllNNI maxOccurs)
void unsetMaxOccurs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |