public class OperationConfigImpl extends ModelItemConfigImpl implements OperationConfig
OperationConfig.Factory_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBERtype| Constructor and Description | 
|---|
| OperationConfigImpl(org.apache.xmlbeans.SchemaType sType) | 
| Modifier and Type | Method and Description | 
|---|---|
| WsdlRequestConfig | addNewCall()Appends and returns a new empty value (as xml) as the last "call" element | 
| PartsConfig | addNewRequestParts()Appends and returns a new empty "requestParts" element | 
| PartsConfig | addNewResponseParts()Appends and returns a new empty "responseParts" element | 
| String | getAction()Gets the "action" attribute | 
| AnonymousTypeConfig.Enum | getAnonymous()Gets the "anonymous" attribute | 
| String | getBindingOperationName()Gets the "bindingOperationName" attribute | 
| WsdlRequestConfig[] | getCallArray()Deprecated.   | 
| WsdlRequestConfig | getCallArray(int i)Gets ith "call" element | 
| List<WsdlRequestConfig> | getCallList()Gets a List of "call" elements | 
| String | getInputName()Gets the "inputName" attribute | 
| boolean | getIsOneWay()Gets the "isOneWay" attribute | 
| String | getOutputName()Gets the "outputName" attribute | 
| boolean | getReceivesAttachments()Gets the "receivesAttachments" attribute | 
| PartsConfig | getRequestParts()Gets the "requestParts" element | 
| PartsConfig | getResponseParts()Gets the "responseParts" element | 
| boolean | getSendsAttachments()Gets the "sendsAttachments" attribute | 
| OperationStylesConfig.Enum | getStyle()Gets the "style" attribute | 
| OperationTypesConfig.Enum | getType()Gets the "type" attribute | 
| WsdlRequestConfig | insertNewCall(int i)Inserts and returns a new empty value (as xml) as the ith "call" element | 
| boolean | isSetAction()True if has "action" attribute | 
| boolean | isSetAnonymous()True if has "anonymous" attribute | 
| boolean | isSetBindingOperationName()True if has "bindingOperationName" attribute | 
| boolean | isSetInputName()True if has "inputName" attribute | 
| boolean | isSetIsOneWay()True if has "isOneWay" attribute | 
| boolean | isSetOutputName()True if has "outputName" attribute | 
| boolean | isSetReceivesAttachments()True if has "receivesAttachments" attribute | 
| boolean | isSetRequestParts()True if has "requestParts" element | 
| boolean | isSetResponseParts()True if has "responseParts" element | 
| boolean | isSetSendsAttachments()True if has "sendsAttachments" attribute | 
| boolean | isSetStyle()True if has "style" attribute | 
| boolean | isSetType()True if has "type" attribute | 
| void | removeCall(int i)Removes the ith "call" element | 
| void | setAction(String action)Sets the "action" attribute | 
| void | setAnonymous(AnonymousTypeConfig.Enum anonymous)Sets the "anonymous" attribute | 
| void | setBindingOperationName(String bindingOperationName)Sets the "bindingOperationName" attribute | 
| void | setCallArray(int i,
            WsdlRequestConfig call)Sets ith "call" element | 
| void | setCallArray(WsdlRequestConfig[] callArray)Sets array of all "call" element | 
| void | setInputName(String inputName)Sets the "inputName" attribute | 
| void | setIsOneWay(boolean isOneWay)Sets the "isOneWay" attribute | 
| void | setOutputName(String outputName)Sets the "outputName" attribute | 
| void | setReceivesAttachments(boolean receivesAttachments)Sets the "receivesAttachments" attribute | 
| void | setRequestParts(PartsConfig requestParts)Sets the "requestParts" element | 
| void | setResponseParts(PartsConfig responseParts)Sets the "responseParts" element | 
| void | setSendsAttachments(boolean sendsAttachments)Sets the "sendsAttachments" attribute | 
| void | setStyle(OperationStylesConfig.Enum style)Sets the "style" attribute | 
| void | setType(OperationTypesConfig.Enum type)Sets the "type" attribute | 
| int | sizeOfCallArray()Returns number of "call" element | 
| void | unsetAction()Unsets the "action" attribute | 
| void | unsetAnonymous()Unsets the "anonymous" attribute | 
| void | unsetBindingOperationName()Unsets the "bindingOperationName" attribute | 
| void | unsetInputName()Unsets the "inputName" attribute | 
| void | unsetIsOneWay()Unsets the "isOneWay" attribute | 
| void | unsetOutputName()Unsets the "outputName" attribute | 
| void | unsetReceivesAttachments()Unsets the "receivesAttachments" attribute | 
| void | unsetRequestParts()Unsets the "requestParts" element | 
| void | unsetResponseParts()Unsets the "responseParts" element | 
| void | unsetSendsAttachments()Unsets the "sendsAttachments" attribute | 
| void | unsetStyle()Unsets the "style" attribute | 
| void | unsetType()Unsets the "type" attribute | 
| org.apache.xmlbeans.XmlString | xgetAction()Gets (as xml) the "action" attribute | 
| AnonymousTypeConfig | xgetAnonymous()Gets (as xml) the "anonymous" attribute | 
| org.apache.xmlbeans.XmlString | xgetBindingOperationName()Gets (as xml) the "bindingOperationName" attribute | 
| org.apache.xmlbeans.XmlString | xgetInputName()Gets (as xml) the "inputName" attribute | 
| org.apache.xmlbeans.XmlBoolean | xgetIsOneWay()Gets (as xml) the "isOneWay" attribute | 
| org.apache.xmlbeans.XmlString | xgetOutputName()Gets (as xml) the "outputName" attribute | 
| org.apache.xmlbeans.XmlBoolean | xgetReceivesAttachments()Gets (as xml) the "receivesAttachments" attribute | 
| org.apache.xmlbeans.XmlBoolean | xgetSendsAttachments()Gets (as xml) the "sendsAttachments" attribute | 
| OperationStylesConfig | xgetStyle()Gets (as xml) the "style" attribute | 
| OperationTypesConfig | xgetType()Gets (as xml) the "type" attribute | 
| void | xsetAction(org.apache.xmlbeans.XmlString action)Sets (as xml) the "action" attribute | 
| void | xsetAnonymous(AnonymousTypeConfig anonymous)Sets (as xml) the "anonymous" attribute | 
| void | xsetBindingOperationName(org.apache.xmlbeans.XmlString bindingOperationName)Sets (as xml) the "bindingOperationName" attribute | 
| void | xsetInputName(org.apache.xmlbeans.XmlString inputName)Sets (as xml) the "inputName" attribute | 
| void | xsetIsOneWay(org.apache.xmlbeans.XmlBoolean isOneWay)Sets (as xml) the "isOneWay" attribute | 
| void | xsetOutputName(org.apache.xmlbeans.XmlString outputName)Sets (as xml) the "outputName" attribute | 
| void | xsetReceivesAttachments(org.apache.xmlbeans.XmlBoolean receivesAttachments)Sets (as xml) the "receivesAttachments" attribute | 
| void | xsetSendsAttachments(org.apache.xmlbeans.XmlBoolean sendsAttachments)Sets (as xml) the "sendsAttachments" attribute | 
| void | xsetStyle(OperationStylesConfig style)Sets (as xml) the "style" attribute | 
| void | xsetType(OperationTypesConfig type)Sets (as xml) the "type" attribute | 
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamparraySetterHelper, 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, waitaddNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestampchangeType, 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 OperationConfigImpl(org.apache.xmlbeans.SchemaType sType)
public List<WsdlRequestConfig> getCallList()
getCallList in interface OperationConfigpublic WsdlRequestConfig[] getCallArray()
getCallArray in interface OperationConfigpublic WsdlRequestConfig getCallArray(int i)
getCallArray in interface OperationConfigpublic int sizeOfCallArray()
sizeOfCallArray in interface OperationConfigpublic void setCallArray(WsdlRequestConfig[] callArray)
setCallArray in interface OperationConfigpublic void setCallArray(int i,
                         WsdlRequestConfig call)
setCallArray in interface OperationConfigpublic WsdlRequestConfig insertNewCall(int i)
insertNewCall in interface OperationConfigpublic WsdlRequestConfig addNewCall()
addNewCall in interface OperationConfigpublic void removeCall(int i)
removeCall in interface OperationConfigpublic PartsConfig getRequestParts()
getRequestParts in interface OperationConfigpublic boolean isSetRequestParts()
isSetRequestParts in interface OperationConfigpublic void setRequestParts(PartsConfig requestParts)
setRequestParts in interface OperationConfigpublic PartsConfig addNewRequestParts()
addNewRequestParts in interface OperationConfigpublic void unsetRequestParts()
unsetRequestParts in interface OperationConfigpublic PartsConfig getResponseParts()
getResponseParts in interface OperationConfigpublic boolean isSetResponseParts()
isSetResponseParts in interface OperationConfigpublic void setResponseParts(PartsConfig responseParts)
setResponseParts in interface OperationConfigpublic PartsConfig addNewResponseParts()
addNewResponseParts in interface OperationConfigpublic void unsetResponseParts()
unsetResponseParts in interface OperationConfigpublic String getAction()
getAction in interface OperationConfigpublic org.apache.xmlbeans.XmlString xgetAction()
xgetAction in interface OperationConfigpublic boolean isSetAction()
isSetAction in interface OperationConfigpublic void setAction(String action)
setAction in interface OperationConfigpublic void xsetAction(org.apache.xmlbeans.XmlString action)
xsetAction in interface OperationConfigpublic void unsetAction()
unsetAction in interface OperationConfigpublic String getBindingOperationName()
getBindingOperationName in interface OperationConfigpublic org.apache.xmlbeans.XmlString xgetBindingOperationName()
xgetBindingOperationName in interface OperationConfigpublic boolean isSetBindingOperationName()
isSetBindingOperationName in interface OperationConfigpublic void setBindingOperationName(String bindingOperationName)
setBindingOperationName in interface OperationConfigpublic void xsetBindingOperationName(org.apache.xmlbeans.XmlString bindingOperationName)
xsetBindingOperationName in interface OperationConfigpublic void unsetBindingOperationName()
unsetBindingOperationName in interface OperationConfigpublic OperationStylesConfig.Enum getStyle()
getStyle in interface OperationConfigpublic OperationStylesConfig xgetStyle()
xgetStyle in interface OperationConfigpublic boolean isSetStyle()
isSetStyle in interface OperationConfigpublic void setStyle(OperationStylesConfig.Enum style)
setStyle in interface OperationConfigpublic void xsetStyle(OperationStylesConfig style)
xsetStyle in interface OperationConfigpublic void unsetStyle()
unsetStyle in interface OperationConfigpublic OperationTypesConfig.Enum getType()
getType in interface OperationConfigpublic OperationTypesConfig xgetType()
xgetType in interface OperationConfigpublic boolean isSetType()
isSetType in interface OperationConfigpublic void setType(OperationTypesConfig.Enum type)
setType in interface OperationConfigpublic void xsetType(OperationTypesConfig type)
xsetType in interface OperationConfigpublic void unsetType()
unsetType in interface OperationConfigpublic String getInputName()
getInputName in interface OperationConfigpublic org.apache.xmlbeans.XmlString xgetInputName()
xgetInputName in interface OperationConfigpublic boolean isSetInputName()
isSetInputName in interface OperationConfigpublic void setInputName(String inputName)
setInputName in interface OperationConfigpublic void xsetInputName(org.apache.xmlbeans.XmlString inputName)
xsetInputName in interface OperationConfigpublic void unsetInputName()
unsetInputName in interface OperationConfigpublic String getOutputName()
getOutputName in interface OperationConfigpublic org.apache.xmlbeans.XmlString xgetOutputName()
xgetOutputName in interface OperationConfigpublic boolean isSetOutputName()
isSetOutputName in interface OperationConfigpublic void setOutputName(String outputName)
setOutputName in interface OperationConfigpublic void xsetOutputName(org.apache.xmlbeans.XmlString outputName)
xsetOutputName in interface OperationConfigpublic void unsetOutputName()
unsetOutputName in interface OperationConfigpublic boolean getIsOneWay()
getIsOneWay in interface OperationConfigpublic org.apache.xmlbeans.XmlBoolean xgetIsOneWay()
xgetIsOneWay in interface OperationConfigpublic boolean isSetIsOneWay()
isSetIsOneWay in interface OperationConfigpublic void setIsOneWay(boolean isOneWay)
setIsOneWay in interface OperationConfigpublic void xsetIsOneWay(org.apache.xmlbeans.XmlBoolean isOneWay)
xsetIsOneWay in interface OperationConfigpublic void unsetIsOneWay()
unsetIsOneWay in interface OperationConfigpublic boolean getSendsAttachments()
getSendsAttachments in interface OperationConfigpublic org.apache.xmlbeans.XmlBoolean xgetSendsAttachments()
xgetSendsAttachments in interface OperationConfigpublic boolean isSetSendsAttachments()
isSetSendsAttachments in interface OperationConfigpublic void setSendsAttachments(boolean sendsAttachments)
setSendsAttachments in interface OperationConfigpublic void xsetSendsAttachments(org.apache.xmlbeans.XmlBoolean sendsAttachments)
xsetSendsAttachments in interface OperationConfigpublic void unsetSendsAttachments()
unsetSendsAttachments in interface OperationConfigpublic boolean getReceivesAttachments()
getReceivesAttachments in interface OperationConfigpublic org.apache.xmlbeans.XmlBoolean xgetReceivesAttachments()
xgetReceivesAttachments in interface OperationConfigpublic boolean isSetReceivesAttachments()
isSetReceivesAttachments in interface OperationConfigpublic void setReceivesAttachments(boolean receivesAttachments)
setReceivesAttachments in interface OperationConfigpublic void xsetReceivesAttachments(org.apache.xmlbeans.XmlBoolean receivesAttachments)
xsetReceivesAttachments in interface OperationConfigpublic void unsetReceivesAttachments()
unsetReceivesAttachments in interface OperationConfigpublic AnonymousTypeConfig.Enum getAnonymous()
getAnonymous in interface OperationConfigpublic AnonymousTypeConfig xgetAnonymous()
xgetAnonymous in interface OperationConfigpublic boolean isSetAnonymous()
isSetAnonymous in interface OperationConfigpublic void setAnonymous(AnonymousTypeConfig.Enum anonymous)
setAnonymous in interface OperationConfigpublic void xsetAnonymous(AnonymousTypeConfig anonymous)
xsetAnonymous in interface OperationConfigpublic void unsetAnonymous()
unsetAnonymous in interface OperationConfigCopyright © 2019. All Rights Reserved.