| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
All
An XML all(@http://www.w3.org/2001/XMLSchema).
|
static interface |
NamedGroup.All
An XML all(@http://www.w3.org/2001/XMLSchema).
|
interface |
SimpleExplicitGroup
An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitGroup |
ChoiceDocument.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
RealGroup.addNewChoice()
Appends and returns a new empty value (as xml) as the last "choice" element
|
ExplicitGroup |
Group.addNewChoice()
Appends and returns a new empty value (as xml) as the last "choice" element
|
ExplicitGroup |
ExtensionType.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
RestrictionType.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
ComplexType.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
SequenceDocument.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
RealGroup.addNewSequence()
Appends and returns a new empty value (as xml) as the last "sequence" element
|
ExplicitGroup |
Group.addNewSequence()
Appends and returns a new empty value (as xml) as the last "sequence" element
|
ExplicitGroup |
ExtensionType.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
RestrictionType.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
ComplexType.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
ChoiceDocument.getChoice()
Gets the "choice" element
|
ExplicitGroup |
ExtensionType.getChoice()
Gets the "choice" element
|
ExplicitGroup |
RestrictionType.getChoice()
Gets the "choice" element
|
ExplicitGroup |
ComplexType.getChoice()
Gets the "choice" element
|
ExplicitGroup[] |
RealGroup.getChoiceArray()
Gets array of all "choice" elements
|
ExplicitGroup[] |
Group.getChoiceArray()
Gets array of all "choice" elements
|
ExplicitGroup |
RealGroup.getChoiceArray(int i)
Gets ith "choice" element
|
ExplicitGroup |
Group.getChoiceArray(int i)
Gets ith "choice" element
|
ExplicitGroup |
SequenceDocument.getSequence()
Gets the "sequence" element
|
ExplicitGroup |
ExtensionType.getSequence()
Gets the "sequence" element
|
ExplicitGroup |
RestrictionType.getSequence()
Gets the "sequence" element
|
ExplicitGroup |
ComplexType.getSequence()
Gets the "sequence" element
|
ExplicitGroup[] |
RealGroup.getSequenceArray()
Gets array of all "sequence" elements
|
ExplicitGroup[] |
Group.getSequenceArray()
Gets array of all "sequence" elements
|
ExplicitGroup |
RealGroup.getSequenceArray(int i)
Gets ith "sequence" element
|
ExplicitGroup |
Group.getSequenceArray(int i)
Gets ith "sequence" element
|
ExplicitGroup |
RealGroup.insertNewChoice(int i)
Inserts and returns a new empty value (as xml) as the ith "choice" element
|
ExplicitGroup |
Group.insertNewChoice(int i)
Inserts and returns a new empty value (as xml) as the ith "choice" element
|
ExplicitGroup |
RealGroup.insertNewSequence(int i)
Inserts and returns a new empty value (as xml) as the ith "sequence" element
|
ExplicitGroup |
Group.insertNewSequence(int i)
Inserts and returns a new empty value (as xml) as the ith "sequence" element
|
static ExplicitGroup |
ExplicitGroup.Factory.newInstance() |
static ExplicitGroup |
ExplicitGroup.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(File file) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(InputStream is) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(Node node) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(Reader r) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(String xmlAsString) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(URL u) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ExplicitGroup |
ExplicitGroup.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ExplicitGroup |
ExplicitGroup.Factory.parse(XMLStreamReader sr) |
static ExplicitGroup |
ExplicitGroup.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChoiceDocument.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
ExtensionType.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
RestrictionType.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
ComplexType.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
RealGroup.setChoiceArray(ExplicitGroup[] choiceArray)
Sets array of all "choice" element
|
void |
Group.setChoiceArray(ExplicitGroup[] choiceArray)
Sets array of all "choice" element
|
void |
RealGroup.setChoiceArray(int i,
ExplicitGroup choice)
Sets ith "choice" element
|
void |
Group.setChoiceArray(int i,
ExplicitGroup choice)
Sets ith "choice" element
|
void |
SequenceDocument.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
ExtensionType.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
RestrictionType.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
ComplexType.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
RealGroup.setSequenceArray(ExplicitGroup[] sequenceArray)
Sets array of all "sequence" element
|
void |
Group.setSequenceArray(ExplicitGroup[] sequenceArray)
Sets array of all "sequence" element
|
void |
RealGroup.setSequenceArray(int i,
ExplicitGroup sequence)
Sets ith "sequence" element
|
void |
Group.setSequenceArray(int i,
ExplicitGroup sequence)
Sets ith "sequence" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema).
|
class |
ExplicitGroupImpl
An XML explicitGroup(@http://www.w3.org/2001/XMLSchema).
|
static class |
NamedGroupImpl.AllImpl
An XML all(@http://www.w3.org/2001/XMLSchema).
|
class |
SimpleExplicitGroupImpl
An XML simpleExplicitGroup(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitGroup |
ChoiceDocumentImpl.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
RealGroupImpl.addNewChoice()
Appends and returns a new empty value (as xml) as the last "choice" element
|
ExplicitGroup |
GroupImpl.addNewChoice()
Appends and returns a new empty value (as xml) as the last "choice" element
|
ExplicitGroup |
ExtensionTypeImpl.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
RestrictionTypeImpl.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
ComplexTypeImpl.addNewChoice()
Appends and returns a new empty "choice" element
|
ExplicitGroup |
SequenceDocumentImpl.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
RealGroupImpl.addNewSequence()
Appends and returns a new empty value (as xml) as the last "sequence" element
|
ExplicitGroup |
GroupImpl.addNewSequence()
Appends and returns a new empty value (as xml) as the last "sequence" element
|
ExplicitGroup |
ExtensionTypeImpl.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
RestrictionTypeImpl.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
ComplexTypeImpl.addNewSequence()
Appends and returns a new empty "sequence" element
|
ExplicitGroup |
ChoiceDocumentImpl.getChoice()
Gets the "choice" element
|
ExplicitGroup |
ExtensionTypeImpl.getChoice()
Gets the "choice" element
|
ExplicitGroup |
RestrictionTypeImpl.getChoice()
Gets the "choice" element
|
ExplicitGroup |
ComplexTypeImpl.getChoice()
Gets the "choice" element
|
ExplicitGroup[] |
RealGroupImpl.getChoiceArray()
Gets array of all "choice" elements
|
ExplicitGroup[] |
GroupImpl.getChoiceArray()
Gets array of all "choice" elements
|
ExplicitGroup |
RealGroupImpl.getChoiceArray(int i)
Gets ith "choice" element
|
ExplicitGroup |
GroupImpl.getChoiceArray(int i)
Gets ith "choice" element
|
ExplicitGroup |
SequenceDocumentImpl.getSequence()
Gets the "sequence" element
|
ExplicitGroup |
ExtensionTypeImpl.getSequence()
Gets the "sequence" element
|
ExplicitGroup |
RestrictionTypeImpl.getSequence()
Gets the "sequence" element
|
ExplicitGroup |
ComplexTypeImpl.getSequence()
Gets the "sequence" element
|
ExplicitGroup[] |
RealGroupImpl.getSequenceArray()
Gets array of all "sequence" elements
|
ExplicitGroup[] |
GroupImpl.getSequenceArray()
Gets array of all "sequence" elements
|
ExplicitGroup |
RealGroupImpl.getSequenceArray(int i)
Gets ith "sequence" element
|
ExplicitGroup |
GroupImpl.getSequenceArray(int i)
Gets ith "sequence" element
|
ExplicitGroup |
RealGroupImpl.insertNewChoice(int i)
Inserts and returns a new empty value (as xml) as the ith "choice" element
|
ExplicitGroup |
GroupImpl.insertNewChoice(int i)
Inserts and returns a new empty value (as xml) as the ith "choice" element
|
ExplicitGroup |
RealGroupImpl.insertNewSequence(int i)
Inserts and returns a new empty value (as xml) as the ith "sequence" element
|
ExplicitGroup |
GroupImpl.insertNewSequence(int i)
Inserts and returns a new empty value (as xml) as the ith "sequence" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChoiceDocumentImpl.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
ExtensionTypeImpl.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
RestrictionTypeImpl.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
ComplexTypeImpl.setChoice(ExplicitGroup choice)
Sets the "choice" element
|
void |
RealGroupImpl.setChoiceArray(ExplicitGroup[] choiceArray)
Sets array of all "choice" element
|
void |
GroupImpl.setChoiceArray(ExplicitGroup[] choiceArray)
Sets array of all "choice" element
|
void |
RealGroupImpl.setChoiceArray(int i,
ExplicitGroup choice)
Sets ith "choice" element
|
void |
GroupImpl.setChoiceArray(int i,
ExplicitGroup choice)
Sets ith "choice" element
|
void |
SequenceDocumentImpl.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
ExtensionTypeImpl.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
RestrictionTypeImpl.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
ComplexTypeImpl.setSequence(ExplicitGroup sequence)
Sets the "sequence" element
|
void |
RealGroupImpl.setSequenceArray(ExplicitGroup[] sequenceArray)
Sets array of all "sequence" element
|
void |
GroupImpl.setSequenceArray(ExplicitGroup[] sequenceArray)
Sets array of all "sequence" element
|
void |
RealGroupImpl.setSequenceArray(int i,
ExplicitGroup sequence)
Sets ith "sequence" element
|
void |
GroupImpl.setSequenceArray(int i,
ExplicitGroup sequence)
Sets ith "sequence" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.