public class LoyaltyAccount extends Object
Java class for LoyaltyAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccount">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LoyaltyAccountID" type="{}LoyaltyAccountID"/>
</sequence>
<attribute name="LoyaltyBrand" type="{}LoyaltyBrand" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LoyaltyAccountID |
loyaltyAccountID
The Loyalty account id.
|
protected String |
loyaltyBrand
The Loyalty brand.
|
| Constructor and Description |
|---|
LoyaltyAccount() |
| Modifier and Type | Method and Description |
|---|---|
LoyaltyAccountID |
getLoyaltyAccountID()
Gets the value of the loyaltyAccountID property.
|
String |
getLoyaltyBrand()
Gets the value of the loyaltyBrand property.
|
void |
setLoyaltyAccountID(LoyaltyAccountID value)
Sets the value of the loyaltyAccountID property.
|
void |
setLoyaltyBrand(String value)
Sets the value of the loyaltyBrand property.
|
protected LoyaltyAccountID loyaltyAccountID
protected String loyaltyBrand
public LoyaltyAccountID getLoyaltyAccountID()
LoyaltyAccountIDpublic void setLoyaltyAccountID(LoyaltyAccountID value)
value - allowed object is LoyaltyAccountIDpublic String getLoyaltyBrand()
StringCopyright © 2022. All rights reserved.