public class LoyaltyTotalsType extends Object
Java class for LoyaltyTotalsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyTotalsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="TransactionType" use="required" type="{}TransactionTypeTypeCode" />
<attribute name="TransactionCount" use="required" type="{}TransactionCountType" />
<attribute name="TransactionAmount" use="required" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
transactionAmount |
protected BigInteger |
transactionCount |
protected String |
transactionType |
| Constructor and Description |
|---|
LoyaltyTotalsType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getTransactionAmount()
Gets the value of the transactionAmount property.
|
BigInteger |
getTransactionCount()
Gets the value of the transactionCount property.
|
String |
getTransactionType()
Gets the value of the transactionType property.
|
void |
setTransactionAmount(BigDecimal value)
Sets the value of the transactionAmount property.
|
void |
setTransactionCount(BigInteger value)
Sets the value of the transactionCount property.
|
void |
setTransactionType(String value)
Sets the value of the transactionType property.
|
protected String transactionType
protected BigInteger transactionCount
protected BigDecimal transactionAmount
public String getTransactionType()
Stringpublic void setTransactionType(String value)
value - allowed object is
Stringpublic BigInteger getTransactionCount()
BigIntegerpublic void setTransactionCount(BigInteger value)
value - allowed object is
BigIntegerpublic BigDecimal getTransactionAmount()
BigDecimalpublic void setTransactionAmount(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.