public class

TFault

extends TExtensibleAttributesDocumented
java.lang.Object
   ↳ org.xmlsoap.schemas.wsdl.TDocumented
     ↳ org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
       ↳ org.xmlsoap.schemas.wsdl.TFault

Class Overview

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>
 

Summary

Fields
protected QName message
protected String name
[Expand]
Inherited Fields
From class org.xmlsoap.schemas.wsdl.TExtensibleAttributesDocumented
From class org.xmlsoap.schemas.wsdl.TDocumented
Public Constructors
TFault()
Public Methods
QName getMessage()
Gets the value of the message property.
String getName()
Gets the value of the name property.
void setMessage(QName value)
Sets the value of the message property.
void setName(String value)
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

Fields

protected QName message

protected String name

Public Constructors

public TFault ()

Public Methods

public QName getMessage ()

Gets the value of the message property.

Returns
  • possible object is QName

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setMessage (QName value)

Sets the value of the message property.

Parameters
value Allowed object is QName

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String