public class LoyaltyAccountIDType extends Object
Java class for LoyaltyAccountIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoyaltyAccountIDType">
<simpleContent>
<extension base="<>TextString">
<attribute name="EntryMode" use="required" type="{}EntryModeType" />
<attribute name="IdentificationType" use="required" type="{}IdentificationTypeTypeCode" />
<attribute name="IdentificationSupport" type="{}IdentificationSupportTypeCode" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
entryMode |
protected String |
identificationSupport |
protected String |
identificationType |
protected String |
value |
| Constructor and Description |
|---|
LoyaltyAccountIDType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getEntryMode()
Gets the value of the entryMode property.
|
String |
getIdentificationSupport()
Gets the value of the identificationSupport property.
|
String |
getIdentificationType()
Gets the value of the identificationType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setIdentificationSupport(String value)
Sets the value of the identificationSupport property.
|
void |
setIdentificationType(String value)
Sets the value of the identificationType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String identificationType
protected String identificationSupport
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic List<String> 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
String
public String getIdentificationType()
Stringpublic void setIdentificationType(String value)
value - allowed object is
Stringpublic String getIdentificationSupport()
StringCopyright © 2018. All rights reserved.