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">
<simpleContent>
<extension base="TextString">
<attribute name="EntryMode" use="required" type="{}EntryMode" />
<attribute name="Identification" use="required" type="{}IdentificationType" />
<attribute name="IdentificationSupport" type="{}IdentificationSupportType" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EntryModeType> |
entryMode
The Entry mode.
|
protected IdentificationSupportType |
identificationSupport
The Identification support.
|
protected IdentificationType |
identificationType
The Identification.
|
protected String |
value
The Value.
|
| 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 |
getValue()
Gets the value of the value property.
|
void |
setIdentificationSupport(IdentificationSupportType value)
Sets the value of the identificationSupport property.
|
void |
setIdentificationType(IdentificationType value)
Sets the value of the identificationType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected List<EntryModeType> entryMode
protected IdentificationType identificationType
protected IdentificationSupportType identificationSupport
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is Stringpublic List<EntryModeType> getEntryMode()
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
EntryModeTypepublic IdentificationType getIdentificationType()
IdentificationTypepublic void setIdentificationType(IdentificationType value)
value - allowed object is IdentificationTypepublic IdentificationSupportType getIdentificationSupport()
IdentificationSupportTypepublic void setIdentificationSupport(IdentificationSupportType value)
value - allowed object is IdentificationSupportTypeCopyright © 2019. All rights reserved.