public interface XmlTemplatesTypeConfig
extends org.apache.xmlbeans.XmlObject
Type | Property and Description |
---|---|
PropertyConfig |
addNew
Appends and returns a new empty "property" element
|
Modifier and Type | Interface and Description |
---|---|
static class |
XmlTemplatesTypeConfig.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 "property" element
|
String |
getPath()
Gets the "path" element
|
PropertyConfig |
getProperty()
Gets the "property" element
|
ScopeTypeConfig.Enum |
getScope()
Gets the "scope" element
|
void |
setPath(String path)
Sets the "path" element
|
void |
setProperty(PropertyConfig property)
Sets the "property" element
|
void |
setScope(ScopeTypeConfig.Enum scope)
Sets the "scope" element
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" element
|
ScopeTypeConfig |
xgetScope()
Gets (as xml) the "scope" element
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" element
|
void |
xsetScope(ScopeTypeConfig scope)
Sets (as xml) the "scope" 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
PropertyConfig getProperty()
void setProperty(PropertyConfig property)
PropertyConfig addNewProperty()
ScopeTypeConfig.Enum getScope()
ScopeTypeConfig xgetScope()
void setScope(ScopeTypeConfig.Enum scope)
void xsetScope(ScopeTypeConfig scope)
String getPath()
org.apache.xmlbeans.XmlString xgetPath()
void setPath(String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
Copyright © 2019. All Rights Reserved.