Package org.cxml
Class PaymentStatus
java.lang.Object
org.cxml.PaymentStatus
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the authorizationID property.Gets the value of the extrinsic property.Gets the value of the isFailed property.Gets the value of the orderID property.getPCard()Gets the value of the pCard property.Gets the value of the shipping property.getTax()Gets the value of the tax property.getTotal()Gets the value of the total property.Gets the value of the transactionID property.Gets the value of the transactionTimestamp property.getType()Gets the value of the type property.voidsetAuthorizationID(String value) Sets the value of the authorizationID property.voidsetIsFailed(String value) Sets the value of the isFailed property.voidsetOrderID(String value) Sets the value of the orderID property.voidSets the value of the pCard property.voidsetShipping(Shipping value) Sets the value of the shipping property.voidSets the value of the tax property.voidSets the value of the total property.voidsetTransactionID(String value) Sets the value of the transactionID property.voidsetTransactionTimestamp(String value) Sets the value of the transactionTimestamp property.voidSets the value of the type property.
-
Field Details
-
orderID
-
transactionTimestamp
-
type
-
isFailed
-
transactionID
-
authorizationID
-
pCard
-
total
-
shipping
-
tax
-
extrinsic
-
-
Constructor Details
-
PaymentStatus
public PaymentStatus()
-
-
Method Details
-
getOrderID
Gets the value of the orderID property.- Returns:
- possible object is
String
-
setOrderID
Sets the value of the orderID property.- Parameters:
value- allowed object isString
-
getTransactionTimestamp
Gets the value of the transactionTimestamp property.- Returns:
- possible object is
String
-
setTransactionTimestamp
Sets the value of the transactionTimestamp property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getIsFailed
Gets the value of the isFailed property.- Returns:
- possible object is
String
-
setIsFailed
Sets the value of the isFailed property.- Parameters:
value- allowed object isString
-
getTransactionID
Gets the value of the transactionID property.- Returns:
- possible object is
String
-
setTransactionID
Sets the value of the transactionID property.- Parameters:
value- allowed object isString
-
getAuthorizationID
Gets the value of the authorizationID property.- Returns:
- possible object is
String
-
setAuthorizationID
Sets the value of the authorizationID property.- Parameters:
value- allowed object isString
-
getPCard
Gets the value of the pCard property.- Returns:
- possible object is
PCard
-
setPCard
Sets the value of the pCard property.- Parameters:
value- allowed object isPCard
-
getTotal
Gets the value of the total property.- Returns:
- possible object is
Total
-
setTotal
Sets the value of the total property.- Parameters:
value- allowed object isTotal
-
getShipping
Gets the value of the shipping property.- Returns:
- possible object is
Shipping
-
setShipping
Sets the value of the shipping property.- Parameters:
value- allowed object isShipping
-
getTax
Gets the value of the tax property.- Returns:
- possible object is
Tax
-
setTax
Sets the value of the tax property.- Parameters:
value- allowed object isTax
-
getExtrinsic
Gets the value of the extrinsic property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the extrinsic property.For example, to add a new item, do as follows:
getExtrinsic().add(newItem);Objects of the following type(s) are allowed in the list
Extrinsic
-