Class SurchargeType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.SurchargeType
Amount added on to a usual charge for a specific product, purpose, or service.
Java class for SurchargeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SurchargeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AllRefundableInd" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}IndType" minOccurs="0"/>
<element name="Breakdown" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}FeeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="TotalAmount" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}AmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the breakdown property.Gets the value of the totalAmount property.Gets the value of the allRefundableInd property.voidsetAllRefundableInd(Boolean value) Sets the value of the allRefundableInd property.voidsetTotalAmount(AmountType value) Sets the value of the totalAmount property.
-
Field Details
-
allRefundableInd
-
breakdown
-
totalAmount
-
-
Constructor Details
-
SurchargeType
public SurchargeType()
-
-
Method Details
-
isAllRefundableInd
Gets the value of the allRefundableInd property.- Returns:
- possible object is
Boolean
-
setAllRefundableInd
Sets the value of the allRefundableInd property.- Parameters:
value- allowed object isBoolean
-
getBreakdown
Gets the value of the breakdown 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 breakdown property.For example, to add a new item, do as follows:
getBreakdown().add(newItem);Objects of the following type(s) are allowed in the list
FeeType -
getTotalAmount
Gets the value of the totalAmount property.- Returns:
- possible object is
AmountType
-
setTotalAmount
Sets the value of the totalAmount property.- Parameters:
value- allowed object isAmountType
-