public class TFault extends TExtensibleAttributesDocumented
Java class for tFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tFault">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibleAttributesDocumented">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="message" use="required" type="{http://www.w3.org/2001/XMLSchema}QName" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected QName |
message |
protected String |
name |
anydocumentation| Constructor and Description |
|---|
TFault() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getMessage()
Gets the value of the message property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isSetMessage() |
boolean |
isSetName() |
void |
setMessage(QName value)
Sets the value of the message property.
|
void |
setName(String value)
Sets the value of the name property.
|
getAny, getOtherAttributes, isSetAny, unsetAnygetDocumentation, isSetDocumentation, setDocumentationpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public QName getMessage()
QNamepublic void setMessage(QName value)
value - allowed object is
QNamepublic boolean isSetMessage()
Apache CXF