public class LoyaltyAccountStatusType extends Object
Java class for LoyaltyAccountStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccountStatusType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LoyaltyAccount" type="{}LoyaltyAccountType"/>
</sequence>
<attribute name="CurrentBalance" type="{}SimpleAmountType" />
<attribute name="LoyaltyUnit" type="{}LoyaltyUnitTypeCode" default="Point" />
<attribute name="Currency" type="{}ISOCurrency3A" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
currency |
protected BigDecimal |
currentBalance |
protected LoyaltyAccountType |
loyaltyAccount |
protected String |
loyaltyUnit |
| Constructor and Description |
|---|
LoyaltyAccountStatusType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getCurrentBalance()
Gets the value of the currentBalance property.
|
LoyaltyAccountType |
getLoyaltyAccount()
Gets the value of the loyaltyAccount property.
|
String |
getLoyaltyUnit()
Gets the value of the loyaltyUnit property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setCurrentBalance(BigDecimal value)
Sets the value of the currentBalance property.
|
void |
setLoyaltyAccount(LoyaltyAccountType value)
Sets the value of the loyaltyAccount property.
|
void |
setLoyaltyUnit(String value)
Sets the value of the loyaltyUnit property.
|
protected LoyaltyAccountType loyaltyAccount
protected BigDecimal currentBalance
protected String loyaltyUnit
protected String currency
public LoyaltyAccountType getLoyaltyAccount()
LoyaltyAccountTypepublic void setLoyaltyAccount(LoyaltyAccountType value)
value - allowed object is
LoyaltyAccountTypepublic BigDecimal getCurrentBalance()
BigDecimalpublic void setCurrentBalance(BigDecimal value)
value - allowed object is
BigDecimalpublic String getLoyaltyUnit()
Stringpublic void setLoyaltyUnit(String value)
value - allowed object is
Stringpublic String getCurrency()
StringCopyright © 2018. All rights reserved.