Class AffinityDepRequestType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.AffinityDepRequestType
Departure information for affinity shopping requests.
Java class for AffinityDepRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AffinityDepRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CountryType" minOccurs="0"/>
<element name="CountrySubDivision" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CountrySubDivisionType" minOccurs="0"/>
<element name="Date" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}DateType" minOccurs="0"/>
<element name="ProximityDistanceMeasure" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}MeasureType" minOccurs="0"/>
<element name="Station" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}StationType" minOccurs="0"/>
<element name="Time" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TimeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CountryTypeprotected CountrySubDivisionTypeprotected XMLGregorianCalendarprotected MeasureTypeprotected StationTypeprotected XMLGregorianCalendar -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the country property.Gets the value of the countrySubDivision property.getDate()Gets the value of the date property.Gets the value of the proximityDistanceMeasure property.Gets the value of the station property.getTime()Gets the value of the time property.voidsetCountry(CountryType value) Sets the value of the country property.voidSets the value of the countrySubDivision property.voidsetDate(XMLGregorianCalendar value) Sets the value of the date property.voidSets the value of the proximityDistanceMeasure property.voidsetStation(StationType value) Sets the value of the station property.voidsetTime(XMLGregorianCalendar value) Sets the value of the time property.
-
Field Details
-
country
-
countrySubDivision
-
date
-
proximityDistanceMeasure
-
station
-
time
-
-
Constructor Details
-
AffinityDepRequestType
public AffinityDepRequestType()
-
-
Method Details
-
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
-
getCountrySubDivision
Gets the value of the countrySubDivision property.- Returns:
- possible object is
CountrySubDivisionType
-
setCountrySubDivision
Sets the value of the countrySubDivision property.- Parameters:
value- allowed object isCountrySubDivisionType
-
getDate
Gets the value of the date property.- Returns:
- possible object is
XMLGregorianCalendar
-
setDate
Sets the value of the date property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getProximityDistanceMeasure
Gets the value of the proximityDistanceMeasure property.- Returns:
- possible object is
MeasureType
-
setProximityDistanceMeasure
Sets the value of the proximityDistanceMeasure property.- Parameters:
value- allowed object isMeasureType
-
getStation
Gets the value of the station property.- Returns:
- possible object is
StationType
-
setStation
Sets the value of the station property.- Parameters:
value- allowed object isStationType
-
getTime
Gets the value of the time property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTime
Sets the value of the time property.- Parameters:
value- allowed object isXMLGregorianCalendar
-