public class OperationConfigImpl extends ModelItemConfigImpl implements OperationConfig
OperationConfig.Factory
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
type
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, xsetTimestamp
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
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, xsetTimestamp
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 OperationConfigImpl(org.apache.xmlbeans.SchemaType sType)
public List<WsdlRequestConfig> getCallList()
getCallList
in interface OperationConfig
public WsdlRequestConfig[] getCallArray()
getCallArray
in interface OperationConfig
public WsdlRequestConfig getCallArray(int i)
getCallArray
in interface OperationConfig
public int sizeOfCallArray()
sizeOfCallArray
in interface OperationConfig
public void setCallArray(WsdlRequestConfig[] callArray)
setCallArray
in interface OperationConfig
public void setCallArray(int i, WsdlRequestConfig call)
setCallArray
in interface OperationConfig
public WsdlRequestConfig insertNewCall(int i)
insertNewCall
in interface OperationConfig
public WsdlRequestConfig addNewCall()
addNewCall
in interface OperationConfig
public void removeCall(int i)
removeCall
in interface OperationConfig
public PartsConfig getRequestParts()
getRequestParts
in interface OperationConfig
public boolean isSetRequestParts()
isSetRequestParts
in interface OperationConfig
public void setRequestParts(PartsConfig requestParts)
setRequestParts
in interface OperationConfig
public PartsConfig addNewRequestParts()
addNewRequestParts
in interface OperationConfig
public void unsetRequestParts()
unsetRequestParts
in interface OperationConfig
public PartsConfig getResponseParts()
getResponseParts
in interface OperationConfig
public boolean isSetResponseParts()
isSetResponseParts
in interface OperationConfig
public void setResponseParts(PartsConfig responseParts)
setResponseParts
in interface OperationConfig
public PartsConfig addNewResponseParts()
addNewResponseParts
in interface OperationConfig
public void unsetResponseParts()
unsetResponseParts
in interface OperationConfig
public String getAction()
getAction
in interface OperationConfig
public org.apache.xmlbeans.XmlString xgetAction()
xgetAction
in interface OperationConfig
public boolean isSetAction()
isSetAction
in interface OperationConfig
public void setAction(String action)
setAction
in interface OperationConfig
public void xsetAction(org.apache.xmlbeans.XmlString action)
xsetAction
in interface OperationConfig
public void unsetAction()
unsetAction
in interface OperationConfig
public String getBindingOperationName()
getBindingOperationName
in interface OperationConfig
public org.apache.xmlbeans.XmlString xgetBindingOperationName()
xgetBindingOperationName
in interface OperationConfig
public boolean isSetBindingOperationName()
isSetBindingOperationName
in interface OperationConfig
public void setBindingOperationName(String bindingOperationName)
setBindingOperationName
in interface OperationConfig
public void xsetBindingOperationName(org.apache.xmlbeans.XmlString bindingOperationName)
xsetBindingOperationName
in interface OperationConfig
public void unsetBindingOperationName()
unsetBindingOperationName
in interface OperationConfig
public OperationStylesConfig.Enum getStyle()
getStyle
in interface OperationConfig
public OperationStylesConfig xgetStyle()
xgetStyle
in interface OperationConfig
public boolean isSetStyle()
isSetStyle
in interface OperationConfig
public void setStyle(OperationStylesConfig.Enum style)
setStyle
in interface OperationConfig
public void xsetStyle(OperationStylesConfig style)
xsetStyle
in interface OperationConfig
public void unsetStyle()
unsetStyle
in interface OperationConfig
public OperationTypesConfig.Enum getType()
getType
in interface OperationConfig
public OperationTypesConfig xgetType()
xgetType
in interface OperationConfig
public boolean isSetType()
isSetType
in interface OperationConfig
public void setType(OperationTypesConfig.Enum type)
setType
in interface OperationConfig
public void xsetType(OperationTypesConfig type)
xsetType
in interface OperationConfig
public void unsetType()
unsetType
in interface OperationConfig
public String getInputName()
getInputName
in interface OperationConfig
public org.apache.xmlbeans.XmlString xgetInputName()
xgetInputName
in interface OperationConfig
public boolean isSetInputName()
isSetInputName
in interface OperationConfig
public void setInputName(String inputName)
setInputName
in interface OperationConfig
public void xsetInputName(org.apache.xmlbeans.XmlString inputName)
xsetInputName
in interface OperationConfig
public void unsetInputName()
unsetInputName
in interface OperationConfig
public String getOutputName()
getOutputName
in interface OperationConfig
public org.apache.xmlbeans.XmlString xgetOutputName()
xgetOutputName
in interface OperationConfig
public boolean isSetOutputName()
isSetOutputName
in interface OperationConfig
public void setOutputName(String outputName)
setOutputName
in interface OperationConfig
public void xsetOutputName(org.apache.xmlbeans.XmlString outputName)
xsetOutputName
in interface OperationConfig
public void unsetOutputName()
unsetOutputName
in interface OperationConfig
public boolean getIsOneWay()
getIsOneWay
in interface OperationConfig
public org.apache.xmlbeans.XmlBoolean xgetIsOneWay()
xgetIsOneWay
in interface OperationConfig
public boolean isSetIsOneWay()
isSetIsOneWay
in interface OperationConfig
public void setIsOneWay(boolean isOneWay)
setIsOneWay
in interface OperationConfig
public void xsetIsOneWay(org.apache.xmlbeans.XmlBoolean isOneWay)
xsetIsOneWay
in interface OperationConfig
public void unsetIsOneWay()
unsetIsOneWay
in interface OperationConfig
public boolean getSendsAttachments()
getSendsAttachments
in interface OperationConfig
public org.apache.xmlbeans.XmlBoolean xgetSendsAttachments()
xgetSendsAttachments
in interface OperationConfig
public boolean isSetSendsAttachments()
isSetSendsAttachments
in interface OperationConfig
public void setSendsAttachments(boolean sendsAttachments)
setSendsAttachments
in interface OperationConfig
public void xsetSendsAttachments(org.apache.xmlbeans.XmlBoolean sendsAttachments)
xsetSendsAttachments
in interface OperationConfig
public void unsetSendsAttachments()
unsetSendsAttachments
in interface OperationConfig
public boolean getReceivesAttachments()
getReceivesAttachments
in interface OperationConfig
public org.apache.xmlbeans.XmlBoolean xgetReceivesAttachments()
xgetReceivesAttachments
in interface OperationConfig
public boolean isSetReceivesAttachments()
isSetReceivesAttachments
in interface OperationConfig
public void setReceivesAttachments(boolean receivesAttachments)
setReceivesAttachments
in interface OperationConfig
public void xsetReceivesAttachments(org.apache.xmlbeans.XmlBoolean receivesAttachments)
xsetReceivesAttachments
in interface OperationConfig
public void unsetReceivesAttachments()
unsetReceivesAttachments
in interface OperationConfig
public AnonymousTypeConfig.Enum getAnonymous()
getAnonymous
in interface OperationConfig
public AnonymousTypeConfig xgetAnonymous()
xgetAnonymous
in interface OperationConfig
public boolean isSetAnonymous()
isSetAnonymous
in interface OperationConfig
public void setAnonymous(AnonymousTypeConfig.Enum anonymous)
setAnonymous
in interface OperationConfig
public void xsetAnonymous(AnonymousTypeConfig anonymous)
xsetAnonymous
in interface OperationConfig
public void unsetAnonymous()
unsetAnonymous
in interface OperationConfig
Copyright © 2019. All Rights Reserved.