Uses of Interface
org.w3.x2001.xmlSchema.ExplicitGroup

Packages that use ExplicitGroup
org.w3.x2001.xmlSchema   
org.w3.x2001.xmlSchema.impl   
 

Uses of ExplicitGroup in org.w3.x2001.xmlSchema
 

Subinterfaces of ExplicitGroup in org.w3.x2001.xmlSchema
 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).
 

Methods in org.w3.x2001.xmlSchema that return ExplicitGroup
 ExplicitGroup Group.addNewChoice()
          Appends and returns a new empty value (as xml) as the last "choice" element
 ExplicitGroup ComplexType.addNewChoice()
          Appends and returns a new empty "choice" element
 ExplicitGroup RestrictionType.addNewChoice()
          Appends and returns a new empty "choice" element
 ExplicitGroup ExtensionType.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 ChoiceDocument.addNewChoice()
          Appends and returns a new empty "choice" element
 ExplicitGroup Group.addNewSequence()
          Appends and returns a new empty value (as xml) as the last "sequence" element
 ExplicitGroup ComplexType.addNewSequence()
          Appends and returns a new empty "sequence" element
 ExplicitGroup RestrictionType.addNewSequence()
          Appends and returns a new empty "sequence" element
 ExplicitGroup ExtensionType.addNewSequence()
          Appends and returns a new empty "sequence" 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 ComplexType.getChoice()
          Gets the "choice" element
 ExplicitGroup RestrictionType.getChoice()
          Gets the "choice" element
 ExplicitGroup ExtensionType.getChoice()
          Gets the "choice" element
 ExplicitGroup ChoiceDocument.getChoice()
          Gets the "choice" element
 ExplicitGroup[] Group.getChoiceArray()
          Gets array of all "choice" elements
 ExplicitGroup[] RealGroup.getChoiceArray()
          Gets array of all "choice" elements
 ExplicitGroup Group.getChoiceArray(int i)
          Gets ith "choice" element
 ExplicitGroup RealGroup.getChoiceArray(int i)
          Gets ith "choice" element
 ExplicitGroup ComplexType.getSequence()
          Gets the "sequence" element
 ExplicitGroup RestrictionType.getSequence()
          Gets the "sequence" element
 ExplicitGroup ExtensionType.getSequence()
          Gets the "sequence" element
 ExplicitGroup SequenceDocument.getSequence()
          Gets the "sequence" element
 ExplicitGroup[] Group.getSequenceArray()
          Gets array of all "sequence" elements
 ExplicitGroup[] RealGroup.getSequenceArray()
          Gets array of all "sequence" elements
 ExplicitGroup Group.getSequenceArray(int i)
          Gets ith "sequence" element
 ExplicitGroup RealGroup.getSequenceArray(int i)
          Gets ith "sequence" element
 ExplicitGroup Group.insertNewChoice(int i)
          Inserts and returns a new empty value (as xml) as the ith "choice" element
 ExplicitGroup RealGroup.insertNewChoice(int i)
          Inserts and returns a new empty value (as xml) as the ith "choice" element
 ExplicitGroup Group.insertNewSequence(int i)
          Inserts and returns a new empty value (as xml) as the ith "sequence" element
 ExplicitGroup RealGroup.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(java.io.File file)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.io.InputStream is)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ExplicitGroup ExplicitGroup.Factory.parse(org.w3c.dom.Node node)
           
static ExplicitGroup ExplicitGroup.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.io.Reader r)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.lang.String xmlAsString)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.net.URL u)
           
static ExplicitGroup ExplicitGroup.Factory.parse(java.net.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(javax.xml.stream.XMLStreamReader sr)
           
static ExplicitGroup ExplicitGroup.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type ExplicitGroup
 void ComplexType.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void RestrictionType.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void ExtensionType.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void ChoiceDocument.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void Group.setChoiceArray(ExplicitGroup[] choiceArray)
          Sets array of all "choice" element
 void RealGroup.setChoiceArray(ExplicitGroup[] choiceArray)
          Sets array of all "choice" element
 void Group.setChoiceArray(int i, ExplicitGroup choice)
          Sets ith "choice" element
 void RealGroup.setChoiceArray(int i, ExplicitGroup choice)
          Sets ith "choice" element
 void ComplexType.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void RestrictionType.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void ExtensionType.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void SequenceDocument.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void Group.setSequenceArray(ExplicitGroup[] sequenceArray)
          Sets array of all "sequence" element
 void RealGroup.setSequenceArray(ExplicitGroup[] sequenceArray)
          Sets array of all "sequence" element
 void Group.setSequenceArray(int i, ExplicitGroup sequence)
          Sets ith "sequence" element
 void RealGroup.setSequenceArray(int i, ExplicitGroup sequence)
          Sets ith "sequence" element
 

Uses of ExplicitGroup in org.w3.x2001.xmlSchema.impl
 

Classes in org.w3.x2001.xmlSchema.impl that implement ExplicitGroup
 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).
 

Methods in org.w3.x2001.xmlSchema.impl that return ExplicitGroup
 ExplicitGroup RestrictionTypeImpl.addNewChoice()
          Appends and returns a new empty "choice" element
 ExplicitGroup GroupImpl.addNewChoice()
          Appends and returns a new empty value (as xml) as the last "choice" element
 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 ExtensionTypeImpl.addNewChoice()
          Appends and returns a new empty "choice" element
 ExplicitGroup ComplexTypeImpl.addNewChoice()
          Appends and returns a new empty "choice" element
 ExplicitGroup RestrictionTypeImpl.addNewSequence()
          Appends and returns a new empty "sequence" element
 ExplicitGroup GroupImpl.addNewSequence()
          Appends and returns a new empty value (as xml) as the last "sequence" element
 ExplicitGroup RealGroupImpl.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 ComplexTypeImpl.addNewSequence()
          Appends and returns a new empty "sequence" element
 ExplicitGroup SequenceDocumentImpl.addNewSequence()
          Appends and returns a new empty "sequence" element
 ExplicitGroup RestrictionTypeImpl.getChoice()
          Gets the "choice" element
 ExplicitGroup ChoiceDocumentImpl.getChoice()
          Gets the "choice" element
 ExplicitGroup ExtensionTypeImpl.getChoice()
          Gets the "choice" element
 ExplicitGroup ComplexTypeImpl.getChoice()
          Gets the "choice" element
 ExplicitGroup[] GroupImpl.getChoiceArray()
          Gets array of all "choice" elements
 ExplicitGroup[] RealGroupImpl.getChoiceArray()
          Gets array of all "choice" elements
 ExplicitGroup GroupImpl.getChoiceArray(int i)
          Gets ith "choice" element
 ExplicitGroup RealGroupImpl.getChoiceArray(int i)
          Gets ith "choice" element
 ExplicitGroup RestrictionTypeImpl.getSequence()
          Gets the "sequence" element
 ExplicitGroup ExtensionTypeImpl.getSequence()
          Gets the "sequence" element
 ExplicitGroup ComplexTypeImpl.getSequence()
          Gets the "sequence" element
 ExplicitGroup SequenceDocumentImpl.getSequence()
          Gets the "sequence" element
 ExplicitGroup[] GroupImpl.getSequenceArray()
          Gets array of all "sequence" elements
 ExplicitGroup[] RealGroupImpl.getSequenceArray()
          Gets array of all "sequence" elements
 ExplicitGroup GroupImpl.getSequenceArray(int i)
          Gets ith "sequence" element
 ExplicitGroup RealGroupImpl.getSequenceArray(int i)
          Gets ith "sequence" element
 ExplicitGroup GroupImpl.insertNewChoice(int i)
          Inserts and returns a new empty value (as xml) as the ith "choice" element
 ExplicitGroup RealGroupImpl.insertNewChoice(int i)
          Inserts and returns a new empty value (as xml) as the ith "choice" element
 ExplicitGroup GroupImpl.insertNewSequence(int i)
          Inserts and returns a new empty value (as xml) as the ith "sequence" element
 ExplicitGroup RealGroupImpl.insertNewSequence(int i)
          Inserts and returns a new empty value (as xml) as the ith "sequence" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type ExplicitGroup
 void RestrictionTypeImpl.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void ChoiceDocumentImpl.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void ExtensionTypeImpl.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void ComplexTypeImpl.setChoice(ExplicitGroup choice)
          Sets the "choice" element
 void GroupImpl.setChoiceArray(ExplicitGroup[] choiceArray)
          Sets array of all "choice" element
 void RealGroupImpl.setChoiceArray(ExplicitGroup[] choiceArray)
          Sets array of all "choice" element
 void GroupImpl.setChoiceArray(int i, ExplicitGroup choice)
          Sets ith "choice" element
 void RealGroupImpl.setChoiceArray(int i, ExplicitGroup choice)
          Sets ith "choice" element
 void RestrictionTypeImpl.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void ExtensionTypeImpl.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void ComplexTypeImpl.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void SequenceDocumentImpl.setSequence(ExplicitGroup sequence)
          Sets the "sequence" element
 void GroupImpl.setSequenceArray(ExplicitGroup[] sequenceArray)
          Sets array of all "sequence" element
 void RealGroupImpl.setSequenceArray(ExplicitGroup[] sequenceArray)
          Sets array of all "sequence" element
 void GroupImpl.setSequenceArray(int i, ExplicitGroup sequence)
          Sets ith "sequence" element
 void RealGroupImpl.setSequenceArray(int i, ExplicitGroup sequence)
          Sets ith "sequence" element
 



Copyright © 2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.