ca.bc.gov.webade.user.provider.capws.v8
Class GetSubscriptionCodeList

java.lang.Object
  extended byca.bc.gov.webade.user.provider.capws.v8.GetSubscriptionCodeList
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
GetSubscriptionCodeList()
           
GetSubscriptionCodeList(SubscriptionCodeListRequest subscriptionCodeListRequest)
           
 
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
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SubscriptionCodeListRequest getSubscriptionCodeListRequest()
          Gets the subscriptionCodeListRequest value for this GetSubscriptionCodeList.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setSubscriptionCodeListRequest(SubscriptionCodeListRequest subscriptionCodeListRequest)
          Sets the subscriptionCodeListRequest value for this GetSubscriptionCodeList.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetSubscriptionCodeList

public GetSubscriptionCodeList()

GetSubscriptionCodeList

public GetSubscriptionCodeList(SubscriptionCodeListRequest subscriptionCodeListRequest)
Method Detail

getSubscriptionCodeListRequest

public SubscriptionCodeListRequest getSubscriptionCodeListRequest()
Gets the subscriptionCodeListRequest value for this GetSubscriptionCodeList.

Returns:
subscriptionCodeListRequest

setSubscriptionCodeListRequest

public void setSubscriptionCodeListRequest(SubscriptionCodeListRequest subscriptionCodeListRequest)
Sets the subscriptionCodeListRequest value for this GetSubscriptionCodeList.

Parameters:
subscriptionCodeListRequest -

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