java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.DeviceType

public class DeviceType extends Object
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_OrderViewRS}TextType" minOccurs="0"/>
         <element name="BrowserUserAgentHeaderText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
         <element name="DeviceCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
         <element name="DeviceName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
         <element name="GeospatialLocation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}GeospatialLocationType" minOccurs="0"/>
         <element name="IPAddressText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
         <element name="MACAddress" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
         <element name="Phone" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PhoneType" minOccurs="0"/>
         <element name="TouchPointTrxCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • browserAcceptHeaderText

      protected String browserAcceptHeaderText
    • browserUserAgentHeaderText

      protected String browserUserAgentHeaderText
    • deviceCode

      protected String deviceCode
    • deviceName

      protected String deviceName
    • geospatialLocation

      protected GeospatialLocationType geospatialLocation
    • ipAddressText

      protected String ipAddressText
    • macAddress

      protected String macAddress
    • phone

      protected PhoneType phone
    • touchPointTrxCode

      protected String touchPointTrxCode
  • Constructor Details

    • DeviceType

      public DeviceType()
  • Method Details

    • getBrowserAcceptHeaderText

      public String getBrowserAcceptHeaderText()
      Gets the value of the browserAcceptHeaderText property.
      Returns:
      possible object is String
    • setBrowserAcceptHeaderText

      public void setBrowserAcceptHeaderText(String value)
      Sets the value of the browserAcceptHeaderText property.
      Parameters:
      value - allowed object is String
    • getBrowserUserAgentHeaderText

      public String getBrowserUserAgentHeaderText()
      Gets the value of the browserUserAgentHeaderText property.
      Returns:
      possible object is String
    • setBrowserUserAgentHeaderText

      public void setBrowserUserAgentHeaderText(String value)
      Sets the value of the browserUserAgentHeaderText property.
      Parameters:
      value - allowed object is String
    • getDeviceCode

      public String getDeviceCode()
      Gets the value of the deviceCode property.
      Returns:
      possible object is String
    • setDeviceCode

      public void setDeviceCode(String value)
      Sets the value of the deviceCode property.
      Parameters:
      value - allowed object is String
    • getDeviceName

      public String getDeviceName()
      Gets the value of the deviceName property.
      Returns:
      possible object is String
    • setDeviceName

      public void setDeviceName(String value)
      Sets the value of the deviceName property.
      Parameters:
      value - allowed object is String
    • getGeospatialLocation

      public GeospatialLocationType getGeospatialLocation()
      Gets the value of the geospatialLocation property.
      Returns:
      possible object is GeospatialLocationType
    • setGeospatialLocation

      public void setGeospatialLocation(GeospatialLocationType value)
      Sets the value of the geospatialLocation property.
      Parameters:
      value - allowed object is GeospatialLocationType
    • getIPAddressText

      public String getIPAddressText()
      Gets the value of the ipAddressText property.
      Returns:
      possible object is String
    • setIPAddressText

      public void setIPAddressText(String value)
      Sets the value of the ipAddressText property.
      Parameters:
      value - allowed object is String
    • getMACAddress

      public String getMACAddress()
      Gets the value of the macAddress property.
      Returns:
      possible object is String
    • setMACAddress

      public void setMACAddress(String value)
      Sets the value of the macAddress property.
      Parameters:
      value - allowed object is String
    • getPhone

      public PhoneType getPhone()
      Gets the value of the phone property.
      Returns:
      possible object is PhoneType
    • setPhone

      public void setPhone(PhoneType value)
      Sets the value of the phone property.
      Parameters:
      value - allowed object is PhoneType
    • getTouchPointTrxCode

      public String getTouchPointTrxCode()
      Gets the value of the touchPointTrxCode property.
      Returns:
      possible object is String
    • setTouchPointTrxCode

      public void setTouchPointTrxCode(String value)
      Sets the value of the touchPointTrxCode property.
      Parameters:
      value - allowed object is String