|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.broadleafcommerce.vendor.cybersource.service.api.VoidReply
public class VoidReply
| Constructor Summary | |
|---|---|
VoidReply()
|
|
VoidReply(java.math.BigInteger reasonCode,
java.lang.String requestDateTime,
java.lang.String amount,
java.lang.String currency)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAmount()
Gets the amount value for this VoidReply. |
java.lang.String |
getCurrency()
Gets the currency value for this VoidReply. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.math.BigInteger |
getReasonCode()
Gets the reasonCode value for this VoidReply. |
java.lang.String |
getRequestDateTime()
Gets the requestDateTime value for this VoidReply. |
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 VoidReply. |
void |
setCurrency(java.lang.String currency)
Sets the currency value for this VoidReply. |
void |
setReasonCode(java.math.BigInteger reasonCode)
Sets the reasonCode value for this VoidReply. |
void |
setRequestDateTime(java.lang.String requestDateTime)
Sets the requestDateTime value for this VoidReply. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VoidReply()
public VoidReply(java.math.BigInteger reasonCode,
java.lang.String requestDateTime,
java.lang.String amount,
java.lang.String currency)
| 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 getCurrency()
public void setCurrency(java.lang.String currency)
currency - 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 | ||||||||