Class FareDetailType
Java class for FareDetailType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FareDetailType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccountCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
<element name="FareComponent" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}FareComponentType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FareIndCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
<element name="FarePriceType" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}FarePriceTypeType" maxOccurs="3"/>
<element name="FareRefText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" minOccurs="0"/>
<element name="FiledFareInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="NetReportingCodeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" minOccurs="0"/>
<element name="PaxRefID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ID_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="PricingSystemCodeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" minOccurs="0"/>
<element name="StatisticalCodeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType" minOccurs="0"/>
<element name="TourCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountCode property.Gets the value of the fareComponent property.Gets the value of the fareIndCode property.Gets the value of the farePriceType property.Gets the value of the fareRefText property.Gets the value of the netReportingCodeText property.Gets the value of the paxRefID property.Gets the value of the pricingSystemCodeText property.Gets the value of the statisticalCodeText property.Gets the value of the tourCode property.Gets the value of the filedFareInd property.voidsetAccountCode(String value) Sets the value of the accountCode property.voidsetFareIndCode(String value) Sets the value of the fareIndCode property.voidsetFareRefText(String value) Sets the value of the fareRefText property.voidsetFiledFareInd(Boolean value) Sets the value of the filedFareInd property.voidsetNetReportingCodeText(String value) Sets the value of the netReportingCodeText property.voidsetPricingSystemCodeText(String value) Sets the value of the pricingSystemCodeText property.voidsetStatisticalCodeText(String value) Sets the value of the statisticalCodeText property.voidsetTourCode(String value) Sets the value of the tourCode property.
-
Field Details
-
accountCode
-
fareComponent
-
fareIndCode
-
farePriceType
-
fareRefText
-
filedFareInd
-
netReportingCodeText
-
paxRefID
-
pricingSystemCodeText
-
statisticalCodeText
-
tourCode
-
-
Constructor Details
-
FareDetailType
public FareDetailType()
-
-
Method Details
-
getAccountCode
Gets the value of the accountCode property.- Returns:
- possible object is
String
-
setAccountCode
Sets the value of the accountCode property.- Parameters:
value- allowed object isString
-
getFareComponent
Gets the value of the fareComponent 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 fareComponent property.For example, to add a new item, do as follows:
getFareComponent().add(newItem);Objects of the following type(s) are allowed in the list
FareComponentType -
getFareIndCode
Gets the value of the fareIndCode property.- Returns:
- possible object is
String
-
setFareIndCode
Sets the value of the fareIndCode property.- Parameters:
value- allowed object isString
-
getFarePriceType
Gets the value of the farePriceType 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 farePriceType property.For example, to add a new item, do as follows:
getFarePriceType().add(newItem);Objects of the following type(s) are allowed in the list
FarePriceTypeType -
getFareRefText
Gets the value of the fareRefText property.- Returns:
- possible object is
String
-
setFareRefText
Sets the value of the fareRefText property.- Parameters:
value- allowed object isString
-
isFiledFareInd
Gets the value of the filedFareInd property.- Returns:
- possible object is
Boolean
-
setFiledFareInd
Sets the value of the filedFareInd property.- Parameters:
value- allowed object isBoolean
-
getNetReportingCodeText
Gets the value of the netReportingCodeText property.- Returns:
- possible object is
String
-
setNetReportingCodeText
Sets the value of the netReportingCodeText property.- Parameters:
value- allowed object isString
-
getPaxRefID
Gets the value of the paxRefID 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 paxRefID property.For example, to add a new item, do as follows:
getPaxRefID().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPricingSystemCodeText
Gets the value of the pricingSystemCodeText property.- Returns:
- possible object is
String
-
setPricingSystemCodeText
Sets the value of the pricingSystemCodeText property.- Parameters:
value- allowed object isString
-
getStatisticalCodeText
Gets the value of the statisticalCodeText property.- Returns:
- possible object is
String
-
setStatisticalCodeText
Sets the value of the statisticalCodeText property.- Parameters:
value- allowed object isString
-
getTourCode
Gets the value of the tourCode property.- Returns:
- possible object is
String
-
setTourCode
Sets the value of the tourCode property.- Parameters:
value- allowed object isString
-