Class CollectionPointTaxType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.CollectionPointTaxType
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_OfferPriceRS}AmountType"/>
<element name="AirportCur" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
<element name="Station" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}StationType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the airportAmount property.Gets the value of the airportCur property.Gets the value of the station property.voidsetAirportAmount(AmountType value) Sets the value of the airportAmount property.voidsetAirportCur(String value) Sets the value of the airportCur property.voidsetStation(StationType value) Sets the value of the station property.
-
Field Details
-
airportAmount
-
airportCur
-
station
-
-
Constructor Details
-
CollectionPointTaxType
public CollectionPointTaxType()
-
-
Method Details
-
getAirportAmount
Gets the value of the airportAmount property.- Returns:
- possible object is
AmountType
-
setAirportAmount
Sets the value of the airportAmount property.- Parameters:
value- allowed object isAmountType
-
getAirportCur
Gets the value of the airportCur property.- Returns:
- possible object is
String
-
setAirportCur
Sets the value of the airportCur property.- Parameters:
value- allowed object isString
-
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
-