Class FareRuleTextCriteriaType

java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.FareRuleTextCriteriaType

public class FareRuleTextCriteriaType extends Object
Special purchasing rules and restrictions used to differentiate fare levels from one another.

Java class for FareRuleTextCriteriaType complex type.

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

 <complexType name="FareRuleTextCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RuleCode" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}CodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • ruleCode

      protected String ruleCode
  • Constructor Details

    • FareRuleTextCriteriaType

      public FareRuleTextCriteriaType()
  • Method Details

    • getRuleCode

      public String getRuleCode()
      Gets the value of the ruleCode property.
      Returns:
      possible object is String
    • setRuleCode

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