public interface CheckedParameterConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
CheckedParameterConfig.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 |
---|---|
boolean |
getChecked()
Gets the "checked" attribute
|
String |
getLabel()
Gets the "label" attribute
|
String |
getParameterName()
Gets the "parameterName" attribute
|
String |
getType()
Gets the "type" attribute
|
String |
getXpath()
Gets the "xpath" attribute
|
boolean |
isSetChecked()
True if has "checked" attribute
|
boolean |
isSetLabel()
True if has "label" attribute
|
boolean |
isSetParameterName()
True if has "parameterName" attribute
|
boolean |
isSetType()
True if has "type" attribute
|
boolean |
isSetXpath()
True if has "xpath" attribute
|
void |
setChecked(boolean checked)
Sets the "checked" attribute
|
void |
setLabel(String label)
Sets the "label" attribute
|
void |
setParameterName(String parameterName)
Sets the "parameterName" attribute
|
void |
setType(String type)
Sets the "type" attribute
|
void |
setXpath(String xpath)
Sets the "xpath" attribute
|
void |
unsetChecked()
Unsets the "checked" attribute
|
void |
unsetLabel()
Unsets the "label" attribute
|
void |
unsetParameterName()
Unsets the "parameterName" attribute
|
void |
unsetType()
Unsets the "type" attribute
|
void |
unsetXpath()
Unsets the "xpath" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetChecked()
Gets (as xml) the "checked" attribute
|
org.apache.xmlbeans.XmlString |
xgetLabel()
Gets (as xml) the "label" attribute
|
org.apache.xmlbeans.XmlString |
xgetParameterName()
Gets (as xml) the "parameterName" attribute
|
org.apache.xmlbeans.XmlString |
xgetType()
Gets (as xml) the "type" attribute
|
org.apache.xmlbeans.XmlString |
xgetXpath()
Gets (as xml) the "xpath" attribute
|
void |
xsetChecked(org.apache.xmlbeans.XmlBoolean checked)
Sets (as xml) the "checked" attribute
|
void |
xsetLabel(org.apache.xmlbeans.XmlString label)
Sets (as xml) the "label" attribute
|
void |
xsetParameterName(org.apache.xmlbeans.XmlString parameterName)
Sets (as xml) the "parameterName" attribute
|
void |
xsetType(org.apache.xmlbeans.XmlString type)
Sets (as xml) the "type" attribute
|
void |
xsetXpath(org.apache.xmlbeans.XmlString xpath)
Sets (as xml) the "xpath" 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
String getParameterName()
org.apache.xmlbeans.XmlString xgetParameterName()
boolean isSetParameterName()
void setParameterName(String parameterName)
void xsetParameterName(org.apache.xmlbeans.XmlString parameterName)
void unsetParameterName()
boolean getChecked()
org.apache.xmlbeans.XmlBoolean xgetChecked()
boolean isSetChecked()
void setChecked(boolean checked)
void xsetChecked(org.apache.xmlbeans.XmlBoolean checked)
void unsetChecked()
String getXpath()
org.apache.xmlbeans.XmlString xgetXpath()
boolean isSetXpath()
void setXpath(String xpath)
void xsetXpath(org.apache.xmlbeans.XmlString xpath)
void unsetXpath()
String getType()
org.apache.xmlbeans.XmlString xgetType()
boolean isSetType()
void setType(String type)
void xsetType(org.apache.xmlbeans.XmlString type)
void unsetType()
String getLabel()
org.apache.xmlbeans.XmlString xgetLabel()
boolean isSetLabel()
void setLabel(String label)
void xsetLabel(org.apache.xmlbeans.XmlString label)
void unsetLabel()
Copyright © 2019. All Rights Reserved.