Package org.cxml

Class PaymentStatus


  • public class PaymentStatus
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PaymentStatus()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAuthorizationID()
      Gets the value of the authorizationID property.
      java.util.List<Extrinsic> getExtrinsic()
      Gets the value of the extrinsic property.
      java.lang.String getIsFailed()
      Gets the value of the isFailed property.
      java.lang.String getOrderID()
      Gets the value of the orderID property.
      PCard getPCard()
      Gets the value of the pCard property.
      Shipping getShipping()
      Gets the value of the shipping property.
      Tax getTax()
      Gets the value of the tax property.
      Total getTotal()
      Gets the value of the total property.
      java.lang.String getTransactionID()
      Gets the value of the transactionID property.
      java.lang.String getTransactionTimestamp()
      Gets the value of the transactionTimestamp property.
      java.lang.String getType()
      Gets the value of the type property.
      void setAuthorizationID​(java.lang.String value)
      Sets the value of the authorizationID property.
      void setIsFailed​(java.lang.String value)
      Sets the value of the isFailed property.
      void setOrderID​(java.lang.String value)
      Sets the value of the orderID property.
      void setPCard​(PCard value)
      Sets the value of the pCard property.
      void setShipping​(Shipping value)
      Sets the value of the shipping property.
      void setTax​(Tax value)
      Sets the value of the tax property.
      void setTotal​(Total value)
      Sets the value of the total property.
      void setTransactionID​(java.lang.String value)
      Sets the value of the transactionID property.
      void setTransactionTimestamp​(java.lang.String value)
      Sets the value of the transactionTimestamp property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • orderID

        protected java.lang.String orderID
      • transactionTimestamp

        protected java.lang.String transactionTimestamp
      • type

        protected java.lang.String type
      • isFailed

        protected java.lang.String isFailed
      • transactionID

        protected java.lang.String transactionID
      • authorizationID

        protected java.lang.String authorizationID
      • pCard

        protected PCard pCard
      • total

        protected Total total
      • tax

        protected Tax tax
      • extrinsic

        protected java.util.List<Extrinsic> extrinsic
    • Constructor Detail

      • PaymentStatus

        public PaymentStatus()
    • Method Detail

      • getOrderID

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

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

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

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

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

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

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

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

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

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

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

        public void setAuthorizationID​(java.lang.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 java.util.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