Class WsdlOpParameter
java.lang.Object
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpParameter
- All Implemented Interfaces:
Serializable
WSDL operation parameter abstraction.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
_isArray, _itemComplexType, _itemXmlType, _xmlType -
Method Summary
Modifier and TypeMethodDescriptionbooleanOverride the equals method.getMode()Get the mode of this parameter.getName()Get the name of this parameter.inthashCode()booleanisHeader()Is this parameter a SOAP header parameter?booleanIs this paramter's name element form qualified?protected voidMark this parameter as a SOAP header parameter.protected voidSet the mode of this parameter (IN/OUT/INOUT).protected voidSet the name of this parameter.Methods inherited from class org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
getItemComplexType, getItemXmlType, getXmlType, isArray
-
Method Details
-
getName
Get the name of this parameter.- Returns:
- QName.
-
getMode
Get the mode of this parameter.- Returns:
- ParameterMode
-
isNameElementFormQualified
public boolean isNameElementFormQualified()Is this paramter's name element form qualified?- Returns:
- True if element form qualified.
-
isHeader
public boolean isHeader()Is this parameter a SOAP header parameter?- Returns:
- true if it is.
-
setHeader
protected void setHeader()Mark this parameter as a SOAP header parameter. -
setMode
Set the mode of this parameter (IN/OUT/INOUT).- Parameters:
mode- the mode to set.
-
setName
Set the name of this parameter.- Parameters:
name- parameter name.wsdlTypes- Wsdl types abstraction.
-
equals
Override the equals method. -
hashCode
public int hashCode()
-