Class PrefLevelType
java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.PrefLevelType
Information supporting a preference including preference level code (e.g. Preferred, Exclude, etc.).
Java class for PrefLevelType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrefLevelType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PRefContextText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PrefLevelCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pRefContextText property.Gets the value of the prefLevelCode property.voidsetPRefContextText(String value) Sets the value of the pRefContextText property.voidsetPrefLevelCode(String value) Sets the value of the prefLevelCode property.
-
Field Details
-
pRefContextText
-
prefLevelCode
-
-
Constructor Details
-
PrefLevelType
public PrefLevelType()
-
-
Method Details
-
getPRefContextText
Gets the value of the pRefContextText property.- Returns:
- possible object is
String
-
setPRefContextText
Sets the value of the pRefContextText property.- Parameters:
value- allowed object isString
-
getPrefLevelCode
Gets the value of the prefLevelCode property.- Returns:
- possible object is
String
-
setPrefLevelCode
Sets the value of the prefLevelCode property.- Parameters:
value- allowed object isString
-