public interface AddonListConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
AddonListConfig.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 |
---|---|
AddonItemConfig |
addNewAddon()
Appends and returns a new empty value (as xml) as the last "addon" element
|
AddonItemConfig[] |
getAddonArray()
Deprecated.
|
AddonItemConfig |
getAddonArray(int i)
Gets ith "addon" element
|
List<AddonItemConfig> |
getAddonList()
Gets a List of "addon" elements
|
AddonItemConfig |
insertNewAddon(int i)
Inserts and returns a new empty value (as xml) as the ith "addon" element
|
void |
removeAddon(int i)
Removes the ith "addon" element
|
void |
setAddonArray(AddonItemConfig[] addonArray)
Sets array of all "addon" element
|
void |
setAddonArray(int i,
AddonItemConfig addon)
Sets ith "addon" element
|
int |
sizeOfAddonArray()
Returns number of "addon" 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
List<AddonItemConfig> getAddonList()
AddonItemConfig[] getAddonArray()
AddonItemConfig getAddonArray(int i)
int sizeOfAddonArray()
void setAddonArray(AddonItemConfig[] addonArray)
void setAddonArray(int i, AddonItemConfig addon)
AddonItemConfig insertNewAddon(int i)
AddonItemConfig addNewAddon()
void removeAddon(int i)
Copyright © 2019. All rights reserved.