Uses of Class
com.vidispine.generated.FacetRangeType
-
Uses of FacetRangeType in com.vidispine.generated
Fields in com.vidispine.generated declared as FacetRangeTypeModifier and TypeFieldDescriptionprotected FacetRangeType
FacetFilterType.range
protected FacetRangeType
JobSearchType.FacetFilter.range
Fields in com.vidispine.generated with type parameters of type FacetRangeTypeModifier and TypeFieldDescriptionprotected List<FacetRangeType>
FacetType.range
protected List<FacetRangeType>
SearchFacetType.range
Methods in com.vidispine.generated that return FacetRangeTypeModifier and TypeMethodDescriptionObjectFactory.createFacetRangeType()
Create an instance ofFacetRangeType
FacetFilterType.getRange()
Gets the value of the range property.JobSearchType.FacetFilter.getRange()
Gets the value of the range property.FacetRangeType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the end property.Sets the value of the start property.Sets the value of the value property.Methods in com.vidispine.generated that return types with arguments of type FacetRangeTypeModifier and TypeMethodDescriptionFacetType.getRange()
Gets the value of the range property.SearchFacetType.getRange()
Gets the value of the range property.Methods in com.vidispine.generated with parameters of type FacetRangeTypeModifier and TypeMethodDescriptionvoid
FacetFilterType.setRange
(FacetRangeType value) Sets the value of the range property.void
JobSearchType.FacetFilter.setRange
(FacetRangeType value) Sets the value of the range property.FacetFilterType.withRange
(FacetRangeType value) Sets the value of the range property.FacetType.withRange
(FacetRangeType... values) Adds objects to the list of Range using add methodJobSearchType.FacetFilter.withRange
(FacetRangeType value) Sets the value of the range property.SearchFacetType.withRange
(FacetRangeType... values) Adds objects to the list of Range using add methodMethod parameters in com.vidispine.generated with type arguments of type FacetRangeTypeModifier and TypeMethodDescriptionFacetType.withRange
(Collection<FacetRangeType> values) Adds objects to the list of Range using addAll methodSearchFacetType.withRange
(Collection<FacetRangeType> values) Adds objects to the list of Range using addAll method