Class DeviceType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.DeviceType
Device upon which the secure transaction will occur.
Java class for DeviceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DeviceCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TouchPointDeviceCodeType"/>
<element name="GeospatialLocation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}GeospatialLocationType" minOccurs="0"/>
<element name="TouchPointTrxCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}TouchPointEventCodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected GeospatialLocationTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the deviceCode property.Gets the value of the geospatialLocation property.Gets the value of the touchPointTrxCode property.voidsetDeviceCode(String value) Sets the value of the deviceCode property.voidSets the value of the geospatialLocation property.voidsetTouchPointTrxCode(String value) Sets the value of the touchPointTrxCode property.
-
Field Details
-
deviceCode
-
geospatialLocation
-
touchPointTrxCode
-
-
Constructor Details
-
DeviceType
public DeviceType()
-
-
Method Details
-
getDeviceCode
Gets the value of the deviceCode property.- Returns:
- possible object is
String
-
setDeviceCode
Sets the value of the deviceCode property.- Parameters:
value- allowed object isString
-
getGeospatialLocation
Gets the value of the geospatialLocation property.- Returns:
- possible object is
GeospatialLocationType
-
setGeospatialLocation
Sets the value of the geospatialLocation property.- Parameters:
value- allowed object isGeospatialLocationType
-
getTouchPointTrxCode
Gets the value of the touchPointTrxCode property.- Returns:
- possible object is
String
-
setTouchPointTrxCode
Sets the value of the touchPointTrxCode property.- Parameters:
value- allowed object isString
-