org.xmlsoap.schemas.wsdl.soap
Class THeader

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

public class THeader
extends TExtensibilityElement
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  THeaderFault[] headerfault
           
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
           
 
Fields inherited from class org.xmlsoap.schemas.wsdl.TExtensibilityElement
required
 
Constructor Summary
THeader()
           
THeader(THeaderFault[] headerfault, 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 THeader.
 THeaderFault[] getHeaderfault()
          Gets the headerfault value for this THeader.
 THeaderFault getHeaderfault(int i)
           
 javax.xml.namespace.QName getMessage()
          Gets the message value for this THeader.
 org.apache.axis.types.URI getNamespace()
          Gets the namespace value for this THeader.
 org.apache.axis.types.NMToken getPart()
          Gets the part value for this THeader.
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 THeader.
 int hashCode()
           
 void setEncodingStyle(org.apache.axis.types.URI[] encodingStyle)
          Sets the encodingStyle value for this THeader.
 void setHeaderfault(int i, THeaderFault _value)
           
 void setHeaderfault(THeaderFault[] headerfault)
          Sets the headerfault value for this THeader.
 void setMessage(javax.xml.namespace.QName message)
          Sets the message value for this THeader.
 void setNamespace(org.apache.axis.types.URI namespace)
          Sets the namespace value for this THeader.
 void setPart(org.apache.axis.types.NMToken part)
          Sets the part value for this THeader.
 void setUse(UseChoice use)
          Sets the use value for this THeader.
 
Methods inherited from class org.xmlsoap.schemas.wsdl.TExtensibilityElement
getRequired, setRequired
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

headerfault

private THeaderFault[] headerfault

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

THeader

public THeader()

THeader

public THeader(THeaderFault[] headerfault,
               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

getHeaderfault

public THeaderFault[] getHeaderfault()
Gets the headerfault value for this THeader.
Returns:
headerfault

setHeaderfault

public void setHeaderfault(THeaderFault[] headerfault)
Sets the headerfault value for this THeader.
Parameters:
headerfault -  

getHeaderfault

public THeaderFault getHeaderfault(int i)

setHeaderfault

public void setHeaderfault(int i,
                           THeaderFault _value)

getMessage

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

setMessage

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

getPart

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

setPart

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

getUse

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

setUse

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

getEncodingStyle

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

setEncodingStyle

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

getNamespace

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

setNamespace

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class TExtensibilityElement

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