org.xmlsoap.schemas.wsdl.soap
Class THeaderFault

java.lang.Object
  |
  +--org.xmlsoap.schemas.wsdl.soap.THeaderFault
All Implemented Interfaces:
java.io.Serializable

public class THeaderFault
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  org.apache.axis.types.URI[] encodingStyle
           
private  javax.xml.namespace.QName message
           
private  org.apache.axis.types.URI namespace
           
private  org.apache.axis.types.NMToken part
           
private static org.apache.axis.description.TypeDesc typeDesc
           
private  UseChoice use
           
 
Constructor Summary
THeaderFault()
           
THeaderFault(javax.xml.namespace.QName message, org.apache.axis.types.NMToken part, UseChoice use, org.apache.axis.types.URI[] encodingStyle, org.apache.axis.types.URI namespace)
           
 
Method Summary
(package private) static void ()
           
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 org.apache.axis.types.URI[] getEncodingStyle()
          Gets the encodingStyle value for this THeaderFault.
 javax.xml.namespace.QName getMessage()
          Gets the message value for this THeaderFault.
 org.apache.axis.types.URI getNamespace()
          Gets the namespace value for this THeaderFault.
 org.apache.axis.types.NMToken getPart()
          Gets the part value for this THeaderFault.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 UseChoice getUse()
          Gets the use value for this THeaderFault.
 int hashCode()
           
 void setEncodingStyle(org.apache.axis.types.URI[] encodingStyle)
          Sets the encodingStyle value for this THeaderFault.
 void setMessage(javax.xml.namespace.QName message)
          Sets the message value for this THeaderFault.
 void setNamespace(org.apache.axis.types.URI namespace)
          Sets the namespace value for this THeaderFault.
 void setPart(org.apache.axis.types.NMToken part)
          Sets the part value for this THeaderFault.
 void setUse(UseChoice use)
          Sets the use value for this THeaderFault.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

message

private javax.xml.namespace.QName message

part

private org.apache.axis.types.NMToken part

use

private UseChoice use

encodingStyle

private org.apache.axis.types.URI[] encodingStyle

namespace

private org.apache.axis.types.URI namespace

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

THeaderFault

public THeaderFault()

THeaderFault

public THeaderFault(javax.xml.namespace.QName message,
                    org.apache.axis.types.NMToken part,
                    UseChoice use,
                    org.apache.axis.types.URI[] encodingStyle,
                    org.apache.axis.types.URI namespace)
Method Detail

getMessage

public javax.xml.namespace.QName getMessage()
Gets the message value for this THeaderFault.
Returns:
message

setMessage

public void setMessage(javax.xml.namespace.QName message)
Sets the message value for this THeaderFault.
Parameters:
message -  

getPart

public org.apache.axis.types.NMToken getPart()
Gets the part value for this THeaderFault.
Returns:
part

setPart

public void setPart(org.apache.axis.types.NMToken part)
Sets the part value for this THeaderFault.
Parameters:
part -  

getUse

public UseChoice getUse()
Gets the use value for this THeaderFault.
Returns:
use

setUse

public void setUse(UseChoice use)
Sets the use value for this THeaderFault.
Parameters:
use -  

getEncodingStyle

public org.apache.axis.types.URI[] getEncodingStyle()
Gets the encodingStyle value for this THeaderFault.
Returns:
encodingStyle

setEncodingStyle

public void setEncodingStyle(org.apache.axis.types.URI[] encodingStyle)
Sets the encodingStyle value for this THeaderFault.
Parameters:
encodingStyle -  

getNamespace

public org.apache.axis.types.URI getNamespace()
Gets the namespace value for this THeaderFault.
Returns:
namespace

setNamespace

public void setNamespace(org.apache.axis.types.URI namespace)
Sets the namespace value for this THeaderFault.
Parameters:
namespace -  

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

static void ()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer