Class PaymentType

java.lang.Object
tyler.ecf.extensions.common.PaymentType

public class PaymentType extends Object

Java class for PaymentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PaymentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:tyler:ecf:extensions:Common}AccountName"/>
         <element ref="{urn:tyler:ecf:extensions:Common}WaiverIndicator"/>
         <element ref="{urn:tyler:ecf:extensions:Common}CardType"/>
         <element ref="{urn:tyler:ecf:extensions:Common}Last4Digits"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ExpirationMonth"/>
         <element ref="{urn:tyler:ecf:extensions:Common}ExpirationYear"/>
         <element ref="{urn:tyler:ecf:extensions:Common}TransactionAmount"/>
         <element ref="{urn:tyler:ecf:extensions:Common}TransactionResponse"/>
         <element ref="{urn:tyler:ecf:extensions:Common}TransactionID"/>
         <element ref="{urn:tyler:ecf:extensions:Common}OrderID"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • accountName

      protected String accountName
    • waiverIndicator

      protected Boolean waiverIndicator
    • cardType

      protected String cardType
    • last4Digits

      protected String last4Digits
    • expirationMonth

      protected int expirationMonth
    • expirationYear

      protected int expirationYear
    • transactionAmount

      protected AmountType transactionAmount
    • transactionResponse

      protected String transactionResponse
    • transactionID

      protected String transactionID
    • orderID

      protected String orderID
  • Constructor Details

    • PaymentType

      public PaymentType()
  • Method Details

    • getAccountName

      public String getAccountName()
      Gets the value of the accountName property.
      Returns:
      possible object is String
    • setAccountName

      public void setAccountName(String value)
      Sets the value of the accountName property.
      Parameters:
      value - allowed object is String
    • getWaiverIndicator

      public Boolean getWaiverIndicator()
      Gets the value of the waiverIndicator property.
      Returns:
      possible object is Boolean
    • setWaiverIndicator

      public void setWaiverIndicator(Boolean value)
      Sets the value of the waiverIndicator property.
      Parameters:
      value - allowed object is Boolean
    • getCardType

      public String getCardType()
      Gets the value of the cardType property.
      Returns:
      possible object is String
    • setCardType

      public void setCardType(String value)
      Sets the value of the cardType property.
      Parameters:
      value - allowed object is String
    • getLast4Digits

      public String getLast4Digits()
      Gets the value of the last4Digits property.
      Returns:
      possible object is String
    • setLast4Digits

      public void setLast4Digits(String value)
      Sets the value of the last4Digits property.
      Parameters:
      value - allowed object is String
    • getExpirationMonth

      public int getExpirationMonth()
      Gets the value of the expirationMonth property.
    • setExpirationMonth

      public void setExpirationMonth(int value)
      Sets the value of the expirationMonth property.
    • getExpirationYear

      public int getExpirationYear()
      Gets the value of the expirationYear property.
    • setExpirationYear

      public void setExpirationYear(int value)
      Sets the value of the expirationYear property.
    • getTransactionAmount

      public AmountType getTransactionAmount()
      Gets the value of the transactionAmount property.
      Returns:
      possible object is AmountType
    • setTransactionAmount

      public void setTransactionAmount(AmountType value)
      Sets the value of the transactionAmount property.
      Parameters:
      value - allowed object is AmountType
    • getTransactionResponse

      public String getTransactionResponse()
      Gets the value of the transactionResponse property.
      Returns:
      possible object is String
    • setTransactionResponse

      public void setTransactionResponse(String value)
      Sets the value of the transactionResponse 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
    • 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
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object