public class Fault extends TFaultRes
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/soap/}tFaultRes">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NCName" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
encodingStyles, namespace, parts, userequired| Constructor and Description |
|---|
Fault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
void |
setName(String value)
Sets the value of the name property.
|
getEncodingStyles, getNamespace, getParts, getUse, setNamespace, setUseisRequired, setRequiredprotected String name
Copyright © 2017. All rights reserved.