public interface SchemaConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
SchemaConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
ComplexTypeConfig |
addNewComplexType()
Appends and returns a new empty value (as xml) as the last "complexType" element
|
ParticleConfig |
addNewParticle()
Appends and returns a new empty value (as xml) as the last "particle" element
|
MapEntryConfig |
addNewPrefix()
Appends and returns a new empty value (as xml) as the last "prefix" element
|
ComplexTypeConfig[] |
getComplexTypeArray()
Deprecated.
|
ComplexTypeConfig |
getComplexTypeArray(int i)
Gets ith "complexType" element
|
List<ComplexTypeConfig> |
getComplexTypeList()
Gets a List of "complexType" elements
|
String |
getNamespace()
Gets the "namespace" element
|
ParticleConfig[] |
getParticleArray()
Deprecated.
|
ParticleConfig |
getParticleArray(int i)
Gets ith "particle" element
|
List<ParticleConfig> |
getParticleList()
Gets a List of "particle" elements
|
MapEntryConfig[] |
getPrefixArray()
Deprecated.
|
MapEntryConfig |
getPrefixArray(int i)
Gets ith "prefix" element
|
List<MapEntryConfig> |
getPrefixList()
Gets a List of "prefix" elements
|
ComplexTypeConfig |
insertNewComplexType(int i)
Inserts and returns a new empty value (as xml) as the ith "complexType" element
|
ParticleConfig |
insertNewParticle(int i)
Inserts and returns a new empty value (as xml) as the ith "particle" element
|
MapEntryConfig |
insertNewPrefix(int i)
Inserts and returns a new empty value (as xml) as the ith "prefix" element
|
void |
removeComplexType(int i)
Removes the ith "complexType" element
|
void |
removeParticle(int i)
Removes the ith "particle" element
|
void |
removePrefix(int i)
Removes the ith "prefix" element
|
void |
setComplexTypeArray(ComplexTypeConfig[] complexTypeArray)
Sets array of all "complexType" element
|
void |
setComplexTypeArray(int i,
ComplexTypeConfig complexType)
Sets ith "complexType" element
|
void |
setNamespace(String namespace)
Sets the "namespace" element
|
void |
setParticleArray(int i,
ParticleConfig particle)
Sets ith "particle" element
|
void |
setParticleArray(ParticleConfig[] particleArray)
Sets array of all "particle" element
|
void |
setPrefixArray(int i,
MapEntryConfig prefix)
Sets ith "prefix" element
|
void |
setPrefixArray(MapEntryConfig[] prefixArray)
Sets array of all "prefix" element
|
int |
sizeOfComplexTypeArray()
Returns number of "complexType" element
|
int |
sizeOfParticleArray()
Returns number of "particle" element
|
int |
sizeOfPrefixArray()
Returns number of "prefix" element
|
org.apache.xmlbeans.XmlString |
xgetNamespace()
Gets (as xml) the "namespace" element
|
void |
xsetNamespace(org.apache.xmlbeans.XmlString namespace)
Sets (as xml) the "namespace" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
String getNamespace()
org.apache.xmlbeans.XmlString xgetNamespace()
void setNamespace(String namespace)
void xsetNamespace(org.apache.xmlbeans.XmlString namespace)
List<ParticleConfig> getParticleList()
ParticleConfig[] getParticleArray()
ParticleConfig getParticleArray(int i)
int sizeOfParticleArray()
void setParticleArray(ParticleConfig[] particleArray)
void setParticleArray(int i, ParticleConfig particle)
ParticleConfig insertNewParticle(int i)
ParticleConfig addNewParticle()
void removeParticle(int i)
List<MapEntryConfig> getPrefixList()
MapEntryConfig[] getPrefixArray()
MapEntryConfig getPrefixArray(int i)
int sizeOfPrefixArray()
void setPrefixArray(MapEntryConfig[] prefixArray)
void setPrefixArray(int i, MapEntryConfig prefix)
MapEntryConfig insertNewPrefix(int i)
MapEntryConfig addNewPrefix()
void removePrefix(int i)
List<ComplexTypeConfig> getComplexTypeList()
ComplexTypeConfig[] getComplexTypeArray()
ComplexTypeConfig getComplexTypeArray(int i)
int sizeOfComplexTypeArray()
void setComplexTypeArray(ComplexTypeConfig[] complexTypeArray)
void setComplexTypeArray(int i, ComplexTypeConfig complexType)
ComplexTypeConfig insertNewComplexType(int i)
ComplexTypeConfig addNewComplexType()
void removeComplexType(int i)
Copyright © 2019. All Rights Reserved.