java.lang.Object
de.hybris.platform.ndc182facades.messages.airshoppingrequest.PrefLevelType

public class PrefLevelType extends Object
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 Details

    • pRefContextText

      protected String pRefContextText
    • prefLevelCode

      protected String prefLevelCode
  • Constructor Details

    • PrefLevelType

      public PrefLevelType()
  • Method Details

    • getPRefContextText

      public String getPRefContextText()
      Gets the value of the pRefContextText property.
      Returns:
      possible object is String
    • setPRefContextText

      public void setPRefContextText(String value)
      Sets the value of the pRefContextText property.
      Parameters:
      value - allowed object is String
    • getPrefLevelCode

      public String getPrefLevelCode()
      Gets the value of the prefLevelCode property.
      Returns:
      possible object is String
    • setPrefLevelCode

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