Package org.cxml

Class PaymentStatus

java.lang.Object
org.cxml.PaymentStatus

public class PaymentStatus extends Object
  • Field Details

    • orderID

      protected String orderID
    • transactionTimestamp

      protected String transactionTimestamp
    • type

      protected String type
    • isFailed

      protected String isFailed
    • transactionID

      protected String transactionID
    • authorizationID

      protected String authorizationID
    • pCard

      protected PCard pCard
    • total

      protected Total total
    • shipping

      protected Shipping shipping
    • tax

      protected Tax tax
    • extrinsic

      protected List<Extrinsic> extrinsic
  • Constructor Details

    • PaymentStatus

      public PaymentStatus()
  • Method Details

    • getOrderID

      public String getOrderID()
      Gets the value of the orderID property.
      Returns:
      possible object is String
    • setOrderID

      public void setOrderID(String value)
      Sets the value of the orderID property.
      Parameters:
      value - allowed object is String
    • getTransactionTimestamp

      public String getTransactionTimestamp()
      Gets the value of the transactionTimestamp property.
      Returns:
      possible object is String
    • setTransactionTimestamp

      public void setTransactionTimestamp(String value)
      Sets the value of the transactionTimestamp property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getIsFailed

      public String getIsFailed()
      Gets the value of the isFailed property.
      Returns:
      possible object is String
    • setIsFailed

      public void setIsFailed(String value)
      Sets the value of the isFailed property.
      Parameters:
      value - allowed object is String
    • getTransactionID

      public String getTransactionID()
      Gets the value of the transactionID property.
      Returns:
      possible object is String
    • setTransactionID

      public void setTransactionID(String value)
      Sets the value of the transactionID property.
      Parameters:
      value - allowed object is String
    • getAuthorizationID

      public String getAuthorizationID()
      Gets the value of the authorizationID property.
      Returns:
      possible object is String
    • setAuthorizationID

      public void setAuthorizationID(String value)
      Sets the value of the authorizationID property.
      Parameters:
      value - allowed object is String
    • getPCard

      public PCard getPCard()
      Gets the value of the pCard property.
      Returns:
      possible object is PCard
    • setPCard

      public void setPCard(PCard value)
      Sets the value of the pCard property.
      Parameters:
      value - allowed object is PCard
    • getTotal

      public Total getTotal()
      Gets the value of the total property.
      Returns:
      possible object is Total
    • setTotal

      public void setTotal(Total value)
      Sets the value of the total property.
      Parameters:
      value - allowed object is Total
    • getShipping

      public Shipping getShipping()
      Gets the value of the shipping property.
      Returns:
      possible object is Shipping
    • setShipping

      public void setShipping(Shipping value)
      Sets the value of the shipping property.
      Parameters:
      value - allowed object is Shipping
    • getTax

      public Tax getTax()
      Gets the value of the tax property.
      Returns:
      possible object is Tax
    • setTax

      public void setTax(Tax value)
      Sets the value of the tax property.
      Parameters:
      value - allowed object is Tax
    • getExtrinsic

      public List<Extrinsic> 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 set method 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