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
-
Field Summary
Fields inherited from class org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
_isArray, _itemComplexType, _itemXmlType, _xmlType
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Override the equals method.getMode()
Get the mode of this parameter.getName()
Get the name of this parameter.int
hashCode()
boolean
isHeader()
Is this parameter a SOAP header parameter?boolean
Is this paramter's name element form qualified?protected void
Mark this parameter as a SOAP header parameter.protected void
Set the mode of this parameter (IN/OUT/INOUT).protected void
Set 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()
-