java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.CollectionPointTaxType

public class CollectionPointTaxType extends Object
Tax data breakdown by collection point for XF(Passenger Facility Fee) and ZP(federal tax segment) taxes.

Java class for CollectionPointTaxType complex type.

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

 <complexType name="CollectionPointTaxType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AirportAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}AmountType"/>
         <element name="AirportCur" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CodeType" minOccurs="0"/>
         <element name="Station" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}StationType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CollectionPointTaxType

      public CollectionPointTaxType()
  • Method Details

    • getAirportAmount

      public AmountType getAirportAmount()
      Gets the value of the airportAmount property.
      Returns:
      possible object is AmountType
    • setAirportAmount

      public void setAirportAmount(AmountType value)
      Sets the value of the airportAmount property.
      Parameters:
      value - allowed object is AmountType
    • getAirportCur

      public String getAirportCur()
      Gets the value of the airportCur property.
      Returns:
      possible object is String
    • setAirportCur

      public void setAirportCur(String value)
      Sets the value of the airportCur property.
      Parameters:
      value - allowed object is String
    • getStation

      public StationType getStation()
      Gets the value of the station property.
      Returns:
      possible object is StationType
    • setStation

      public void setStation(StationType value)
      Sets the value of the station property.
      Parameters:
      value - allowed object is StationType