java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.POSType

public class POSType extends Object
The place at which a retail transaction is carried out.

Java class for POS_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="POS_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AgentDutyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" minOccurs="0"/>
         <element name="City" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CityType" minOccurs="0"/>
         <element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CountryType" minOccurs="0"/>
         <element name="Device" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DeviceType" minOccurs="0"/>
         <element name="RequestTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DateTimeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • POSType

      public POSType()
  • Method Details

    • getAgentDutyText

      public String getAgentDutyText()
      Gets the value of the agentDutyText property.
      Returns:
      possible object is String
    • setAgentDutyText

      public void setAgentDutyText(String value)
      Sets the value of the agentDutyText property.
      Parameters:
      value - allowed object is String
    • getCity

      public CityType getCity()
      Gets the value of the city property.
      Returns:
      possible object is CityType
    • setCity

      public void setCity(CityType value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is CityType
    • getCountry

      public CountryType getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryType
    • setCountry

      public void setCountry(CountryType value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryType
    • getDevice

      public DeviceType getDevice()
      Gets the value of the device property.
      Returns:
      possible object is DeviceType
    • setDevice

      public void setDevice(DeviceType value)
      Sets the value of the device property.
      Parameters:
      value - allowed object is DeviceType
    • getRequestTime

      public XMLGregorianCalendar getRequestTime()
      Gets the value of the requestTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setRequestTime

      public void setRequestTime(XMLGregorianCalendar value)
      Sets the value of the requestTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar