public static class ItemSearchType.Facet extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java 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="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" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ItemSearchType.Facet.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Boolean |
count |
protected List<String> |
exclude |
protected String |
field |
protected BigInteger |
maxResults |
protected BigInteger |
minCount |
protected String |
name |
protected List<FacetRangeType> |
range |
Constructor and Description |
---|
Facet() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<String> |
getExclude()
Gets the value of the exclude property.
|
String |
getField()
Gets the value of the field property.
|
BigInteger |
getMaxResults()
Gets the value of the maxResults property.
|
BigInteger |
getMinCount()
Gets the value of the minCount property.
|
String |
getName()
Gets the value of the name property.
|
List<FacetRangeType> |
getRange()
Gets the value of the range property.
|
boolean |
isCount()
Gets the value of the count property.
|
boolean |
isSetCount() |
boolean |
isSetExclude() |
boolean |
isSetField() |
boolean |
isSetMaxResults() |
boolean |
isSetMinCount() |
boolean |
isSetName() |
boolean |
isSetRange() |
void |
setCount(boolean value)
Sets the value of the count property.
|
void |
setField(String value)
Sets the value of the field property.
|
void |
setMaxResults(BigInteger value)
Sets the value of the maxResults property.
|
void |
setMinCount(BigInteger value)
Sets the value of the minCount property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
unsetCount() |
void |
unsetExclude() |
void |
unsetRange() |
ItemSearchType.Facet |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ItemSearchType.Facet |
withCount(boolean value) |
ItemSearchType.Facet |
withExclude(Collection<String> values) |
ItemSearchType.Facet |
withExclude(String... values) |
ItemSearchType.Facet |
withField(String value) |
ItemSearchType.Facet |
withMaxResults(BigInteger value) |
ItemSearchType.Facet |
withMinCount(BigInteger value) |
ItemSearchType.Facet |
withName(String value) |
ItemSearchType.Facet |
withRange(Collection<FacetRangeType> values) |
ItemSearchType.Facet |
withRange(FacetRangeType... values) |
protected String field
protected List<FacetRangeType> range
protected Boolean count
protected BigInteger minCount
protected BigInteger maxResults
protected String name
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public boolean isSetField()
public List<FacetRangeType> getRange()
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 set
method 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
public boolean isSetRange()
public void unsetRange()
public List<String> getExclude()
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 set
method 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
public boolean isSetExclude()
public void unsetExclude()
public boolean isCount()
Boolean
public void setCount(boolean value)
value
- allowed object is
Boolean
public boolean isSetCount()
public void unsetCount()
public BigInteger getMinCount()
BigInteger
public void setMinCount(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetMinCount()
public BigInteger getMaxResults()
BigInteger
public void setMaxResults(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetMaxResults()
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ItemSearchType.Facet withField(String value)
public ItemSearchType.Facet withRange(FacetRangeType... values)
public ItemSearchType.Facet withRange(Collection<FacetRangeType> values)
public ItemSearchType.Facet withExclude(String... values)
public ItemSearchType.Facet withExclude(Collection<String> values)
public ItemSearchType.Facet withCount(boolean value)
public ItemSearchType.Facet withMinCount(BigInteger value)
public ItemSearchType.Facet withMaxResults(BigInteger value)
public ItemSearchType.Facet withName(String value)
public ItemSearchType.Facet visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.