Class PriceCalendarType
Java class for PriceCalendarType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PriceCalendarType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LeadPriceInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}IndType" minOccurs="0"/>
<element name="PriceCalendarDate" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PriceCalendarDateType" maxOccurs="unbounded"/>
<element name="PricedPTC" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}PTC_OfferParametersType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalPriceAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRS}AmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected List<PriceCalendarDateType>protected List<PTCOfferParametersType>protected AmountType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the priceCalendarDate property.Gets the value of the pricedPTC property.Gets the value of the totalPriceAmount property.Gets the value of the leadPriceInd property.voidsetLeadPriceInd(Boolean value) Sets the value of the leadPriceInd property.voidsetTotalPriceAmount(AmountType value) Sets the value of the totalPriceAmount property.
-
Field Details
-
leadPriceInd
-
priceCalendarDate
-
pricedPTC
-
totalPriceAmount
-
-
Constructor Details
-
PriceCalendarType
public PriceCalendarType()
-
-
Method Details
-
isLeadPriceInd
Gets the value of the leadPriceInd property.- Returns:
- possible object is
Boolean
-
setLeadPriceInd
Sets the value of the leadPriceInd property.- Parameters:
value- allowed object isBoolean
-
getPriceCalendarDate
Gets the value of the priceCalendarDate property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the priceCalendarDate property.For example, to add a new item, do as follows:
getPriceCalendarDate().add(newItem);Objects of the following type(s) are allowed in the list
PriceCalendarDateType -
getPricedPTC
Gets the value of the pricedPTC property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the pricedPTC property.For example, to add a new item, do as follows:
getPricedPTC().add(newItem);Objects of the following type(s) are allowed in the list
PTCOfferParametersType -
getTotalPriceAmount
Gets the value of the totalPriceAmount property.- Returns:
- possible object is
AmountType
-
setTotalPriceAmount
Sets the value of the totalPriceAmount property.- Parameters:
value- allowed object isAmountType
-