java.lang.Object
de.hybris.platform.ndc182facades.messages.seatavailabilityresponse.KeyValuePropertyType

public class KeyValuePropertyType extends Object
Contextual information to further describe something using a key-value pair.

Java class for KeyValuePropertyType complex type.

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

 <complexType name="KeyValuePropertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="KeyText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType"/>
         <element name="ValueText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRS}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • keyText

      protected String keyText
    • valueText

      protected String valueText
  • Constructor Details

    • KeyValuePropertyType

      public KeyValuePropertyType()
  • Method Details

    • getKeyText

      public String getKeyText()
      Gets the value of the keyText property.
      Returns:
      possible object is String
    • setKeyText

      public void setKeyText(String value)
      Sets the value of the keyText property.
      Parameters:
      value - allowed object is String
    • getValueText

      public String getValueText()
      Gets the value of the valueText property.
      Returns:
      possible object is String
    • setValueText

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