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

public class FeeType extends Object
Amount added on to a charge for a specific product, purpose, or service.

Java class for FeeType complex type.

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

 <complexType name="FeeType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Amount" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}AmountType"/>
         <element name="ApproximateInd" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}IndType" minOccurs="0"/>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}TextType" minOccurs="0"/>
         <element name="DesigText" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}CodesetValueTextType" minOccurs="0"/>
         <element name="GuaranteeTimeLimitDateTime" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DateTimeType" minOccurs="0"/>
         <element name="LocalAmount" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}AmountType" minOccurs="0"/>
         <element name="MaximumAmount" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}AmountType" minOccurs="0"/>
         <element name="MinimumAmount" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}AmountType" minOccurs="0"/>
         <element name="Percent" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PercentType" minOccurs="0"/>
         <element name="RefundInd" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}IndType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FeeType

      public FeeType()
  • Method Details

    • getAmount

      public AmountType getAmount()
      Gets the value of the amount property.
      Returns:
      possible object is AmountType
    • setAmount

      public void setAmount(AmountType value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is AmountType
    • getApproximateInd

      public Boolean getApproximateInd()
      Gets the value of the approximateInd property.
      Returns:
      possible object is Boolean
    • setApproximateInd

      public void setApproximateInd(Boolean value)
      Sets the value of the approximateInd property.
      Parameters:
      value - allowed object is Boolean
    • getDescText

      public String getDescText()
      Gets the value of the descText property.
      Returns:
      possible object is String
    • setDescText

      public void setDescText(String value)
      Sets the value of the descText property.
      Parameters:
      value - allowed object is String
    • getDesigText

      public String getDesigText()
      Gets the value of the desigText property.
      Returns:
      possible object is String
    • setDesigText

      public void setDesigText(String value)
      Sets the value of the desigText property.
      Parameters:
      value - allowed object is String
    • getGuaranteeTimeLimitDateTime

      public XMLGregorianCalendar getGuaranteeTimeLimitDateTime()
      Gets the value of the guaranteeTimeLimitDateTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setGuaranteeTimeLimitDateTime

      public void setGuaranteeTimeLimitDateTime(XMLGregorianCalendar value)
      Sets the value of the guaranteeTimeLimitDateTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getLocalAmount

      public AmountType getLocalAmount()
      Gets the value of the localAmount property.
      Returns:
      possible object is AmountType
    • setLocalAmount

      public void setLocalAmount(AmountType value)
      Sets the value of the localAmount property.
      Parameters:
      value - allowed object is AmountType
    • getMaximumAmount

      public AmountType getMaximumAmount()
      Gets the value of the maximumAmount property.
      Returns:
      possible object is AmountType
    • setMaximumAmount

      public void setMaximumAmount(AmountType value)
      Sets the value of the maximumAmount property.
      Parameters:
      value - allowed object is AmountType
    • getMinimumAmount

      public AmountType getMinimumAmount()
      Gets the value of the minimumAmount property.
      Returns:
      possible object is AmountType
    • setMinimumAmount

      public void setMinimumAmount(AmountType value)
      Sets the value of the minimumAmount property.
      Parameters:
      value - allowed object is AmountType
    • getPercent

      public BigDecimal getPercent()
      Gets the value of the percent property.
      Returns:
      possible object is BigDecimal
    • setPercent

      public void setPercent(BigDecimal value)
      Sets the value of the percent property.
      Parameters:
      value - allowed object is BigDecimal
    • getRefundInd

      public Boolean getRefundInd()
      Gets the value of the refundInd property.
      Returns:
      possible object is Boolean
    • setRefundInd

      public void setRefundInd(Boolean value)
      Sets the value of the refundInd property.
      Parameters:
      value - allowed object is Boolean