public class RestParameterConfigImpl extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl implements RestParameterConfig
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RestParameterConfigImpl.StyleImplAn XML style(@http://eviware.com/soapui/config). | 
RestParameterConfig.Factory, RestParameterConfig.Style_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| 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, xmlTextclone, finalize, getClass, notify, notifyAll, wait, wait, waitchangeType, compareTo, compareValue, 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, xmlTextpublic RestParameterConfigImpl(org.apache.xmlbeans.SchemaType sType)
public String getName()
getName in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString xgetName()
xgetName in interface RestParameterConfigpublic void setName(String name)
setName in interface RestParameterConfigpublic void xsetName(org.apache.xmlbeans.XmlString name)
xsetName in interface RestParameterConfigpublic String getValue()
getValue in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString xgetValue()
xgetValue in interface RestParameterConfigpublic void setValue(String value)
setValue in interface RestParameterConfigpublic void xsetValue(org.apache.xmlbeans.XmlString value)
xsetValue in interface RestParameterConfigpublic RestParameterConfig.Style.Enum getStyle()
getStyle in interface RestParameterConfigpublic RestParameterConfig.Style xgetStyle()
xgetStyle in interface RestParameterConfigpublic void setStyle(RestParameterConfig.Style.Enum style)
setStyle in interface RestParameterConfigpublic void xsetStyle(RestParameterConfig.Style style)
xsetStyle in interface RestParameterConfigpublic QName getType()
getType in interface RestParameterConfigpublic org.apache.xmlbeans.XmlQName xgetType()
xgetType in interface RestParameterConfigpublic boolean isSetType()
isSetType in interface RestParameterConfigpublic void setType(QName type)
setType in interface RestParameterConfigpublic void xsetType(org.apache.xmlbeans.XmlQName type)
xsetType in interface RestParameterConfigpublic void unsetType()
unsetType in interface RestParameterConfigpublic String getDefault()
getDefault in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString xgetDefault()
xgetDefault in interface RestParameterConfigpublic boolean isSetDefault()
isSetDefault in interface RestParameterConfigpublic void setDefault(String xdefault)
setDefault in interface RestParameterConfigpublic void xsetDefault(org.apache.xmlbeans.XmlString xdefault)
xsetDefault in interface RestParameterConfigpublic void unsetDefault()
unsetDefault in interface RestParameterConfigpublic String getPath()
getPath in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString xgetPath()
xgetPath in interface RestParameterConfigpublic boolean isSetPath()
isSetPath in interface RestParameterConfigpublic void setPath(String path)
setPath in interface RestParameterConfigpublic void xsetPath(org.apache.xmlbeans.XmlString path)
xsetPath in interface RestParameterConfigpublic void unsetPath()
unsetPath in interface RestParameterConfigpublic String getLink()
getLink in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString xgetLink()
xgetLink in interface RestParameterConfigpublic boolean isSetLink()
isSetLink in interface RestParameterConfigpublic void setLink(String link)
setLink in interface RestParameterConfigpublic void xsetLink(org.apache.xmlbeans.XmlString link)
xsetLink in interface RestParameterConfigpublic void unsetLink()
unsetLink in interface RestParameterConfigpublic List<String> getOptionList()
getOptionList in interface RestParameterConfigpublic String[] getOptionArray()
getOptionArray in interface RestParameterConfigpublic String getOptionArray(int i)
getOptionArray in interface RestParameterConfigpublic List<org.apache.xmlbeans.XmlString> xgetOptionList()
xgetOptionList in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString[] xgetOptionArray()
xgetOptionArray in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString xgetOptionArray(int i)
xgetOptionArray in interface RestParameterConfigpublic int sizeOfOptionArray()
sizeOfOptionArray in interface RestParameterConfigpublic void setOptionArray(String[] optionArray)
setOptionArray in interface RestParameterConfigpublic void setOptionArray(int i,
                           String option)
setOptionArray in interface RestParameterConfigpublic void xsetOptionArray(org.apache.xmlbeans.XmlString[] optionArray)
xsetOptionArray in interface RestParameterConfigpublic void xsetOptionArray(int i,
                            org.apache.xmlbeans.XmlString option)
xsetOptionArray in interface RestParameterConfigpublic void insertOption(int i,
                         String option)
insertOption in interface RestParameterConfigpublic void addOption(String option)
addOption in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString insertNewOption(int i)
insertNewOption in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString addNewOption()
addNewOption in interface RestParameterConfigpublic void removeOption(int i)
removeOption in interface RestParameterConfigpublic String getDescription()
getDescription in interface RestParameterConfigpublic org.apache.xmlbeans.XmlString xgetDescription()
xgetDescription in interface RestParameterConfigpublic boolean isSetDescription()
isSetDescription in interface RestParameterConfigpublic void setDescription(String description)
setDescription in interface RestParameterConfigpublic void xsetDescription(org.apache.xmlbeans.XmlString description)
xsetDescription in interface RestParameterConfigpublic void unsetDescription()
unsetDescription in interface RestParameterConfigpublic boolean getRequired()
getRequired in interface RestParameterConfigpublic org.apache.xmlbeans.XmlBoolean xgetRequired()
xgetRequired in interface RestParameterConfigpublic boolean isSetRequired()
isSetRequired in interface RestParameterConfigpublic void setRequired(boolean required)
setRequired in interface RestParameterConfigpublic void xsetRequired(org.apache.xmlbeans.XmlBoolean required)
xsetRequired in interface RestParameterConfigpublic void unsetRequired()
unsetRequired in interface RestParameterConfigpublic boolean getRepeating()
getRepeating in interface RestParameterConfigpublic org.apache.xmlbeans.XmlBoolean xgetRepeating()
xgetRepeating in interface RestParameterConfigpublic boolean isSetRepeating()
isSetRepeating in interface RestParameterConfigpublic void setRepeating(boolean repeating)
setRepeating in interface RestParameterConfigpublic void xsetRepeating(org.apache.xmlbeans.XmlBoolean repeating)
xsetRepeating in interface RestParameterConfigpublic void unsetRepeating()
unsetRepeating in interface RestParameterConfigpublic boolean getDisableUrlEncoding()
getDisableUrlEncoding in interface RestParameterConfigpublic org.apache.xmlbeans.XmlBoolean xgetDisableUrlEncoding()
xgetDisableUrlEncoding in interface RestParameterConfigpublic boolean isSetDisableUrlEncoding()
isSetDisableUrlEncoding in interface RestParameterConfigpublic void setDisableUrlEncoding(boolean disableUrlEncoding)
setDisableUrlEncoding in interface RestParameterConfigpublic void xsetDisableUrlEncoding(org.apache.xmlbeans.XmlBoolean disableUrlEncoding)
xsetDisableUrlEncoding in interface RestParameterConfigpublic void unsetDisableUrlEncoding()
unsetDisableUrlEncoding in interface RestParameterConfigCopyright © 2019. All Rights Reserved.