|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.api.CCCaptureReply
public class CCCaptureReply
| Constructor Summary | |
|---|---|
CCCaptureReply()
|
|
CCCaptureReply(java.math.BigInteger reasonCode,
java.lang.String requestDateTime,
java.lang.String amount,
java.lang.String reconciliationID,
FundingTotals fundingTotals,
java.lang.String fxQuoteID,
java.lang.String fxQuoteRate,
java.lang.String fxQuoteType,
java.lang.String fxQuoteExpirationDateTime,
java.lang.String purchasingLevel3Enabled,
java.lang.String enhancedDataEnabled)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAmount()
Gets the amount value for this CCCaptureReply. |
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 |
getEnhancedDataEnabled()
Gets the enhancedDataEnabled value for this CCCaptureReply. |
FundingTotals |
getFundingTotals()
Gets the fundingTotals value for this CCCaptureReply. |
java.lang.String |
getFxQuoteExpirationDateTime()
Gets the fxQuoteExpirationDateTime value for this CCCaptureReply. |
java.lang.String |
getFxQuoteID()
Gets the fxQuoteID value for this CCCaptureReply. |
java.lang.String |
getFxQuoteRate()
Gets the fxQuoteRate value for this CCCaptureReply. |
java.lang.String |
getFxQuoteType()
Gets the fxQuoteType value for this CCCaptureReply. |
java.lang.String |
getPurchasingLevel3Enabled()
Gets the purchasingLevel3Enabled value for this CCCaptureReply. |
java.math.BigInteger |
getReasonCode()
Gets the reasonCode value for this CCCaptureReply. |
java.lang.String |
getReconciliationID()
Gets the reconciliationID value for this CCCaptureReply. |
java.lang.String |
getRequestDateTime()
Gets the requestDateTime value for this CCCaptureReply. |
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 |
setAmount(java.lang.String amount)
Sets the amount value for this CCCaptureReply. |
void |
setEnhancedDataEnabled(java.lang.String enhancedDataEnabled)
Sets the enhancedDataEnabled value for this CCCaptureReply. |
void |
setFundingTotals(FundingTotals fundingTotals)
Sets the fundingTotals value for this CCCaptureReply. |
void |
setFxQuoteExpirationDateTime(java.lang.String fxQuoteExpirationDateTime)
Sets the fxQuoteExpirationDateTime value for this CCCaptureReply. |
void |
setFxQuoteID(java.lang.String fxQuoteID)
Sets the fxQuoteID value for this CCCaptureReply. |
void |
setFxQuoteRate(java.lang.String fxQuoteRate)
Sets the fxQuoteRate value for this CCCaptureReply. |
void |
setFxQuoteType(java.lang.String fxQuoteType)
Sets the fxQuoteType value for this CCCaptureReply. |
void |
setPurchasingLevel3Enabled(java.lang.String purchasingLevel3Enabled)
Sets the purchasingLevel3Enabled value for this CCCaptureReply. |
void |
setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this CCCaptureReply. |
void |
setReconciliationID(java.lang.String reconciliationID)
Sets the reconciliationID value for this CCCaptureReply. |
void |
setRequestDateTime(java.lang.String requestDateTime)
Sets the requestDateTime value for this CCCaptureReply. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCCaptureReply()
public CCCaptureReply(java.math.BigInteger reasonCode,
java.lang.String requestDateTime,
java.lang.String amount,
java.lang.String reconciliationID,
FundingTotals fundingTotals,
java.lang.String fxQuoteID,
java.lang.String fxQuoteRate,
java.lang.String fxQuoteType,
java.lang.String fxQuoteExpirationDateTime,
java.lang.String purchasingLevel3Enabled,
java.lang.String enhancedDataEnabled)
| Method Detail |
|---|
public java.math.BigInteger getReasonCode()
public void setReasonCode(java.math.BigInteger reasonCode)
reasonCode - public java.lang.String getRequestDateTime()
public void setRequestDateTime(java.lang.String requestDateTime)
requestDateTime - public java.lang.String getAmount()
public void setAmount(java.lang.String amount)
amount - public java.lang.String getReconciliationID()
public void setReconciliationID(java.lang.String reconciliationID)
reconciliationID - public FundingTotals getFundingTotals()
public void setFundingTotals(FundingTotals fundingTotals)
fundingTotals - public java.lang.String getFxQuoteID()
public void setFxQuoteID(java.lang.String fxQuoteID)
fxQuoteID - public java.lang.String getFxQuoteRate()
public void setFxQuoteRate(java.lang.String fxQuoteRate)
fxQuoteRate - public java.lang.String getFxQuoteType()
public void setFxQuoteType(java.lang.String fxQuoteType)
fxQuoteType - public java.lang.String getFxQuoteExpirationDateTime()
public void setFxQuoteExpirationDateTime(java.lang.String fxQuoteExpirationDateTime)
fxQuoteExpirationDateTime - public java.lang.String getPurchasingLevel3Enabled()
public void setPurchasingLevel3Enabled(java.lang.String purchasingLevel3Enabled)
purchasingLevel3Enabled - public java.lang.String getEnhancedDataEnabled()
public void setEnhancedDataEnabled(java.lang.String enhancedDataEnabled)
enhancedDataEnabled - 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 | ||||||||