Class FareWaiverType

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.FareWaiverType

public class FareWaiverType extends Object
Validating carrier-assigned fare rule modification or override information.

Java class for FareWaiverType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FareWaiverType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FareRuleWaiverCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType"/>
         <element name="FareWaiverTypeCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}CodeType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • fareRuleWaiverCode

      protected String fareRuleWaiverCode
    • fareWaiverTypeCode

      protected String fareWaiverTypeCode
  • Constructor Details

    • FareWaiverType

      public FareWaiverType()
  • Method Details

    • getFareRuleWaiverCode

      public String getFareRuleWaiverCode()
      Gets the value of the fareRuleWaiverCode property.
      Returns:
      possible object is String
    • setFareRuleWaiverCode

      public void setFareRuleWaiverCode(String value)
      Sets the value of the fareRuleWaiverCode property.
      Parameters:
      value - allowed object is String
    • getFareWaiverTypeCode

      public String getFareWaiverTypeCode()
      Gets the value of the fareWaiverTypeCode property.
      Returns:
      possible object is String
    • setFareWaiverTypeCode

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