public class LoyaltyAccountID extends Object
Java class for LoyaltyAccountID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccountID">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="LoyaltyID" use="required" type="{}LoyaltyID" />
<attribute name="EntryMode" use="required" type="{}EntryMode" />
<attribute name="IdentificationType" use="required" type="{}IdentificationType" />
<attribute name="IdentificationSupport" type="{}IdentificationSupportType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EntryModeType> |
entryMode |
protected IdentificationSupportType |
identificationSupport |
protected IdentificationType |
identificationType |
protected String |
loyaltyID |
| Constructor and Description |
|---|
LoyaltyAccountID() |
| Modifier and Type | Method and Description |
|---|---|
List<EntryModeType> |
getEntryMode()
Gets the value of the entryMode property.
|
IdentificationSupportType |
getIdentificationSupport()
Gets the value of the identificationSupport property.
|
IdentificationType |
getIdentificationType()
Gets the value of the identificationType property.
|
String |
getLoyaltyID()
Gets the value of the loyaltyID property.
|
void |
setIdentificationSupport(IdentificationSupportType value)
Sets the value of the identificationSupport property.
|
void |
setIdentificationType(IdentificationType value)
Sets the value of the identificationType property.
|
void |
setLoyaltyID(String value)
Sets the value of the loyaltyID property.
|
protected String loyaltyID
protected List<EntryModeType> entryMode
protected IdentificationType identificationType
protected IdentificationSupportType identificationSupport
public String getLoyaltyID()
Stringpublic void setLoyaltyID(String value)
value - allowed object is
Stringpublic List<EntryModeType> getEntryMode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entryMode property.
For example, to add a new item, do as follows:
getEntryMode().add(newItem);
Objects of the following type(s) are allowed in the list
EntryModeType
public IdentificationType getIdentificationType()
IdentificationTypepublic void setIdentificationType(IdentificationType value)
value - allowed object is
IdentificationTypepublic IdentificationSupportType getIdentificationSupport()
IdentificationSupportTypepublic void setIdentificationSupport(IdentificationSupportType value)
value - allowed object is
IdentificationSupportTypeCopyright © 2022. All rights reserved.