org.apache.ws.resource.faults.axis
Class _BaseFaultType_ErrorCode

java.lang.Object
  extended byorg.apache.ws.resource.faults.axis._BaseFaultType_ErrorCode
All Implemented Interfaces:
org.apache.axis.encoding.MixedContentType, java.io.Serializable

public class _BaseFaultType_ErrorCode
extends java.lang.Object
implements java.io.Serializable, org.apache.axis.encoding.MixedContentType

LOG-DONE DOCUMENT_ME

Version:
$Revision: 1.4 $
Author:
$author$
See Also:
Serialized Form

Constructor Summary
_BaseFaultType_ErrorCode()
          Creates a new _BaseFaultType_ErrorCode object.
_BaseFaultType_ErrorCode(org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.URI dialect)
          Creates a new _BaseFaultType_ErrorCode object.
 
Method Summary
 boolean equals(java.lang.Object obj)
          DOCUMENT_ME
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this _BaseFaultType_ErrorCode.
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 getDialect()
          Gets the dialect value for this _BaseFaultType_ErrorCode.
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
 int hashCode()
          DOCUMENT_ME
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this _BaseFaultType_ErrorCode.
 void setDialect(org.apache.axis.types.URI dialect)
          Sets the dialect value for this _BaseFaultType_ErrorCode.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_BaseFaultType_ErrorCode

public _BaseFaultType_ErrorCode()
Creates a new _BaseFaultType_ErrorCode object.


_BaseFaultType_ErrorCode

public _BaseFaultType_ErrorCode(org.apache.axis.message.MessageElement[] _any,
                                org.apache.axis.types.URI dialect)
Creates a new _BaseFaultType_ErrorCode object.

Parameters:
_any - DOCUMENT_ME
dialect - DOCUMENT_ME
Method Detail

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


setDialect

public void setDialect(org.apache.axis.types.URI dialect)
Sets the dialect value for this _BaseFaultType_ErrorCode.

Parameters:
dialect -

getDialect

public org.apache.axis.types.URI getDialect()
Gets the dialect value for this _BaseFaultType_ErrorCode.

Returns:
dialect

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


getTypeDesc

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


equals

public boolean equals(java.lang.Object obj)
DOCUMENT_ME

Parameters:
obj - DOCUMENT_ME
Returns:
DOCUMENT_ME

get_any

public org.apache.axis.message.MessageElement[] get_any()
Gets the _any value for this _BaseFaultType_ErrorCode.

Specified by:
get_any in interface org.apache.axis.encoding.MixedContentType
Returns:
_any

hashCode

public int hashCode()
DOCUMENT_ME

Returns:
DOCUMENT_ME

set_any

public void set_any(org.apache.axis.message.MessageElement[] _any)
Sets the _any value for this _BaseFaultType_ErrorCode.

Specified by:
set_any in interface org.apache.axis.encoding.MixedContentType
Parameters:
_any -


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.