Class POSType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.POSType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CityTypeprotected CountryTypeprotected DeviceTypeprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the agentDutyText property.getCity()Gets the value of the city property.Gets the value of the country property.Gets the value of the device property.Gets the value of the requestTime property.voidsetAgentDutyText(String value) Sets the value of the agentDutyText property.voidSets the value of the city property.voidsetCountry(CountryType value) Sets the value of the country property.voidsetDevice(DeviceType value) Sets the value of the device property.voidSets the value of the requestTime property.
-
Field Details
-
agentDutyText
-
city
-
country
-
device
-
requestTime
-
-
Constructor Details
-
POSType
public POSType()
-
-
Method Details
-
getAgentDutyText
Gets the value of the agentDutyText property.- Returns:
- possible object is
String
-
setAgentDutyText
Sets the value of the agentDutyText property.- Parameters:
value- allowed object isString
-
getCity
Gets the value of the city property.- Returns:
- possible object is
CityType
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isCityType
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
CountryType
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountryType
-
getDevice
Gets the value of the device property.- Returns:
- possible object is
DeviceType
-
setDevice
Sets the value of the device property.- Parameters:
value- allowed object isDeviceType
-
getRequestTime
Gets the value of the requestTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setRequestTime
Sets the value of the requestTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-