| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
GroupRef |
Group.addNewGroup()
Appends and returns a new empty value (as xml) as the last "group" element
|
GroupRef |
ExtensionType.addNewGroup()
Appends and returns a new empty "group" element
|
GroupRef |
RestrictionType.addNewGroup()
Appends and returns a new empty "group" element
|
GroupRef |
ComplexType.addNewGroup()
Appends and returns a new empty "group" element
|
GroupRef |
ExtensionType.getGroup()
Gets the "group" element
|
GroupRef |
RestrictionType.getGroup()
Gets the "group" element
|
GroupRef |
ComplexType.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(File file) |
static GroupRef |
GroupRef.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static GroupRef |
GroupRef.Factory.parse(InputStream is) |
static GroupRef |
GroupRef.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static GroupRef |
GroupRef.Factory.parse(Node node) |
static GroupRef |
GroupRef.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static GroupRef |
GroupRef.Factory.parse(Reader r) |
static GroupRef |
GroupRef.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static GroupRef |
GroupRef.Factory.parse(String xmlAsString) |
static GroupRef |
GroupRef.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static GroupRef |
GroupRef.Factory.parse(URL u) |
static GroupRef |
GroupRef.Factory.parse(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(XMLStreamReader sr) |
static GroupRef |
GroupRef.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionType.setGroup(GroupRef group)
Sets the "group" element
|
void |
RestrictionType.setGroup(GroupRef group)
Sets the "group" element
|
void |
ComplexType.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
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupRefImpl
An XML groupRef(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
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 |
RestrictionTypeImpl.addNewGroup()
Appends and returns a new empty "group" element
|
GroupRef |
ComplexTypeImpl.addNewGroup()
Appends and returns a new empty "group" element
|
GroupRef |
ExtensionTypeImpl.getGroup()
Gets the "group" element
|
GroupRef |
RestrictionTypeImpl.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
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtensionTypeImpl.setGroup(GroupRef group)
Sets the "group" element
|
void |
RestrictionTypeImpl.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–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.