Modifier and Type | Field and Description |
---|---|
protected List<FacetType> |
ItemListType.facet |
protected List<FacetType> |
CollectionListType.facet |
protected List<FacetType> |
SearchResultType.facet |
protected List<FacetType> |
ShapeListType.facet |
Modifier and Type | Method and Description |
---|---|
FacetType |
ObjectFactory.createFacetType()
Create an instance of
FacetType |
FacetType |
FacetType.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
FacetType |
FacetType.withCount(Collection<FacetCountType> values) |
FacetType |
FacetType.withCount(FacetCountType... values) |
FacetType |
FacetType.withField(String value) |
FacetType |
FacetType.withName(String value) |
FacetType |
FacetType.withRange(Collection<FacetRangeType> values) |
FacetType |
FacetType.withRange(FacetRangeType... values) |
Modifier and Type | Method and Description |
---|---|
List<FacetType> |
ItemListType.getFacet()
Gets the value of the facet property.
|
List<FacetType> |
CollectionListType.getFacet()
Gets the value of the facet property.
|
List<FacetType> |
SearchResultType.getFacet()
Gets the value of the facet property.
|
List<FacetType> |
ShapeListType.getFacet()
Gets the value of the facet property.
|
Modifier and Type | Method and Description |
---|---|
ItemListType |
ItemListType.withFacet(FacetType... values) |
CollectionListType |
CollectionListType.withFacet(FacetType... values) |
SearchResultType |
SearchResultType.withFacet(FacetType... values) |
ShapeListType |
ShapeListType.withFacet(FacetType... values) |
Modifier and Type | Method and Description |
---|---|
ItemListType |
ItemListType.withFacet(Collection<FacetType> values) |
CollectionListType |
CollectionListType.withFacet(Collection<FacetType> values) |
SearchResultType |
SearchResultType.withFacet(Collection<FacetType> values) |
ShapeListType |
ShapeListType.withFacet(Collection<FacetType> values) |
Copyright © 2017. All rights reserved.