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