public class CollectionListType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for CollectionListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionListType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="hits" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}CollectionType" maxOccurs="unbounded" minOccurs="0"/> <element name="facet" type="{http://xml.vidispine.com/schema/vidispine}FacetType" maxOccurs="unbounded" minOccurs="0"/> <element name="suggestion" type="{http://xml.vidispine.com/schema/vidispine}SuggestionResultType" maxOccurs="unbounded" minOccurs="0"/> <element name="autocomplete" type="{http://xml.vidispine.com/schema/vidispine}AutocompleteResponseType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CollectionListType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<AutocompleteResponseType> |
autocomplete |
protected List<CollectionType> |
collection |
protected List<FacetType> |
facet |
protected BigInteger |
hits |
protected List<SuggestionResultType> |
suggestion |
Constructor and Description |
---|
CollectionListType() |
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() |
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.EqualsStrategy strategy) |
List<AutocompleteResponseType> |
getAutocomplete()
Gets the value of the autocomplete property.
|
List<CollectionType> |
getCollection()
Gets the value of the collection property.
|
List<FacetType> |
getFacet()
Gets the value of the facet property.
|
BigInteger |
getHits()
Gets the value of the hits property.
|
List<SuggestionResultType> |
getSuggestion()
Gets the value of the suggestion property.
|
boolean |
isSetAutocomplete() |
boolean |
isSetCollection() |
boolean |
isSetFacet() |
boolean |
isSetHits() |
boolean |
isSetSuggestion() |
void |
setHits(BigInteger value)
Sets the value of the hits property.
|
void |
unsetAutocomplete() |
void |
unsetCollection() |
void |
unsetFacet() |
void |
unsetSuggestion() |
CollectionListType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
CollectionListType |
withAutocomplete(AutocompleteResponseType... values) |
CollectionListType |
withAutocomplete(Collection<AutocompleteResponseType> values) |
CollectionListType |
withCollection(Collection<CollectionType> values) |
CollectionListType |
withCollection(CollectionType... values) |
CollectionListType |
withFacet(Collection<FacetType> values) |
CollectionListType |
withFacet(FacetType... values) |
CollectionListType |
withHits(BigInteger value) |
CollectionListType |
withSuggestion(Collection<SuggestionResultType> values) |
CollectionListType |
withSuggestion(SuggestionResultType... values) |
protected BigInteger hits
protected List<CollectionType> collection
protected List<SuggestionResultType> suggestion
protected List<AutocompleteResponseType> autocomplete
public BigInteger getHits()
BigInteger
public void setHits(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetHits()
public List<CollectionType> getCollection()
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 collection property.
For example, to add a new item, do as follows:
getCollection().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionType
public boolean isSetCollection()
public void unsetCollection()
public List<FacetType> getFacet()
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 facet property.
For example, to add a new item, do as follows:
getFacet().add(newItem);
Objects of the following type(s) are allowed in the list
FacetType
public boolean isSetFacet()
public void unsetFacet()
public List<SuggestionResultType> getSuggestion()
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 suggestion property.
For example, to add a new item, do as follows:
getSuggestion().add(newItem);
Objects of the following type(s) are allowed in the list
SuggestionResultType
public boolean isSetSuggestion()
public void unsetSuggestion()
public List<AutocompleteResponseType> getAutocomplete()
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 autocomplete property.
For example, to add a new item, do as follows:
getAutocomplete().add(newItem);
Objects of the following type(s) are allowed in the list
AutocompleteResponseType
public boolean isSetAutocomplete()
public void unsetAutocomplete()
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 CollectionListType withHits(BigInteger value)
public CollectionListType withCollection(CollectionType... values)
public CollectionListType withCollection(Collection<CollectionType> values)
public CollectionListType withFacet(FacetType... values)
public CollectionListType withFacet(Collection<FacetType> values)
public CollectionListType withSuggestion(SuggestionResultType... values)
public CollectionListType withSuggestion(Collection<SuggestionResultType> values)
public CollectionListType withAutocomplete(AutocompleteResponseType... values)
public CollectionListType withAutocomplete(Collection<AutocompleteResponseType> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public CollectionListType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.