java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.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/00/2018.2/IATA_OrderViewRS}AmountType"/>
         <element name="ApproximateInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
         <element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
         <element name="DesigText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodesetValueTextType" minOccurs="0"/>
         <element name="LocalAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}AmountType" minOccurs="0"/>
         <element name="RefundInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • amount

      protected AmountType amount
    • approximateInd

      protected Boolean approximateInd
    • descText

      protected String descText
    • desigText

      protected String desigText
    • localAmount

      protected AmountType localAmount
    • refundInd

      protected Boolean refundInd
  • 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
    • isApproximateInd

      public Boolean isApproximateInd()
      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
    • 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
    • isRefundInd

      public Boolean isRefundInd()
      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