java.lang.Object
de.hybris.platform.ndc182facades.messages.orderchangerequest.CommissionType

public class CommissionType extends Object
An amount of money, typically a set percentage of the value involved, paid to an agent in a commercial transaction.

Java class for CommissionType complex type.

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

 <complexType name="CommissionType">
   <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_OrderChangeRQ}AmountType" minOccurs="0"/>
         <element name="CommissionCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodeType" minOccurs="0"/>
         <element name="Percentage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}PercentType" minOccurs="0"/>
         <element name="RemarkText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" maxOccurs="99" minOccurs="0"/>
         <element name="TaxableInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • amount

      protected AmountType amount
    • commissionCode

      protected String commissionCode
    • percentage

      protected BigDecimal percentage
    • remarkText

      protected List<String> remarkText
    • taxableInd

      protected Boolean taxableInd
  • Constructor Details

    • CommissionType

      public CommissionType()
  • 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
    • getCommissionCode

      public String getCommissionCode()
      Gets the value of the commissionCode property.
      Returns:
      possible object is String
    • setCommissionCode

      public void setCommissionCode(String value)
      Sets the value of the commissionCode property.
      Parameters:
      value - allowed object is String
    • getPercentage

      public BigDecimal getPercentage()
      Gets the value of the percentage property.
      Returns:
      possible object is BigDecimal
    • setPercentage

      public void setPercentage(BigDecimal value)
      Sets the value of the percentage property.
      Parameters:
      value - allowed object is BigDecimal
    • getRemarkText

      public List<String> getRemarkText()
      Gets the value of the remarkText 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 set method for the remarkText property.

      For example, to add a new item, do as follows:

          getRemarkText().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • isTaxableInd

      public Boolean isTaxableInd()
      Gets the value of the taxableInd property.
      Returns:
      possible object is Boolean
    • setTaxableInd

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