|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.api.RecurringSubscriptionInfo
public class RecurringSubscriptionInfo
| Constructor Summary | |
|---|---|
RecurringSubscriptionInfo()
|
|
RecurringSubscriptionInfo(java.lang.String subscriptionID,
java.lang.String status,
java.lang.String amount,
java.math.BigInteger numberOfPayments,
java.math.BigInteger numberOfPaymentsToAdd,
java.lang.String automaticRenew,
java.lang.String frequency,
java.lang.String startDate,
java.lang.String endDate,
java.lang.String approvalRequired,
PaySubscriptionEvent event,
java.lang.String billPayment)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAmount()
Gets the amount value for this RecurringSubscriptionInfo. |
java.lang.String |
getApprovalRequired()
Gets the approvalRequired value for this RecurringSubscriptionInfo. |
java.lang.String |
getAutomaticRenew()
Gets the automaticRenew value for this RecurringSubscriptionInfo. |
java.lang.String |
getBillPayment()
Gets the billPayment value for this RecurringSubscriptionInfo. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getEndDate()
Gets the endDate value for this RecurringSubscriptionInfo. |
PaySubscriptionEvent |
getEvent()
Gets the event value for this RecurringSubscriptionInfo. |
java.lang.String |
getFrequency()
Gets the frequency value for this RecurringSubscriptionInfo. |
java.math.BigInteger |
getNumberOfPayments()
Gets the numberOfPayments value for this RecurringSubscriptionInfo. |
java.math.BigInteger |
getNumberOfPaymentsToAdd()
Gets the numberOfPaymentsToAdd value for this RecurringSubscriptionInfo. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
java.lang.String |
getStartDate()
Gets the startDate value for this RecurringSubscriptionInfo. |
java.lang.String |
getStatus()
Gets the status value for this RecurringSubscriptionInfo. |
java.lang.String |
getSubscriptionID()
Gets the subscriptionID value for this RecurringSubscriptionInfo. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setAmount(java.lang.String amount)
Sets the amount value for this RecurringSubscriptionInfo. |
void |
setApprovalRequired(java.lang.String approvalRequired)
Sets the approvalRequired value for this RecurringSubscriptionInfo. |
void |
setAutomaticRenew(java.lang.String automaticRenew)
Sets the automaticRenew value for this RecurringSubscriptionInfo. |
void |
setBillPayment(java.lang.String billPayment)
Sets the billPayment value for this RecurringSubscriptionInfo. |
void |
setEndDate(java.lang.String endDate)
Sets the endDate value for this RecurringSubscriptionInfo. |
void |
setEvent(PaySubscriptionEvent event)
Sets the event value for this RecurringSubscriptionInfo. |
void |
setFrequency(java.lang.String frequency)
Sets the frequency value for this RecurringSubscriptionInfo. |
void |
setNumberOfPayments(java.math.BigInteger numberOfPayments)
Sets the numberOfPayments value for this RecurringSubscriptionInfo. |
void |
setNumberOfPaymentsToAdd(java.math.BigInteger numberOfPaymentsToAdd)
Sets the numberOfPaymentsToAdd value for this RecurringSubscriptionInfo. |
void |
setStartDate(java.lang.String startDate)
Sets the startDate value for this RecurringSubscriptionInfo. |
void |
setStatus(java.lang.String status)
Sets the status value for this RecurringSubscriptionInfo. |
void |
setSubscriptionID(java.lang.String subscriptionID)
Sets the subscriptionID value for this RecurringSubscriptionInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecurringSubscriptionInfo()
public RecurringSubscriptionInfo(java.lang.String subscriptionID,
java.lang.String status,
java.lang.String amount,
java.math.BigInteger numberOfPayments,
java.math.BigInteger numberOfPaymentsToAdd,
java.lang.String automaticRenew,
java.lang.String frequency,
java.lang.String startDate,
java.lang.String endDate,
java.lang.String approvalRequired,
PaySubscriptionEvent event,
java.lang.String billPayment)
| Method Detail |
|---|
public java.lang.String getSubscriptionID()
public void setSubscriptionID(java.lang.String subscriptionID)
subscriptionID - public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status - public java.lang.String getAmount()
public void setAmount(java.lang.String amount)
amount - public java.math.BigInteger getNumberOfPayments()
public void setNumberOfPayments(java.math.BigInteger numberOfPayments)
numberOfPayments - public java.math.BigInteger getNumberOfPaymentsToAdd()
public void setNumberOfPaymentsToAdd(java.math.BigInteger numberOfPaymentsToAdd)
numberOfPaymentsToAdd - public java.lang.String getAutomaticRenew()
public void setAutomaticRenew(java.lang.String automaticRenew)
automaticRenew - public java.lang.String getFrequency()
public void setFrequency(java.lang.String frequency)
frequency - public java.lang.String getStartDate()
public void setStartDate(java.lang.String startDate)
startDate - public java.lang.String getEndDate()
public void setEndDate(java.lang.String endDate)
endDate - public java.lang.String getApprovalRequired()
public void setApprovalRequired(java.lang.String approvalRequired)
approvalRequired - public PaySubscriptionEvent getEvent()
public void setEvent(PaySubscriptionEvent event)
event - public java.lang.String getBillPayment()
public void setBillPayment(java.lang.String billPayment)
billPayment - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||||