Class FeeType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderchangerequest.FeeType
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_OrderChangeRQ}AmountType"/>
<element name="ApproximateInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
<element name="DescText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}TextType" minOccurs="0"/>
<element name="DesigText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}CodesetValueTextType" minOccurs="0"/>
<element name="LocalAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}AmountType" minOccurs="0"/>
<element name="RefundInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderChangeRQ}IndType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountTypeprotected Booleanprotected Stringprotected Stringprotected AmountTypeprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the descText property.Gets the value of the desigText property.Gets the value of the localAmount property.Gets the value of the approximateInd property.Gets the value of the refundInd property.voidsetAmount(AmountType value) Sets the value of the amount property.voidsetApproximateInd(Boolean value) Sets the value of the approximateInd property.voidsetDescText(String value) Sets the value of the descText property.voidsetDesigText(String value) Sets the value of the desigText property.voidsetLocalAmount(AmountType value) Sets the value of the localAmount property.voidsetRefundInd(Boolean value) Sets the value of the refundInd property.
-
Field Details
-
amount
-
approximateInd
-
descText
-
desigText
-
localAmount
-
refundInd
-
-
Constructor Details
-
FeeType
public FeeType()
-
-
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
-
isApproximateInd
Gets the value of the approximateInd property.- Returns:
- possible object is
Boolean
-
setApproximateInd
Sets the value of the approximateInd property.- Parameters:
value- allowed object isBoolean
-
getDescText
Gets the value of the descText property.- Returns:
- possible object is
String
-
setDescText
Sets the value of the descText property.- Parameters:
value- allowed object isString
-
getDesigText
Gets the value of the desigText property.- Returns:
- possible object is
String
-
setDesigText
Sets the value of the desigText property.- Parameters:
value- allowed object isString
-
getLocalAmount
Gets the value of the localAmount property.- Returns:
- possible object is
AmountType
-
setLocalAmount
Sets the value of the localAmount property.- Parameters:
value- allowed object isAmountType
-
isRefundInd
Gets the value of the refundInd property.- Returns:
- possible object is
Boolean
-
setRefundInd
Sets the value of the refundInd property.- Parameters:
value- allowed object isBoolean
-