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="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
count |
protected List<String> |
exclude |
protected String |
field |
protected String |
name |
protected List<FacetRangeType> |
range |
Constructor and Description |
---|
ItemSearchType.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.
|
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 |
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 |
setName(String value)
Sets the value of the name property.
|
void |
unsetCount() |
void |
unsetExclude() |
void |
unsetRange() |
protected String field
protected List<FacetRangeType> range
protected Boolean count
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 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
Copyright © 2015. All rights reserved.