java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.PrefLevelType

public class PrefLevelType extends Object
Information supporting some shopping filter criteria, 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.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}TextType" minOccurs="0"/>
         <element name="PrefLevelCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}PrefLevelCodeType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • 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 PrefLevelCodeContentType getPrefLevelCode()
      Gets the value of the prefLevelCode property.
      Returns:
      possible object is PrefLevelCodeContentType
    • setPrefLevelCode

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