java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.seatavailabilityrequest.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_SeatAvailabilityRQ}TouchPointDeviceCodeType"/>
         <element name="GeospatialLocation" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}GeospatialLocationType" minOccurs="0"/>
         <element name="TouchPointTrxCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TouchPointEventCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • deviceCode

      protected String deviceCode
    • geospatialLocation

      protected GeospatialLocationType geospatialLocation
    • 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
    • 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
    • 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