| java.lang.Object | |||
| ↳ | org.xmlsoap.schemas.wsdl.TDocumented | ||
| ↳ | org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented | ||
| ↳ | org.xmlsoap.schemas.wsdl.TFault | ||
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| message | |||||||||||
| name | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
| |||||||||||
From class
org.xmlsoap.schemas.wsdl.TDocumented
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the message property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
| |||||||||||
From class
org.xmlsoap.schemas.wsdl.TDocumented
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the message property.
Gets the value of the name property.
Sets the value of the message property.
| value | Allowed object is QName |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|