public class WSDLInterfaceFault extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected WSDLDocumentation |
documentationElement |
Constructor and Description |
---|
WSDLInterfaceFault(WSDLInterface wsdlInterface,
QName name) |
WSDLInterfaceFault(WSDLInterface wsdlInterface,
String localName) |
Modifier and Type | Method and Description |
---|---|
WSDLDocumentation |
getDocumentation() |
QName |
getElement() |
QName |
getName() |
WSDLInterface |
getWsdlInterface() |
QName |
getXmlType()
Get the xmlType for this interface fault.
|
void |
setDocumentation(WSDLDocumentation doc) |
void |
setElement(QName element) |
protected WSDLDocumentation documentationElement
public WSDLInterfaceFault(WSDLInterface wsdlInterface, QName name)
public WSDLInterfaceFault(WSDLInterface wsdlInterface, String localName)
public WSDLInterface getWsdlInterface()
public QName getName()
public QName getElement()
public void setElement(QName element)
public WSDLDocumentation getDocumentation()
public void setDocumentation(WSDLDocumentation doc)
public QName getXmlType()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.