Class FareWaiverType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.FareWaiverType
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fareRuleWaiverCode property.Gets the value of the fareWaiverTypeCode property.voidsetFareRuleWaiverCode(String value) Sets the value of the fareRuleWaiverCode property.voidsetFareWaiverTypeCode(String value) Sets the value of the fareWaiverTypeCode property.
-
Field Details
-
fareRuleWaiverCode
-
fareWaiverTypeCode
-
-
Constructor Details
-
FareWaiverType
public FareWaiverType()
-
-
Method Details
-
getFareRuleWaiverCode
Gets the value of the fareRuleWaiverCode property.- Returns:
- possible object is
String
-
setFareRuleWaiverCode
Sets the value of the fareRuleWaiverCode property.- Parameters:
value- allowed object isString
-
getFareWaiverTypeCode
Gets the value of the fareWaiverTypeCode property.- Returns:
- possible object is
String
-
setFareWaiverTypeCode
Sets the value of the fareWaiverTypeCode property.- Parameters:
value- allowed object isString
-