Class DeviceType
java.lang.Object
de.hybris.platform.ndc182facades.messages.offerpricerequest.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="BrowserAcceptHeaderText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="BrowserUserAgentHeaderText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="DeviceCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CodeType" minOccurs="0"/>
<element name="DeviceName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}NameType" minOccurs="0"/>
<element name="GeospatialLocation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}GeospatialLocationType" minOccurs="0"/>
<element name="IPAddressText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="MACAddress" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
<element name="Phone" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PhoneType" minOccurs="0"/>
<element name="TouchPointTrxCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the browserAcceptHeaderText property.Gets the value of the browserUserAgentHeaderText property.Gets the value of the deviceCode property.Gets the value of the deviceName property.Gets the value of the geospatialLocation property.Gets the value of the ipAddressText property.Gets the value of the macAddress property.getPhone()Gets the value of the phone property.Gets the value of the touchPointTrxCode property.voidsetBrowserAcceptHeaderText(String value) Sets the value of the browserAcceptHeaderText property.voidSets the value of the browserUserAgentHeaderText property.voidsetDeviceCode(String value) Sets the value of the deviceCode property.voidsetDeviceName(String value) Sets the value of the deviceName property.voidSets the value of the geospatialLocation property.voidsetIPAddressText(String value) Sets the value of the ipAddressText property.voidsetMACAddress(String value) Sets the value of the macAddress property.voidSets the value of the phone property.voidsetTouchPointTrxCode(String value) Sets the value of the touchPointTrxCode property.
-
Field Details
-
browserAcceptHeaderText
-
browserUserAgentHeaderText
-
deviceCode
-
deviceName
-
geospatialLocation
-
ipAddressText
-
macAddress
-
phone
-
touchPointTrxCode
-
-
Constructor Details
-
DeviceType
public DeviceType()
-
-
Method Details
-
getBrowserAcceptHeaderText
Gets the value of the browserAcceptHeaderText property.- Returns:
- possible object is
String
-
setBrowserAcceptHeaderText
Sets the value of the browserAcceptHeaderText property.- Parameters:
value- allowed object isString
-
getBrowserUserAgentHeaderText
Gets the value of the browserUserAgentHeaderText property.- Returns:
- possible object is
String
-
setBrowserUserAgentHeaderText
Sets the value of the browserUserAgentHeaderText property.- Parameters:
value- allowed object isString
-
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
-
getDeviceName
Gets the value of the deviceName property.- Returns:
- possible object is
String
-
setDeviceName
Sets the value of the deviceName 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
-
getIPAddressText
Gets the value of the ipAddressText property.- Returns:
- possible object is
String
-
setIPAddressText
Sets the value of the ipAddressText property.- Parameters:
value- allowed object isString
-
getMACAddress
Gets the value of the macAddress property.- Returns:
- possible object is
String
-
setMACAddress
Sets the value of the macAddress property.- Parameters:
value- allowed object isString
-
getPhone
Gets the value of the phone property.- Returns:
- possible object is
PhoneType
-
setPhone
Sets the value of the phone property.- Parameters:
value- allowed object isPhoneType
-
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
-