org.icestandard.ICE.V20.subscribe
Class Subscribe

java.lang.Object
  extended byorg.icestandard.ICE.V20.subscribe.Subscribe
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
Subscribe()
           
Subscribe(OfferType offer, Parameters parameters, org.apache.axis.types.Token subscriptionName, org.apache.axis.types.Token offerId)
           
 
Method Summary
 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
 OfferType getOffer()
          Gets the offer value for this Subscribe.
 org.apache.axis.types.Token getOfferId()
          Gets the offerId value for this Subscribe.
 Parameters getParameters()
          Gets the parameters value for this Subscribe.
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 getSubscriptionName()
          Gets the subscriptionName value for this Subscribe.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setOffer(OfferType offer)
          Sets the offer value for this Subscribe.
 void setOfferId(org.apache.axis.types.Token offerId)
          Sets the offerId value for this Subscribe.
 void setParameters(Parameters parameters)
          Sets the parameters value for this Subscribe.
 void setSubscriptionName(org.apache.axis.types.Token subscriptionName)
          Sets the subscriptionName value for this Subscribe.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subscribe

public Subscribe()

Subscribe

public Subscribe(OfferType offer,
                 Parameters parameters,
                 org.apache.axis.types.Token subscriptionName,
                 org.apache.axis.types.Token offerId)
Method Detail

getOffer

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

Returns:
offer

setOffer

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

Parameters:
offer -

getParameters

public Parameters getParameters()
Gets the parameters value for this Subscribe.

Returns:
parameters

setParameters

public void setParameters(Parameters parameters)
Sets the parameters value for this Subscribe.

Parameters:
parameters -

getSubscriptionName

public org.apache.axis.types.Token getSubscriptionName()
Gets the subscriptionName value for this Subscribe.

Returns:
subscriptionName

setSubscriptionName

public void setSubscriptionName(org.apache.axis.types.Token subscriptionName)
Sets the subscriptionName value for this Subscribe.

Parameters:
subscriptionName -

getOfferId

public org.apache.axis.types.Token getOfferId()
Gets the offerId value for this Subscribe.

Returns:
offerId

setOfferId

public void setOfferId(org.apache.axis.types.Token offerId)
Sets the offerId value for this Subscribe.

Parameters:
offerId -

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