public interface SchemaSetConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | SchemaSetConfig.FactoryA 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 | 
|---|---|
| SchemaConfig | addNewSchema()Appends and returns a new empty value (as xml) as the last "schema" element | 
| SchemaConfig[] | getSchemaArray()Deprecated.   | 
| SchemaConfig | getSchemaArray(int i)Gets ith "schema" element | 
| List<SchemaConfig> | getSchemaList()Gets a List of "schema" elements | 
| SchemaConfig | insertNewSchema(int i)Inserts and returns a new empty value (as xml) as the ith "schema" element | 
| void | removeSchema(int i)Removes the ith "schema" element | 
| void | setSchemaArray(int i,
              SchemaConfig schema)Sets ith "schema" element | 
| void | setSchemaArray(SchemaConfig[] schemaArray)Sets array of all "schema" element | 
| int | sizeOfSchemaArray()Returns number of "schema" 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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<SchemaConfig> getSchemaList()
SchemaConfig[] getSchemaArray()
SchemaConfig getSchemaArray(int i)
int sizeOfSchemaArray()
void setSchemaArray(SchemaConfig[] schemaArray)
void setSchemaArray(int i,
                    SchemaConfig schema)
SchemaConfig insertNewSchema(int i)
SchemaConfig addNewSchema()
void removeSchema(int i)
Copyright © 2019. All Rights Reserved.