public interface XmlTemplatesConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
XmlTemplatesConfig.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 |
---|---|
XmlTemplatesTypeConfig |
addNewTemplates()
Appends and returns a new empty value (as xml) as the last "templates" element
|
XmlTemplatesTypeConfig[] |
getTemplatesArray()
Deprecated.
|
XmlTemplatesTypeConfig |
getTemplatesArray(int i)
Gets ith "templates" element
|
List<XmlTemplatesTypeConfig> |
getTemplatesList()
Gets a List of "templates" elements
|
XmlTemplatesTypeConfig |
insertNewTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "templates" element
|
void |
removeTemplates(int i)
Removes the ith "templates" element
|
void |
setTemplatesArray(int i,
XmlTemplatesTypeConfig templates)
Sets ith "templates" element
|
void |
setTemplatesArray(XmlTemplatesTypeConfig[] templatesArray)
Sets array of all "templates" element
|
int |
sizeOfTemplatesArray()
Returns number of "templates" 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<XmlTemplatesTypeConfig> getTemplatesList()
XmlTemplatesTypeConfig[] getTemplatesArray()
XmlTemplatesTypeConfig getTemplatesArray(int i)
int sizeOfTemplatesArray()
void setTemplatesArray(XmlTemplatesTypeConfig[] templatesArray)
void setTemplatesArray(int i, XmlTemplatesTypeConfig templates)
XmlTemplatesTypeConfig insertNewTemplates(int i)
XmlTemplatesTypeConfig addNewTemplates()
void removeTemplates(int i)
Copyright © 2019. All Rights Reserved.