java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.MarkupType

public class MarkupType extends Object
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_ServiceListRS}AmountType" minOccurs="0"/>
         <element name="TypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MarkupType

      public MarkupType()
  • 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
    • getTypeCode

      public String getTypeCode()
      Gets the value of the typeCode property.
      Returns:
      possible object is String
    • setTypeCode

      public void setTypeCode(String value)
      Sets the value of the typeCode property.
      Parameters:
      value - allowed object is String