java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.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="DeviceCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
         <element name="DeviceName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}NameType" minOccurs="0"/>
         <element name="GeospatialLocation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}GeospatialLocationType" minOccurs="0"/>
         <element name="IPAddressText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
         <element name="MACAddress" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" minOccurs="0"/>
         <element name="Phone" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}PhoneType" minOccurs="0"/>
         <element name="TouchPointTrxCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • 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

    • 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