Class MarkupType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.MarkupType
Defines the reason for the markup added by an airline as part of the offer reported as calculation detail.
Java class for MarkupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MarkupType">
<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_OrderSalesInformationNotifRQ}AmountType" minOccurs="0"/>
<element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the amount property.Gets the value of the typeCode property.voidsetAmount(AmountType value) Sets the value of the amount property.voidsetTypeCode(String value) Sets the value of the typeCode property.
-
Field Details
-
amount
-
typeCode
-
-
Constructor Details
-
MarkupType
public MarkupType()
-
-
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
-
getTypeCode
Gets the value of the typeCode property.- Returns:
- possible object is
String
-
setTypeCode
Sets the value of the typeCode property.- Parameters:
value- allowed object isString
-