Class FareCalculationInfoType

java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.FareCalculationInfoType

public class FareCalculationInfoType extends Object
Information related to the calculation of the Fare amount by applying various rules to determine a final fare for an airline ticket.

Java class for FareCalculationInfoType complex type.

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

 <complexType name="FareCalculationInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AddlInfoText" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}TextType"/>
         <element name="PricingCodeText" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}TextType"/>
         <element name="ReportingCodeText" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}TextType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • addlInfoText

      protected String addlInfoText
    • pricingCodeText

      protected String pricingCodeText
    • reportingCodeText

      protected String reportingCodeText
  • Constructor Details

    • FareCalculationInfoType

      public FareCalculationInfoType()
  • Method Details

    • getAddlInfoText

      public String getAddlInfoText()
      Gets the value of the addlInfoText property.
      Returns:
      possible object is String
    • setAddlInfoText

      public void setAddlInfoText(String value)
      Sets the value of the addlInfoText property.
      Parameters:
      value - allowed object is String
    • getPricingCodeText

      public String getPricingCodeText()
      Gets the value of the pricingCodeText property.
      Returns:
      possible object is String
    • setPricingCodeText

      public void setPricingCodeText(String value)
      Sets the value of the pricingCodeText property.
      Parameters:
      value - allowed object is String
    • getReportingCodeText

      public String getReportingCodeText()
      Gets the value of the reportingCodeText property.
      Returns:
      possible object is String
    • setReportingCodeText

      public void setReportingCodeText(String value)
      Sets the value of the reportingCodeText property.
      Parameters:
      value - allowed object is String