Class KeyValuePropertyType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.KeyValuePropertyType
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_AirShoppingRQ}TextType" minOccurs="0"/>
<element name="PrefLevel" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}PrefLevelType" minOccurs="0"/>
<element name="ValueText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the keyText property.Gets the value of the prefLevel property.Gets the value of the valueText property.voidsetKeyText(String value) Sets the value of the keyText property.voidsetPrefLevel(PrefLevelType value) Sets the value of the prefLevel property.voidsetValueText(String value) Sets the value of the valueText property.
-
Field Details
-
keyText
-
prefLevel
-
valueText
-
-
Constructor Details
-
KeyValuePropertyType
public KeyValuePropertyType()
-
-
Method Details
-
getKeyText
Gets the value of the keyText property.- Returns:
- possible object is
String
-
setKeyText
Sets the value of the keyText property.- Parameters:
value- allowed object isString
-
getPrefLevel
Gets the value of the prefLevel property.- Returns:
- possible object is
PrefLevelType
-
setPrefLevel
Sets the value of the prefLevel property.- Parameters:
value- allowed object isPrefLevelType
-
getValueText
Gets the value of the valueText property.- Returns:
- possible object is
String
-
setValueText
Sets the value of the valueText property.- Parameters:
value- allowed object isString
-