public class ItemListType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ItemListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemListType"> <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="library" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="item" type="{http://xml.vidispine.com/schema/vidispine}ItemType" 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 |
ItemListType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<AutocompleteResponseType> |
autocomplete |
protected List<FacetType> |
facet |
protected BigInteger |
hits |
protected List<ItemType> |
item |
protected String |
library |
protected List<SuggestionResultType> |
suggestion |
Constructor and Description |
---|
ItemListType() |
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<AutocompleteResponseType> |
getAutocomplete()
Gets the value of the autocomplete property.
|
List<FacetType> |
getFacet()
Gets the value of the facet property.
|
BigInteger |
getHits()
Gets the value of the hits property.
|
List<ItemType> |
getItem()
Gets the value of the item property.
|
String |
getLibrary()
Gets the value of the library property.
|
List<SuggestionResultType> |
getSuggestion()
Gets the value of the suggestion property.
|
boolean |
isSetAutocomplete() |
boolean |
isSetFacet() |
boolean |
isSetHits() |
boolean |
isSetItem() |
boolean |
isSetLibrary() |
boolean |
isSetSuggestion() |
void |
setHits(BigInteger value)
Sets the value of the hits property.
|
void |
setLibrary(String value)
Sets the value of the library property.
|
void |
unsetAutocomplete() |
void |
unsetFacet() |
void |
unsetItem() |
void |
unsetSuggestion() |
ItemListType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ItemListType |
withAutocomplete(AutocompleteResponseType... values) |
ItemListType |
withAutocomplete(Collection<AutocompleteResponseType> values) |
ItemListType |
withFacet(Collection<FacetType> values) |
ItemListType |
withFacet(FacetType... values) |
ItemListType |
withHits(BigInteger value) |
ItemListType |
withItem(Collection<ItemType> values) |
ItemListType |
withItem(ItemType... values) |
ItemListType |
withLibrary(String value) |
ItemListType |
withSuggestion(Collection<SuggestionResultType> values) |
ItemListType |
withSuggestion(SuggestionResultType... values) |
protected BigInteger hits
protected String library
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 String getLibrary()
String
public void setLibrary(String value)
value
- allowed object is
String
public boolean isSetLibrary()
public List<ItemType> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
ItemType
public boolean isSetItem()
public void unsetItem()
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 ItemListType withHits(BigInteger value)
public ItemListType withLibrary(String value)
public ItemListType withItem(ItemType... values)
public ItemListType withItem(Collection<ItemType> values)
public ItemListType withFacet(FacetType... values)
public ItemListType withFacet(Collection<FacetType> values)
public ItemListType withSuggestion(SuggestionResultType... values)
public ItemListType withSuggestion(Collection<SuggestionResultType> values)
public ItemListType withAutocomplete(AutocompleteResponseType... values)
public ItemListType withAutocomplete(Collection<AutocompleteResponseType> values)
public ItemListType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.