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