java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.POSType

public class POSType extends Object
Information identifying the location and other attributes of the entity performing transactions. Point of sale may be considered by some systems when making inventory and availability decisions.

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_OrderRetrieveRQ}TextType" minOccurs="0"/>
         <element name="City" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CityType" minOccurs="0"/>
         <element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}CountryType" minOccurs="0"/>
         <element name="Device" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}DeviceType" minOccurs="0"/>
         <element name="RequestTime" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}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