public enum ServiceProfilesType extends Enum<ServiceProfilesType>
Java class for ServiceProfilesType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ServiceProfilesType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Synchro"/>
<enumeration value="Batch"/>
<enumeration value="OneTimeRes"/>
<enumeration value="Reservation"/>
<enumeration value="Loyalty"/>
<enumeration value="StoredValue"/>
<enumeration value="PIN"/>
<enumeration value="CardReader"/>
<enumeration value="Sound"/>
<enumeration value="Communication"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BATCH
When the POI is unable to perform transactions without the Sale system, e.g.
|
CARD_READER
The Sale System could request Card Reader services.
|
COMMUNICATION
The POI or Sale System could request communication through the Transmit device messages exchange.
|
LOYALTY
Loyalty services could be requested by the Sale System
|
ONE_TIME_RES
One Time Reservation service could be requested by the Sale System (as petrol distribution)
|
PIN
The Sale System could request the PIN validation services.
|
RESERVATION
The Reservation services could be requested by the Sale System
|
SOUND
To produce various forms of sounds to a customer or an operator interface.
|
STORED_VALUE
Stored Value service could be requested by the Sale System
|
SYNCHRO
CardAcquisition and EnableService could be requested by the Sale System to the POI System.
|
| Modifier and Type | Method and Description |
|---|---|
static ServiceProfilesType |
fromValue(String v)
From value service profiles type.
|
String |
value()
Value string.
|
static ServiceProfilesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceProfilesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceProfilesType SYNCHRO
public static final ServiceProfilesType BATCH
public static final ServiceProfilesType ONE_TIME_RES
public static final ServiceProfilesType RESERVATION
public static final ServiceProfilesType LOYALTY
public static final ServiceProfilesType STORED_VALUE
public static final ServiceProfilesType PIN
public static final ServiceProfilesType CARD_READER
public static final ServiceProfilesType SOUND
public static final ServiceProfilesType COMMUNICATION
public static ServiceProfilesType[] values()
for (ServiceProfilesType c : ServiceProfilesType.values()) System.out.println(c);
public static ServiceProfilesType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static ServiceProfilesType fromValue(String v)
v - the vCopyright © 2022. All rights reserved.