Class SearchFacetType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
Java class for SearchFacetType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchFacetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="range" type="{http://xml.vidispine.com/schema/vidispine}FacetRangeType" maxOccurs="unbounded" minOccurs="0"/>
<element name="exclude" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="count" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="minCount" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="nested" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected BigIntegerprotected BigIntegerprotected Stringprotected Booleanprotected List<FacetRangeType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the exclude property.getField()Gets the value of the field property.Gets the value of the maxResults property.Gets the value of the minCount property.getName()Gets the value of the name property.getRange()Gets the value of the range property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanisCount()Gets the value of the count property.booleanisNested()Gets the value of the nested property.booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetCount(boolean value) Sets the value of the count property.voidSets the value of the field property.voidsetMaxResults(BigInteger value) Sets the value of the maxResults property.voidsetMinCount(BigInteger value) Sets the value of the minCount property.voidSets the value of the name property.voidsetNested(boolean value) Sets the value of the nested property.toString()voidvoidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCount(boolean value) Sets the value of the count property.withExclude(String... values) Adds objects to the list of Exclude using add methodwithExclude(Collection<String> values) Adds objects to the list of Exclude using addAll methodSets the value of the field property.withMaxResults(BigInteger value) Sets the value of the maxResults property.withMinCount(BigInteger value) Sets the value of the minCount property.Sets the value of the name property.withNested(boolean value) Sets the value of the nested property.withRange(FacetRangeType... values) Adds objects to the list of Range using add methodwithRange(Collection<FacetRangeType> values) Adds objects to the list of Range using addAll method
-
Field Details
-
field
-
range
-
exclude
-
count
-
minCount
-
maxResults
-
name
-
nested
-
-
Constructor Details
-
SearchFacetType
public SearchFacetType()
-
-
Method Details
-
getField
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
Sets the value of the field property.- Parameters:
value- allowed object isString
-
isSetField
public boolean isSetField() -
getRange
Gets the value of the range property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the range property.For example, to add a new item, do as follows:
getRange().add(newItem);
Objects of the following type(s) are allowed in the list
FacetRangeType- Returns:
- The value of the range property.
-
isSetRange
public boolean isSetRange() -
unsetRange
public void unsetRange() -
getExclude
Gets the value of the exclude property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the exclude property.For example, to add a new item, do as follows:
getExclude().add(newItem);
Objects of the following type(s) are allowed in the list
String- Returns:
- The value of the exclude property.
-
isSetExclude
public boolean isSetExclude() -
unsetExclude
public void unsetExclude() -
isCount
public boolean isCount()Gets the value of the count property.- Returns:
- possible object is
Boolean
-
setCount
public void setCount(boolean value) Sets the value of the count property.- Parameters:
value- allowed object isBoolean
-
isSetCount
public boolean isSetCount() -
unsetCount
public void unsetCount() -
getMinCount
Gets the value of the minCount property.- Returns:
- possible object is
BigInteger
-
setMinCount
Sets the value of the minCount property.- Parameters:
value- allowed object isBigInteger
-
isSetMinCount
public boolean isSetMinCount() -
getMaxResults
Gets the value of the maxResults property.- Returns:
- possible object is
BigInteger
-
setMaxResults
Sets the value of the maxResults property.- Parameters:
value- allowed object isBigInteger
-
isSetMaxResults
public boolean isSetMaxResults() -
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
isNested
public boolean isNested()Gets the value of the nested property.- Returns:
- possible object is
Boolean
-
setNested
public void setNested(boolean value) Sets the value of the nested property.- Parameters:
value- allowed object isBoolean
-
isSetNested
public boolean isSetNested() -
unsetNested
public void unsetNested() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withField
Sets the value of the field property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withRange
Adds objects to the list of Range using add method- Parameters:
values- objects to add to the list Range- Returns:
- The class instance
-
withRange
Adds objects to the list of Range using addAll method- Parameters:
values- objects to add to the list Range- Returns:
- The class instance
-
withExclude
Adds objects to the list of Exclude using add method- Parameters:
values- objects to add to the list Exclude- Returns:
- The class instance
-
withExclude
Adds objects to the list of Exclude using addAll method- Parameters:
values- objects to add to the list Exclude- Returns:
- The class instance
-
withCount
Sets the value of the count property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
withMinCount
Sets the value of the minCount property.- Parameters:
value- allowed object isBigInteger- Returns:
- The class instance
-
withMaxResults
Sets the value of the maxResults property.- Parameters:
value- allowed object isBigInteger- Returns:
- The class instance
-
withName
Sets the value of the name property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withNested
Sets the value of the nested property.- Parameters:
value- allowed object is boolean- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-