public interface RealGroup extends Group
| Modifier and Type | Interface and Description |
|---|---|
static class |
RealGroup.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 |
|---|---|
All |
addNewAll()
Appends and returns a new empty value (as xml) as the last "all" element
|
ExplicitGroup |
addNewChoice()
Appends and returns a new empty value (as xml) as the last "choice" 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
|
ExplicitGroup[] |
getChoiceArray()
Gets array of all "choice" elements
|
ExplicitGroup |
getChoiceArray(int i)
Gets ith "choice" element
|
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
|
ExplicitGroup |
insertNewChoice(int i)
Inserts and returns a new empty value (as xml) as the ith "choice" element
|
ExplicitGroup |
insertNewSequence(int i)
Inserts and returns a new empty value (as xml) as the ith "sequence" element
|
void |
removeAll(int i)
Removes the ith "all" element
|
void |
removeChoice(int i)
Removes the ith "choice" 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 |
setChoiceArray(ExplicitGroup[] choiceArray)
Sets array of all "choice" element
|
void |
setChoiceArray(int i,
ExplicitGroup choice)
Sets ith "choice" element
|
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 |
sizeOfChoiceArray()
Returns number of "choice" element
|
int |
sizeOfSequenceArray()
Returns number of "sequence" element
|
addNewAny, addNewElement, addNewGroup, getAnyArray, getAnyArray, getElementArray, getElementArray, getGroupArray, getGroupArray, getMaxOccurs, getMinOccurs, getName, getRef, insertNewAny, insertNewElement, insertNewGroup, isSetMaxOccurs, isSetMinOccurs, isSetName, isSetRef, removeAny, removeElement, removeGroup, setAnyArray, setAnyArray, setElementArray, setElementArray, setGroupArray, setGroupArray, setMaxOccurs, setMinOccurs, setName, setRef, sizeOfAnyArray, sizeOfElementArray, sizeOfGroupArray, unsetMaxOccurs, unsetMinOccurs, unsetName, unsetRef, xgetMaxOccurs, xgetMinOccurs, xgetName, xgetRef, xsetMaxOccurs, xsetMinOccurs, xsetName, xsetRefaddNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextAll[] getAllArray()
getAllArray in interface GroupAll getAllArray(int i)
getAllArray in interface Groupint sizeOfAllArray()
sizeOfAllArray in interface Groupvoid setAllArray(All[] allArray)
setAllArray in interface Groupvoid setAllArray(int i,
All all)
setAllArray in interface GroupAll insertNewAll(int i)
insertNewAll in interface GroupAll addNewAll()
void removeAll(int i)
ExplicitGroup[] getChoiceArray()
getChoiceArray in interface GroupExplicitGroup getChoiceArray(int i)
getChoiceArray in interface Groupint sizeOfChoiceArray()
sizeOfChoiceArray in interface Groupvoid setChoiceArray(ExplicitGroup[] choiceArray)
setChoiceArray in interface Groupvoid setChoiceArray(int i,
ExplicitGroup choice)
setChoiceArray in interface GroupExplicitGroup insertNewChoice(int i)
insertNewChoice in interface GroupExplicitGroup addNewChoice()
addNewChoice in interface Groupvoid removeChoice(int i)
removeChoice in interface GroupExplicitGroup[] getSequenceArray()
getSequenceArray in interface GroupExplicitGroup getSequenceArray(int i)
getSequenceArray in interface Groupint sizeOfSequenceArray()
sizeOfSequenceArray in interface Groupvoid setSequenceArray(ExplicitGroup[] sequenceArray)
setSequenceArray in interface Groupvoid setSequenceArray(int i,
ExplicitGroup sequence)
setSequenceArray in interface GroupExplicitGroup insertNewSequence(int i)
insertNewSequence in interface GroupExplicitGroup addNewSequence()
addNewSequence in interface Groupvoid removeSequence(int i)
removeSequence in interface GroupCopyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.