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
public final class WsdlOpFault extends WsdlOpReturnType implements Serializable
Wsdl operation fault abstraction.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.pentaho.di.trans.steps.webservices.wsdl.WsdlOpReturnType
_isArray, _itemComplexType, _itemXmlType, _xmlType
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WsdlOpFault(String name, QName xmlType, boolean isComplex, WsdlTypes wsdlTypes)
Create a new WsdlOpFault instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
getName()
Get the name of this fault.boolean
isComplexType()
Is the XML type a complex type?boolean
isFaultNameElementFormQualified()
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
-
-
-
-
Method Detail
-
getName
public QName 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.
-
-