public interface PropertiesTypeConfig
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
PropertyConfig |
addNew
Appends and returns a new empty value (as xml) as the last "property" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
PropertiesTypeConfig.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 |
---|---|
PropertyConfig |
addNewProperty()
Appends and returns a new empty value (as xml) as the last "property" element
|
PropertyConfig[] |
getPropertyArray()
Deprecated.
|
PropertyConfig |
getPropertyArray(int i)
Gets ith "property" element
|
List<PropertyConfig> |
getPropertyList()
Gets a List of "property" elements
|
PropertyConfig |
insertNewProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "property" element
|
void |
removeProperty(int i)
Removes the ith "property" element
|
void |
setPropertyArray(int i,
PropertyConfig property)
Sets ith "property" element
|
void |
setPropertyArray(PropertyConfig[] propertyArray)
Sets array of all "property" element
|
int |
sizeOfPropertyArray()
Returns number of "property" 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
PropertyConfig addNewProperty
List<PropertyConfig> getPropertyList()
PropertyConfig[] getPropertyArray()
PropertyConfig getPropertyArray(int i)
int sizeOfPropertyArray()
void setPropertyArray(PropertyConfig[] propertyArray)
void setPropertyArray(int i, PropertyConfig property)
PropertyConfig insertNewProperty(int i)
PropertyConfig addNewProperty()
void removeProperty(int i)
Copyright © 2019. All Rights Reserved.