Package com.vidispine.generated
Class JobSearchType.Facet
- java.lang.Object
-
- com.vidispine.generated.JobSearchType.Facet
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- JobSearchType
public static class JobSearchType.Facet extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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="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" default="0" /> <attribute name="maxCount" type="{http://www.w3.org/2001/XMLSchema}integer" default="100" /> <attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}integer" default="100" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JobSearchType.Facet.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected Boolean
count
protected List<String>
exclude
protected String
field
protected BigInteger
maxCount
protected BigInteger
maxResults
protected BigInteger
minCount
protected String
name
-
Constructor Summary
Constructors Constructor Description Facet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
List<String>
getExclude()
Gets the value of the exclude property.String
getField()
Gets the value of the field property.BigInteger
getMaxCount()
Gets the value of the maxCount 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isCount()
Gets the value of the count property.boolean
isSetCount()
boolean
isSetExclude()
boolean
isSetField()
boolean
isSetMaxCount()
boolean
isSetMaxResults()
boolean
isSetMinCount()
boolean
isSetName()
void
setCount(boolean value)
Sets the value of the count property.void
setField(String value)
Sets the value of the field property.void
setMaxCount(BigInteger value)
Sets the value of the maxCount 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()
JobSearchType.Facet
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
JobSearchType.Facet
withCount(boolean value)
JobSearchType.Facet
withExclude(String... values)
JobSearchType.Facet
withExclude(Collection<String> values)
JobSearchType.Facet
withField(String value)
JobSearchType.Facet
withMaxCount(BigInteger value)
JobSearchType.Facet
withMaxResults(BigInteger value)
JobSearchType.Facet
withMinCount(BigInteger value)
JobSearchType.Facet
withName(String value)
-
-
-
Field Detail
-
field
protected String field
-
count
protected Boolean count
-
minCount
protected BigInteger minCount
-
maxCount
protected BigInteger maxCount
-
maxResults
protected BigInteger maxResults
-
name
protected String name
-
-
Method Detail
-
getField
public String getField()
Gets the value of the field property.- Returns:
- possible object is
String
-
setField
public void setField(String value)
Sets the value of the field property.- Parameters:
value
- allowed object isString
-
isSetField
public boolean isSetField()
-
getExclude
public List<String> 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
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
-
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
public BigInteger getMinCount()
Gets the value of the minCount property.- Returns:
- possible object is
BigInteger
-
setMinCount
public void setMinCount(BigInteger value)
Sets the value of the minCount property.- Parameters:
value
- allowed object isBigInteger
-
isSetMinCount
public boolean isSetMinCount()
-
getMaxCount
public BigInteger getMaxCount()
Gets the value of the maxCount property.- Returns:
- possible object is
BigInteger
-
setMaxCount
public void setMaxCount(BigInteger value)
Sets the value of the maxCount property.- Parameters:
value
- allowed object isBigInteger
-
isSetMaxCount
public boolean isSetMaxCount()
-
getMaxResults
public BigInteger getMaxResults()
Gets the value of the maxResults property.- Returns:
- possible object is
BigInteger
-
setMaxResults
public void setMaxResults(BigInteger value)
Sets the value of the maxResults property.- Parameters:
value
- allowed object isBigInteger
-
isSetMaxResults
public boolean isSetMaxResults()
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withField
public JobSearchType.Facet withField(String value)
-
withExclude
public JobSearchType.Facet withExclude(String... values)
-
withExclude
public JobSearchType.Facet withExclude(Collection<String> values)
-
withCount
public JobSearchType.Facet withCount(boolean value)
-
withMinCount
public JobSearchType.Facet withMinCount(BigInteger value)
-
withMaxCount
public JobSearchType.Facet withMaxCount(BigInteger value)
-
withMaxResults
public JobSearchType.Facet withMaxResults(BigInteger value)
-
withName
public JobSearchType.Facet withName(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public JobSearchType.Facet visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-