Class FacetConfig
- java.lang.Object
-
- com.hybris.cockpitng.config.refineby.jaxb.FacetConfig
-
public class FacetConfig extends java.lang.ObjectJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="facets" type="{http://www.hybris.com/cockpitng/config/refineBy}facets" minOccurs="0"/> <element name="blacklist" type="{http://www.hybris.com/cockpitng/config/refineBy}blacklist" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FacetConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlacklistgetBlacklist()Gets the value of the blacklist property.FacetsgetFacets()Gets the value of the facets property.voidsetBlacklist(Blacklist value)Sets the value of the blacklist property.voidsetFacets(Facets value)Sets the value of the facets property.
-
-
-
Method Detail
-
getFacets
public Facets getFacets()
Gets the value of the facets property.- Returns:
- possible object is
Facets
-
setFacets
public void setFacets(Facets value)
Sets the value of the facets property.- Parameters:
value- allowed object isFacets
-
getBlacklist
public Blacklist getBlacklist()
Gets the value of the blacklist property.- Returns:
- possible object is
Blacklist
-
-