public class TFault 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 |
encodingStyle, namespace, parts, userequired| Constructor and Description |
|---|
TFault() |
| 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.
|
getEncodingStyle, getNamespace, getParts, getUse, setNamespace, setUseisRequired, setRequiredprotected String name
Copyright © 2013 jbundle.org. All Rights Reserved.