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

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

Uses of GroupRef in org.w3.x2001.xmlSchema
 

Methods in org.w3.x2001.xmlSchema that return GroupRef
 GroupRef Group.addNewGroup()
          Appends and returns a new empty value (as xml) as the last "group" element
 GroupRef ComplexType.addNewGroup()
          Appends and returns a new empty "group" element
 GroupRef RestrictionType.addNewGroup()
          Appends and returns a new empty "group" element
 GroupRef ExtensionType.addNewGroup()
          Appends and returns a new empty "group" element
 GroupRef ComplexType.getGroup()
          Gets the "group" element
 GroupRef RestrictionType.getGroup()
          Gets the "group" element
 GroupRef ExtensionType.getGroup()
          Gets the "group" element
 GroupRef[] Group.getGroupArray()
          Gets array of all "group" elements
 GroupRef Group.getGroupArray(int i)
          Gets ith "group" element
 GroupRef Group.insertNewGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "group" element
static GroupRef GroupRef.Factory.newInstance()
           
static GroupRef GroupRef.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static GroupRef GroupRef.Factory.parse(java.io.File file)
           
static GroupRef GroupRef.Factory.parse(java.io.File file, org.apache.xmlbeans.XmlOptions options)
           
static GroupRef GroupRef.Factory.parse(java.io.InputStream is)
           
static GroupRef GroupRef.Factory.parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static GroupRef GroupRef.Factory.parse(org.w3c.dom.Node node)
           
static GroupRef GroupRef.Factory.parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options)
           
static GroupRef GroupRef.Factory.parse(java.io.Reader r)
           
static GroupRef GroupRef.Factory.parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options)
           
static GroupRef GroupRef.Factory.parse(java.lang.String xmlAsString)
           
static GroupRef GroupRef.Factory.parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static GroupRef GroupRef.Factory.parse(java.net.URL u)
           
static GroupRef GroupRef.Factory.parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options)
           
static GroupRef GroupRef.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static GroupRef GroupRef.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static GroupRef GroupRef.Factory.parse(javax.xml.stream.XMLStreamReader sr)
           
static GroupRef GroupRef.Factory.parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.w3.x2001.xmlSchema with parameters of type GroupRef
 void ComplexType.setGroup(GroupRef group)
          Sets the "group" element
 void RestrictionType.setGroup(GroupRef group)
          Sets the "group" element
 void ExtensionType.setGroup(GroupRef group)
          Sets the "group" element
 void Group.setGroupArray(GroupRef[] groupArray)
          Sets array of all "group" element
 void Group.setGroupArray(int i, GroupRef group)
          Sets ith "group" element
 

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

Classes in org.w3.x2001.xmlSchema.impl that implement GroupRef
 class GroupRefImpl
          An XML groupRef(@http://www.w3.org/2001/XMLSchema).
 

Methods in org.w3.x2001.xmlSchema.impl that return GroupRef
 GroupRef RestrictionTypeImpl.addNewGroup()
          Appends and returns a new empty "group" element
 GroupRef GroupImpl.addNewGroup()
          Appends and returns a new empty value (as xml) as the last "group" element
 GroupRef ExtensionTypeImpl.addNewGroup()
          Appends and returns a new empty "group" element
 GroupRef ComplexTypeImpl.addNewGroup()
          Appends and returns a new empty "group" element
 GroupRef RestrictionTypeImpl.getGroup()
          Gets the "group" element
 GroupRef ExtensionTypeImpl.getGroup()
          Gets the "group" element
 GroupRef ComplexTypeImpl.getGroup()
          Gets the "group" element
 GroupRef[] GroupImpl.getGroupArray()
          Gets array of all "group" elements
 GroupRef GroupImpl.getGroupArray(int i)
          Gets ith "group" element
 GroupRef GroupImpl.insertNewGroup(int i)
          Inserts and returns a new empty value (as xml) as the ith "group" element
 

Methods in org.w3.x2001.xmlSchema.impl with parameters of type GroupRef
 void RestrictionTypeImpl.setGroup(GroupRef group)
          Sets the "group" element
 void ExtensionTypeImpl.setGroup(GroupRef group)
          Sets the "group" element
 void ComplexTypeImpl.setGroup(GroupRef group)
          Sets the "group" element
 void GroupImpl.setGroupArray(GroupRef[] groupArray)
          Sets array of all "group" element
 void GroupImpl.setGroupArray(int i, GroupRef group)
          Sets ith "group" element
 



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