public interface ParameterType
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
ParameterType.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
ParameterType.Mode
An XML mode(@).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
org.apache.xmlbeans.XmlAnySimpleType |
addNewType()
Appends and returns a new empty "type" attribute
|
boolean |
getHeader()
Gets the "header" attribute
|
ParameterType.Mode.Enum |
getMode()
Gets the "mode" attribute
|
org.apache.xmlbeans.XmlAnySimpleType |
getType()
Gets the "type" attribute
|
QName |
getXmlName()
Gets the "xml-name" attribute
|
boolean |
isSetHeader()
True if has "header" attribute
|
boolean |
isSetMode()
True if has "mode" attribute
|
boolean |
isSetXmlName()
True if has "xml-name" attribute
|
void |
setHeader(boolean header)
Sets the "header" attribute
|
void |
setMode(ParameterType.Mode.Enum mode)
Sets the "mode" attribute
|
void |
setType(org.apache.xmlbeans.XmlAnySimpleType type)
Sets the "type" attribute
|
void |
setXmlName(QName xmlName)
Sets the "xml-name" attribute
|
void |
unsetHeader()
Unsets the "header" attribute
|
void |
unsetMode()
Unsets the "mode" attribute
|
void |
unsetXmlName()
Unsets the "xml-name" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetHeader()
Gets (as xml) the "header" attribute
|
ParameterType.Mode |
xgetMode()
Gets (as xml) the "mode" attribute
|
org.apache.xmlbeans.XmlQName |
xgetXmlName()
Gets (as xml) the "xml-name" attribute
|
void |
xsetHeader(org.apache.xmlbeans.XmlBoolean header)
Sets (as xml) the "header" attribute
|
void |
xsetMode(ParameterType.Mode mode)
Sets (as xml) the "mode" attribute
|
void |
xsetXmlName(org.apache.xmlbeans.XmlQName xmlName)
Sets (as xml) the "xml-name" attribute
|
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
org.apache.xmlbeans.XmlAnySimpleType getType()
void setType(org.apache.xmlbeans.XmlAnySimpleType type)
org.apache.xmlbeans.XmlAnySimpleType addNewType()
QName getXmlName()
org.apache.xmlbeans.XmlQName xgetXmlName()
boolean isSetXmlName()
void setXmlName(QName xmlName)
void xsetXmlName(org.apache.xmlbeans.XmlQName xmlName)
void unsetXmlName()
ParameterType.Mode.Enum getMode()
ParameterType.Mode xgetMode()
boolean isSetMode()
void setMode(ParameterType.Mode.Enum mode)
void xsetMode(ParameterType.Mode mode)
void unsetMode()
boolean getHeader()
org.apache.xmlbeans.XmlBoolean xgetHeader()
boolean isSetHeader()
void setHeader(boolean header)
void xsetHeader(org.apache.xmlbeans.XmlBoolean header)
void unsetHeader()
Copyright © 2019. All Rights Reserved.