java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.AffinityDepRequestType

public class AffinityDepRequestType extends Object
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>