org.icestandard.ICE.V20.subscribe
Class SubscriptionFault

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.subscribe.SubscriptionFault
All Implemented Interfaces:
org.apache.axis.encoding.AnyContentType, java.io.Serializable

public class SubscriptionFault
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
SubscriptionFault()
           
SubscriptionFault(OfferType offer, org.apache.axis.message.MessageElement[] _any, org.apache.axis.types.PositiveInteger code)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.message.MessageElement[] get_any()
          Gets the _any value for this SubscriptionFault.
 org.apache.axis.types.PositiveInteger getCode()
          Gets the code value for this SubscriptionFault.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 OfferType getOffer()
          Gets the offer value for this SubscriptionFault.
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()
           
 void set_any(org.apache.axis.message.MessageElement[] _any)
          Sets the _any value for this SubscriptionFault.
 void setCode(org.apache.axis.types.PositiveInteger code)
          Sets the code value for this SubscriptionFault.
 void setOffer(OfferType offer)
          Sets the offer value for this SubscriptionFault.
 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

SubscriptionFault

public SubscriptionFault()

SubscriptionFault

public SubscriptionFault(OfferType offer,
                         org.apache.axis.message.MessageElement[] _any,
                         org.apache.axis.types.PositiveInteger code)
Method Detail

getOffer

public OfferType getOffer()
Gets the offer value for this SubscriptionFault.

Returns:
offer

setOffer

public void setOffer(OfferType offer)
Sets the offer value for this SubscriptionFault.

Parameters:
offer -

get_any

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

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 SubscriptionFault.

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 SubscriptionFault.

Returns:
code

setCode

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

Parameters:
code -

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