|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Subscriptions
public class Subscriptions
Constructor Summary | |
---|---|
Subscriptions()
|
|
Subscriptions(Subscription[] subscriptionArray,
int totalNumSubscriptions)
|
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 |
Subscription[] |
getSubscriptionArray()
Gets the subscriptionArray value for this Subscriptions. |
int |
getTotalNumSubscriptions()
Gets the totalNumSubscriptions value for this Subscriptions. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setSubscriptionArray(Subscription[] subscriptionArray)
Sets the subscriptionArray value for this Subscriptions. |
void |
setTotalNumSubscriptions(int totalNumSubscriptions)
Sets the totalNumSubscriptions value for this Subscriptions. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Subscriptions()
public Subscriptions(Subscription[] subscriptionArray, int totalNumSubscriptions)
Method Detail |
---|
public Subscription[] getSubscriptionArray()
public void setSubscriptionArray(Subscription[] subscriptionArray)
subscriptionArray
- public int getTotalNumSubscriptions()
public void setTotalNumSubscriptions(int totalNumSubscriptions)
totalNumSubscriptions
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |