| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
AnyDocument.Any |
AnyDocument.addNewAny()
Appends and returns a new empty "any" element
|
AnyDocument.Any |
Group.addNewAny()
Appends and returns a new empty value (as xml) as the last "any" element
|
AnyDocument.Any |
AnyDocument.getAny()
Gets the "any" element
|
AnyDocument.Any[] |
Group.getAnyArray()
Gets array of all "any" elements
|
AnyDocument.Any |
Group.getAnyArray(int i)
Gets ith "any" element
|
AnyDocument.Any |
Group.insertNewAny(int i)
Inserts and returns a new empty value (as xml) as the ith "any" element
|
static AnyDocument.Any |
AnyDocument.Any.Factory.newInstance() |
static AnyDocument.Any |
AnyDocument.Any.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
AnyDocument.setAny(AnyDocument.Any any)
Sets the "any" element
|
void |
Group.setAnyArray(AnyDocument.Any[] anyArray)
Sets array of all "any" element
|
void |
Group.setAnyArray(int i,
AnyDocument.Any any)
Sets ith "any" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnyDocumentImpl.AnyImpl
An XML any(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
AnyDocument.Any |
AnyDocumentImpl.addNewAny()
Appends and returns a new empty "any" element
|
AnyDocument.Any |
GroupImpl.addNewAny()
Appends and returns a new empty value (as xml) as the last "any" element
|
AnyDocument.Any |
AnyDocumentImpl.getAny()
Gets the "any" element
|
AnyDocument.Any[] |
GroupImpl.getAnyArray()
Gets array of all "any" elements
|
AnyDocument.Any |
GroupImpl.getAnyArray(int i)
Gets ith "any" element
|
AnyDocument.Any |
GroupImpl.insertNewAny(int i)
Inserts and returns a new empty value (as xml) as the ith "any" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnyDocumentImpl.setAny(AnyDocument.Any any)
Sets the "any" element
|
void |
GroupImpl.setAnyArray(AnyDocument.Any[] anyArray)
Sets array of all "any" element
|
void |
GroupImpl.setAnyArray(int i,
AnyDocument.Any any)
Sets ith "any" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.