org.icestandard.ICE.V20.message
Class StatusCode

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis.AxisFault
                      extended byorg.icestandard.ICE.V20.message.StatusCode
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class StatusCode
extends org.apache.axis.AxisFault
implements java.io.Serializable, org.apache.axis.encoding.AnyContentType

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
StatusCode()
           
StatusCode(org.apache.axis.types.PositiveInteger code, org.apache.axis.types.Token messageId, org.apache.axis.types.Token subscriptionId, org.apache.axis.types.URI location, org.apache.axis.types.Duration duration, org.apache.axis.message.MessageElement[] any)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this StatusCode.
 org.apache.axis.types.PositiveInteger getCode()
          Gets the code value for this StatusCode.
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.Duration getDuration()
          Gets the duration value for this StatusCode.
 org.apache.axis.types.URI getLocation()
          Gets the location value for this StatusCode.
 org.apache.axis.types.Token getMessageId()
          Gets the messageId value for this StatusCode.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 org.apache.axis.types.Token getSubscriptionId()
          Gets the subscriptionId value for this StatusCode.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this StatusCode.
 void setCode(org.apache.axis.types.PositiveInteger code)
          Sets the code value for this StatusCode.
 void setDuration(org.apache.axis.types.Duration duration)
          Sets the duration value for this StatusCode.
 void setLocation(org.apache.axis.types.URI location)
          Sets the location value for this StatusCode.
 void setMessageId(org.apache.axis.types.Token messageId)
          Sets the messageId value for this StatusCode.
 void setSubscriptionId(org.apache.axis.types.Token subscriptionId)
          Sets the subscriptionId value for this StatusCode.
 void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context)
          Writes the exception data to the faultDetails
 
Methods inherited from class org.apache.axis.AxisFault
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toString
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusCode

public StatusCode()

StatusCode

public StatusCode(org.apache.axis.types.PositiveInteger code,
                  org.apache.axis.types.Token messageId,
                  org.apache.axis.types.Token subscriptionId,
                  org.apache.axis.types.URI location,
                  org.apache.axis.types.Duration duration,
                  org.apache.axis.message.MessageElement[] any)
Method Detail

get_any

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

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

set_any

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

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

getCode

public org.apache.axis.types.PositiveInteger getCode()
Gets the code value for this StatusCode.

Returns:
code

setCode

public void setCode(org.apache.axis.types.PositiveInteger code)
Sets the code value for this StatusCode.

Parameters:
code -

getMessageId

public org.apache.axis.types.Token getMessageId()
Gets the messageId value for this StatusCode.

Returns:
messageId

setMessageId

public void setMessageId(org.apache.axis.types.Token messageId)
Sets the messageId value for this StatusCode.

Parameters:
messageId -

getSubscriptionId

public org.apache.axis.types.Token getSubscriptionId()
Gets the subscriptionId value for this StatusCode.

Returns:
subscriptionId

setSubscriptionId

public void setSubscriptionId(org.apache.axis.types.Token subscriptionId)
Sets the subscriptionId value for this StatusCode.

Parameters:
subscriptionId -

getLocation

public org.apache.axis.types.URI getLocation()
Gets the location value for this StatusCode.

Returns:
location

setLocation

public void setLocation(org.apache.axis.types.URI location)
Sets the location value for this StatusCode.

Parameters:
location -

getDuration

public org.apache.axis.types.Duration getDuration()
Gets the duration value for this StatusCode.

Returns:
duration

setDuration

public void setDuration(org.apache.axis.types.Duration duration)
Sets the duration value for this StatusCode.

Parameters:
duration -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

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


writeDetails

public void writeDetails(javax.xml.namespace.QName qname,
                         org.apache.axis.encoding.SerializationContext context)
                  throws java.io.IOException
Writes the exception data to the faultDetails

Throws:
java.io.IOException