Package com.vidispine.generated
Class JobSearchType.Facet
java.lang.Object
com.vidispine.generated.JobSearchType.Facet
- 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
- Enclosing class:
- JobSearchType
public static class JobSearchType.Facet
extends Object
implements 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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected String
protected BigInteger
protected BigInteger
protected BigInteger
protected String
-
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) boolean
boolean
equals
(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 maxCount property.Gets the value of the maxResults property.Gets the value of the minCount property.getName()
Gets the value of the name property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isCount()
Gets the value of the count property.boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setCount
(boolean value) Sets the value of the count property.void
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
Sets the value of the name property.toString()
void
void
visit
(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.withMaxCount
(BigInteger value) Sets the value of the maxCount 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.
-
Field Details
-
field
-
exclude
-
count
-
minCount
-
maxCount
-
maxResults
-
name
-
-
Constructor Details
-
Facet
public Facet()
-
-
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() -
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
- 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() -
getMaxCount
Gets the value of the maxCount property.- Returns:
- possible object is
BigInteger
-
setMaxCount
Sets the value of the maxCount property.- Parameters:
value
- allowed object isBigInteger
-
isSetMaxCount
public boolean isSetMaxCount() -
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() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withField
Sets the value of the field property.- Parameters:
value
- allowed object isString
- 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
-
withMaxCount
Sets the value of the maxCount 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
-
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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-