Class WsdlOpFault
java.lang.Object
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpFault
- All Implemented Interfaces:
Serializable
Wsdl operation fault abstraction.
- See Also:
-
Field Summary
Fields inherited from class org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
_isArray, _itemComplexType, _itemXmlType, _xmlType
-
Constructor Summary
ModifierConstructorDescriptionprotected
WsdlOpFault
(String name, QName xmlType, boolean isComplex, WsdlTypes wsdlTypes) Create a new WsdlOpFault instance. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Get the name of this fault.boolean
Is the XML type a complex type?boolean
Is this element part of an element form qualifed schema?Methods inherited from class org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
getItemComplexType, getItemXmlType, getXmlType, isArray
-
Constructor Details
-
WsdlOpFault
Create a new WsdlOpFault instance.- Parameters:
name
- QName of the parameter.xmlType
- XML type of the parameter.wsdlTypes
- Wsdl type information.
-
-
Method Details
-
getName
Get the name of this fault.- Returns:
- QName.
-
isComplexType
public boolean isComplexType()Is the XML type a complex type?- Returns:
- true if xmltype is a complex type.
-
isFaultNameElementFormQualified
public boolean isFaultNameElementFormQualified()Is this element part of an element form qualifed schema?- Returns:
- true if it is.
-