Package tyler.ecf.extensions.common
Class PaymentType
java.lang.Object
tyler.ecf.extensions.common.PaymentType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountName property.Gets the value of the cardType property.int
Gets the value of the expirationMonth property.int
Gets the value of the expirationYear property.Gets the value of the last4Digits property.Gets the value of the orderID property.Gets the value of the transactionAmount property.Gets the value of the transactionID property.Gets the value of the transactionResponse property.Gets the value of the waiverIndicator property.void
setAccountName
(String value) Sets the value of the accountName property.void
setCardType
(String value) Sets the value of the cardType property.void
setExpirationMonth
(int value) Sets the value of the expirationMonth property.void
setExpirationYear
(int value) Sets the value of the expirationYear property.void
setLast4Digits
(String value) Sets the value of the last4Digits property.void
setOrderID
(String value) Sets the value of the orderID property.void
setTransactionAmount
(AmountType value) Sets the value of the transactionAmount property.void
setTransactionID
(String value) Sets the value of the transactionID property.void
setTransactionResponse
(String value) Sets the value of the transactionResponse property.void
setWaiverIndicator
(Boolean value) Sets the value of the waiverIndicator property.toString()
Generates a String representation of the contents of this type.
-
Field Details
-
accountName
-
waiverIndicator
-
cardType
-
last4Digits
-
expirationMonth
protected int expirationMonth -
expirationYear
protected int expirationYear -
transactionAmount
-
transactionResponse
-
transactionID
-
orderID
-
-
Constructor Details
-
PaymentType
public PaymentType()
-
-
Method Details
-
getAccountName
Gets the value of the accountName property.- Returns:
- possible object is
String
-
setAccountName
Sets the value of the accountName property.- Parameters:
value
- allowed object isString
-
getWaiverIndicator
Gets the value of the waiverIndicator property.- Returns:
- possible object is
Boolean
-
setWaiverIndicator
Sets the value of the waiverIndicator property.- Parameters:
value
- allowed object isBoolean
-
getCardType
Gets the value of the cardType property.- Returns:
- possible object is
String
-
setCardType
Sets the value of the cardType property.- Parameters:
value
- allowed object isString
-
getLast4Digits
Gets the value of the last4Digits property.- Returns:
- possible object is
String
-
setLast4Digits
Sets the value of the last4Digits property.- Parameters:
value
- allowed object isString
-
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
Gets the value of the transactionAmount property.- Returns:
- possible object is
AmountType
-
setTransactionAmount
Sets the value of the transactionAmount property.- Parameters:
value
- allowed object isAmountType
-
getTransactionResponse
Gets the value of the transactionResponse property.- Returns:
- possible object is
String
-
setTransactionResponse
Sets the value of the transactionResponse 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
-
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
-
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-