public interface RestParameterConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RestParameterConfig.Factory
A factory class with static methods for creating instances
of this type.
|
static interface |
RestParameterConfig.Style
An XML style(@http://eviware.com/soapui/config).
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
org.apache.xmlbeans.XmlString |
addNewOption()
Appends and returns a new empty value (as xml) as the last "option" element
|
void |
addOption(String option)
Appends the value as the last "option" element
|
String |
getDefault()
Gets the "default" element
|
String |
getDescription()
Gets the "description" element
|
boolean |
getDisableUrlEncoding()
Gets the "disableUrlEncoding" attribute
|
String |
getLink()
Gets the "link" element
|
String |
getName()
Gets the "name" element
|
String[] |
getOptionArray()
Deprecated.
|
String |
getOptionArray(int i)
Gets ith "option" element
|
List<String> |
getOptionList()
Gets a List of "option" elements
|
String |
getPath()
Gets the "path" element
|
boolean |
getRepeating()
Gets the "repeating" attribute
|
boolean |
getRequired()
Gets the "required" attribute
|
RestParameterConfig.Style.Enum |
getStyle()
Gets the "style" element
|
QName |
getType()
Gets the "type" element
|
String |
getValue()
Gets the "value" element
|
org.apache.xmlbeans.XmlString |
insertNewOption(int i)
Inserts and returns a new empty value (as xml) as the ith "option" element
|
void |
insertOption(int i,
String option)
Inserts the value as the ith "option" element
|
boolean |
isSetDefault()
True if has "default" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetDisableUrlEncoding()
True if has "disableUrlEncoding" attribute
|
boolean |
isSetLink()
True if has "link" element
|
boolean |
isSetPath()
True if has "path" element
|
boolean |
isSetRepeating()
True if has "repeating" attribute
|
boolean |
isSetRequired()
True if has "required" attribute
|
boolean |
isSetType()
True if has "type" element
|
void |
removeOption(int i)
Removes the ith "option" element
|
void |
setDefault(String xdefault)
Sets the "default" element
|
void |
setDescription(String description)
Sets the "description" element
|
void |
setDisableUrlEncoding(boolean disableUrlEncoding)
Sets the "disableUrlEncoding" attribute
|
void |
setLink(String link)
Sets the "link" element
|
void |
setName(String name)
Sets the "name" element
|
void |
setOptionArray(int i,
String option)
Sets ith "option" element
|
void |
setOptionArray(String[] optionArray)
Sets array of all "option" element
|
void |
setPath(String path)
Sets the "path" element
|
void |
setRepeating(boolean repeating)
Sets the "repeating" attribute
|
void |
setRequired(boolean required)
Sets the "required" attribute
|
void |
setStyle(RestParameterConfig.Style.Enum style)
Sets the "style" element
|
void |
setType(QName type)
Sets the "type" element
|
void |
setValue(String value)
Sets the "value" element
|
int |
sizeOfOptionArray()
Returns number of "option" element
|
void |
unsetDefault()
Unsets the "default" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetDisableUrlEncoding()
Unsets the "disableUrlEncoding" attribute
|
void |
unsetLink()
Unsets the "link" element
|
void |
unsetPath()
Unsets the "path" element
|
void |
unsetRepeating()
Unsets the "repeating" attribute
|
void |
unsetRequired()
Unsets the "required" attribute
|
void |
unsetType()
Unsets the "type" element
|
org.apache.xmlbeans.XmlString |
xgetDefault()
Gets (as xml) the "default" element
|
org.apache.xmlbeans.XmlString |
xgetDescription()
Gets (as xml) the "description" element
|
org.apache.xmlbeans.XmlBoolean |
xgetDisableUrlEncoding()
Gets (as xml) the "disableUrlEncoding" attribute
|
org.apache.xmlbeans.XmlString |
xgetLink()
Gets (as xml) the "link" element
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlString[] |
xgetOptionArray()
Deprecated.
|
org.apache.xmlbeans.XmlString |
xgetOptionArray(int i)
Gets (as xml) ith "option" element
|
List<org.apache.xmlbeans.XmlString> |
xgetOptionList()
Gets (as xml) a List of "option" elements
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" element
|
org.apache.xmlbeans.XmlBoolean |
xgetRepeating()
Gets (as xml) the "repeating" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetRequired()
Gets (as xml) the "required" attribute
|
RestParameterConfig.Style |
xgetStyle()
Gets (as xml) the "style" element
|
org.apache.xmlbeans.XmlQName |
xgetType()
Gets (as xml) the "type" element
|
org.apache.xmlbeans.XmlString |
xgetValue()
Gets (as xml) the "value" element
|
void |
xsetDefault(org.apache.xmlbeans.XmlString xdefault)
Sets (as xml) the "default" element
|
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Sets (as xml) the "description" element
|
void |
xsetDisableUrlEncoding(org.apache.xmlbeans.XmlBoolean disableUrlEncoding)
Sets (as xml) the "disableUrlEncoding" attribute
|
void |
xsetLink(org.apache.xmlbeans.XmlString link)
Sets (as xml) the "link" element
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetOptionArray(int i,
org.apache.xmlbeans.XmlString option)
Sets (as xml) ith "option" element
|
void |
xsetOptionArray(org.apache.xmlbeans.XmlString[] optionArray)
Sets (as xml) array of all "option" element
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" element
|
void |
xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
Sets (as xml) the "repeating" attribute
|
void |
xsetRequired(org.apache.xmlbeans.XmlBoolean required)
Sets (as xml) the "required" attribute
|
void |
xsetStyle(RestParameterConfig.Style style)
Sets (as xml) the "style" element
|
void |
xsetType(org.apache.xmlbeans.XmlQName type)
Sets (as xml) the "type" element
|
void |
xsetValue(org.apache.xmlbeans.XmlString value)
Sets (as xml) the "value" 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
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getValue()
org.apache.xmlbeans.XmlString xgetValue()
void setValue(String value)
void xsetValue(org.apache.xmlbeans.XmlString value)
RestParameterConfig.Style.Enum getStyle()
RestParameterConfig.Style xgetStyle()
void setStyle(RestParameterConfig.Style.Enum style)
void xsetStyle(RestParameterConfig.Style style)
QName getType()
org.apache.xmlbeans.XmlQName xgetType()
boolean isSetType()
void setType(QName type)
void xsetType(org.apache.xmlbeans.XmlQName type)
void unsetType()
String getDefault()
org.apache.xmlbeans.XmlString xgetDefault()
boolean isSetDefault()
void setDefault(String xdefault)
void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
void unsetDefault()
String getPath()
org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
void setPath(String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
String getLink()
org.apache.xmlbeans.XmlString xgetLink()
boolean isSetLink()
void setLink(String link)
void xsetLink(org.apache.xmlbeans.XmlString link)
void unsetLink()
String[] getOptionArray()
String getOptionArray(int i)
List<org.apache.xmlbeans.XmlString> xgetOptionList()
org.apache.xmlbeans.XmlString[] xgetOptionArray()
org.apache.xmlbeans.XmlString xgetOptionArray(int i)
int sizeOfOptionArray()
void setOptionArray(String[] optionArray)
void setOptionArray(int i, String option)
void xsetOptionArray(org.apache.xmlbeans.XmlString[] optionArray)
void xsetOptionArray(int i, org.apache.xmlbeans.XmlString option)
void insertOption(int i, String option)
void addOption(String option)
org.apache.xmlbeans.XmlString insertNewOption(int i)
org.apache.xmlbeans.XmlString addNewOption()
void removeOption(int i)
String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
void setDescription(String description)
void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
boolean getRequired()
org.apache.xmlbeans.XmlBoolean xgetRequired()
boolean isSetRequired()
void setRequired(boolean required)
void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
void unsetRequired()
boolean getRepeating()
org.apache.xmlbeans.XmlBoolean xgetRepeating()
boolean isSetRepeating()
void setRepeating(boolean repeating)
void xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
void unsetRepeating()
boolean getDisableUrlEncoding()
org.apache.xmlbeans.XmlBoolean xgetDisableUrlEncoding()
boolean isSetDisableUrlEncoding()
void setDisableUrlEncoding(boolean disableUrlEncoding)
void xsetDisableUrlEncoding(org.apache.xmlbeans.XmlBoolean disableUrlEncoding)
void unsetDisableUrlEncoding()
Copyright © 2019. All Rights Reserved.