public class RestParameterConfigImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements RestParameterConfig
Modifier and Type | Class and Description |
---|---|
static class |
RestParameterConfigImpl.StyleImpl
An XML style(@http://eviware.com/soapui/config).
|
RestParameterConfig.Factory, RestParameterConfig.Style
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
type
Constructor and Description |
---|
RestParameterConfigImpl(org.apache.xmlbeans.SchemaType sType) |
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
|
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public RestParameterConfigImpl(org.apache.xmlbeans.SchemaType sType)
public String getName()
getName
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString xgetName()
xgetName
in interface RestParameterConfig
public void setName(String name)
setName
in interface RestParameterConfig
public void xsetName(org.apache.xmlbeans.XmlString name)
xsetName
in interface RestParameterConfig
public String getValue()
getValue
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString xgetValue()
xgetValue
in interface RestParameterConfig
public void setValue(String value)
setValue
in interface RestParameterConfig
public void xsetValue(org.apache.xmlbeans.XmlString value)
xsetValue
in interface RestParameterConfig
public RestParameterConfig.Style.Enum getStyle()
getStyle
in interface RestParameterConfig
public RestParameterConfig.Style xgetStyle()
xgetStyle
in interface RestParameterConfig
public void setStyle(RestParameterConfig.Style.Enum style)
setStyle
in interface RestParameterConfig
public void xsetStyle(RestParameterConfig.Style style)
xsetStyle
in interface RestParameterConfig
public QName getType()
getType
in interface RestParameterConfig
public org.apache.xmlbeans.XmlQName xgetType()
xgetType
in interface RestParameterConfig
public boolean isSetType()
isSetType
in interface RestParameterConfig
public void setType(QName type)
setType
in interface RestParameterConfig
public void xsetType(org.apache.xmlbeans.XmlQName type)
xsetType
in interface RestParameterConfig
public void unsetType()
unsetType
in interface RestParameterConfig
public String getDefault()
getDefault
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString xgetDefault()
xgetDefault
in interface RestParameterConfig
public boolean isSetDefault()
isSetDefault
in interface RestParameterConfig
public void setDefault(String xdefault)
setDefault
in interface RestParameterConfig
public void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
xsetDefault
in interface RestParameterConfig
public void unsetDefault()
unsetDefault
in interface RestParameterConfig
public String getPath()
getPath
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString xgetPath()
xgetPath
in interface RestParameterConfig
public boolean isSetPath()
isSetPath
in interface RestParameterConfig
public void setPath(String path)
setPath
in interface RestParameterConfig
public void xsetPath(org.apache.xmlbeans.XmlString path)
xsetPath
in interface RestParameterConfig
public void unsetPath()
unsetPath
in interface RestParameterConfig
public String getLink()
getLink
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString xgetLink()
xgetLink
in interface RestParameterConfig
public boolean isSetLink()
isSetLink
in interface RestParameterConfig
public void setLink(String link)
setLink
in interface RestParameterConfig
public void xsetLink(org.apache.xmlbeans.XmlString link)
xsetLink
in interface RestParameterConfig
public void unsetLink()
unsetLink
in interface RestParameterConfig
public List<String> getOptionList()
getOptionList
in interface RestParameterConfig
public String[] getOptionArray()
getOptionArray
in interface RestParameterConfig
public String getOptionArray(int i)
getOptionArray
in interface RestParameterConfig
public List<org.apache.xmlbeans.XmlString> xgetOptionList()
xgetOptionList
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString[] xgetOptionArray()
xgetOptionArray
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString xgetOptionArray(int i)
xgetOptionArray
in interface RestParameterConfig
public int sizeOfOptionArray()
sizeOfOptionArray
in interface RestParameterConfig
public void setOptionArray(String[] optionArray)
setOptionArray
in interface RestParameterConfig
public void setOptionArray(int i, String option)
setOptionArray
in interface RestParameterConfig
public void xsetOptionArray(org.apache.xmlbeans.XmlString[] optionArray)
xsetOptionArray
in interface RestParameterConfig
public void xsetOptionArray(int i, org.apache.xmlbeans.XmlString option)
xsetOptionArray
in interface RestParameterConfig
public void insertOption(int i, String option)
insertOption
in interface RestParameterConfig
public void addOption(String option)
addOption
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString insertNewOption(int i)
insertNewOption
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString addNewOption()
addNewOption
in interface RestParameterConfig
public void removeOption(int i)
removeOption
in interface RestParameterConfig
public String getDescription()
getDescription
in interface RestParameterConfig
public org.apache.xmlbeans.XmlString xgetDescription()
xgetDescription
in interface RestParameterConfig
public boolean isSetDescription()
isSetDescription
in interface RestParameterConfig
public void setDescription(String description)
setDescription
in interface RestParameterConfig
public void xsetDescription(org.apache.xmlbeans.XmlString description)
xsetDescription
in interface RestParameterConfig
public void unsetDescription()
unsetDescription
in interface RestParameterConfig
public boolean getRequired()
getRequired
in interface RestParameterConfig
public org.apache.xmlbeans.XmlBoolean xgetRequired()
xgetRequired
in interface RestParameterConfig
public boolean isSetRequired()
isSetRequired
in interface RestParameterConfig
public void setRequired(boolean required)
setRequired
in interface RestParameterConfig
public void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
xsetRequired
in interface RestParameterConfig
public void unsetRequired()
unsetRequired
in interface RestParameterConfig
public boolean getRepeating()
getRepeating
in interface RestParameterConfig
public org.apache.xmlbeans.XmlBoolean xgetRepeating()
xgetRepeating
in interface RestParameterConfig
public boolean isSetRepeating()
isSetRepeating
in interface RestParameterConfig
public void setRepeating(boolean repeating)
setRepeating
in interface RestParameterConfig
public void xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
xsetRepeating
in interface RestParameterConfig
public void unsetRepeating()
unsetRepeating
in interface RestParameterConfig
public boolean getDisableUrlEncoding()
getDisableUrlEncoding
in interface RestParameterConfig
public org.apache.xmlbeans.XmlBoolean xgetDisableUrlEncoding()
xgetDisableUrlEncoding
in interface RestParameterConfig
public boolean isSetDisableUrlEncoding()
isSetDisableUrlEncoding
in interface RestParameterConfig
public void setDisableUrlEncoding(boolean disableUrlEncoding)
setDisableUrlEncoding
in interface RestParameterConfig
public void xsetDisableUrlEncoding(org.apache.xmlbeans.XmlBoolean disableUrlEncoding)
xsetDisableUrlEncoding
in interface RestParameterConfig
public void unsetDisableUrlEncoding()
unsetDisableUrlEncoding
in interface RestParameterConfig
Copyright © 2019. All Rights Reserved.