public interface SupportedViewType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
SupportedViewType.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 |
|---|---|
ParameterNamesDocument.ParameterNames |
addNewParameterNames()
Appends and returns a new empty "ParameterNames" element
|
boolean |
getBatch()
Gets the "batch" attribute
|
String |
getDescription()
Gets the "Description" element
|
QName |
getName()
Gets the "name" attribute
|
ParameterNamesDocument.ParameterNames |
getParameterNames()
Gets the "ParameterNames" element
|
boolean |
isSetBatch()
True if has "batch" attribute
|
boolean |
isSetDescription()
True if has "Description" element
|
void |
setBatch(boolean batch)
Sets the "batch" attribute
|
void |
setDescription(String description)
Sets the "Description" element
|
void |
setName(QName name)
Sets the "name" attribute
|
void |
setParameterNames(ParameterNamesDocument.ParameterNames parameterNames)
Sets the "ParameterNames" element
|
void |
unsetBatch()
Unsets the "batch" attribute
|
void |
unsetDescription()
Unsets the "Description" element
|
org.apache.xmlbeans.XmlBoolean |
xgetBatch()
Gets (as xml) the "batch" attribute
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "Description" element
|
org.apache.xmlbeans.XmlQName |
xgetName()
Gets (as xml) the "name" attribute
|
void |
xsetBatch(org.apache.xmlbeans.XmlBoolean batch)
Sets (as xml) the "batch" attribute
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "Description" element
|
void |
xsetName(org.apache.xmlbeans.XmlQName name)
Sets (as xml) the "name" attribute
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextParameterNamesDocument.ParameterNames getParameterNames()
void setParameterNames(ParameterNamesDocument.ParameterNames parameterNames)
ParameterNamesDocument.ParameterNames addNewParameterNames()
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
QName getName()
org.apache.xmlbeans.XmlQName xgetName()
void setName(QName name)
void xsetName(org.apache.xmlbeans.XmlQName name)
boolean getBatch()
org.apache.xmlbeans.XmlBoolean xgetBatch()
boolean isSetBatch()
void setBatch(boolean batch)
void xsetBatch(org.apache.xmlbeans.XmlBoolean batch)
void unsetBatch()
Copyright © 2018 52north.org. All rights reserved.