Class KeyValuePropertyType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.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_ServiceListRS}TextType"/>
<element name="ValueText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType"/>
</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 valueText property.voidsetKeyText(String value) Sets the value of the keyText property.voidsetValueText(String value) Sets the value of the valueText property.
-
Field Details
-
keyText
-
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
-
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
-