Class CommissionType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.CommissionType
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_OrderViewRS}AmountType" minOccurs="0"/>
<element name="CommissionCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}CodeType" minOccurs="0"/>
<element name="Percentage" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PercentType" minOccurs="0"/>
<element name="RemarkText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" maxOccurs="99" minOccurs="0"/>
<element name="TaxableInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}IndType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountTypeprotected Stringprotected BigDecimalprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the commissionCode property.Gets the value of the percentage property.Gets the value of the remarkText property.Gets the value of the taxableInd property.voidsetAmount(AmountType value) Sets the value of the amount property.voidsetCommissionCode(String value) Sets the value of the commissionCode property.voidsetPercentage(BigDecimal value) Sets the value of the percentage property.voidsetTaxableInd(Boolean value) Sets the value of the taxableInd property.
-
Field Details
-
amount
-
commissionCode
-
percentage
-
remarkText
-
taxableInd
-
-
Constructor Details
-
CommissionType
public CommissionType()
-
-
Method Details
-
getAmount
Gets the value of the amount property.- Returns:
- possible object is
AmountType
-
setAmount
Sets the value of the amount property.- Parameters:
value- allowed object isAmountType
-
getCommissionCode
Gets the value of the commissionCode property.- Returns:
- possible object is
String
-
setCommissionCode
Sets the value of the commissionCode property.- Parameters:
value- allowed object isString
-
getPercentage
Gets the value of the percentage property.- Returns:
- possible object is
BigDecimal
-
setPercentage
Sets the value of the percentage property.- Parameters:
value- allowed object isBigDecimal
-
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
setmethod 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
Gets the value of the taxableInd property.- Returns:
- possible object is
Boolean
-
setTaxableInd
Sets the value of the taxableInd property.- Parameters:
value- allowed object isBoolean
-