Class ItemListType
- java.lang.Object
-
- com.vidispine.generated.ItemListType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ItemListType 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 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"/> <element name="nextCursor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemListType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<AutocompleteResponseType>
autocomplete
protected List<FacetType>
facet
protected BigInteger
hits
protected List<ItemType>
item
protected String
library
protected String
nextCursor
protected List<SuggestionResultType>
suggestion
-
Constructor Summary
Constructors Constructor Description ItemListType()
-
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<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.String
getNextCursor()
Gets the value of the nextCursor property.List<SuggestionResultType>
getSuggestion()
Gets the value of the suggestion property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetAutocomplete()
boolean
isSetFacet()
boolean
isSetHits()
boolean
isSetItem()
boolean
isSetLibrary()
boolean
isSetNextCursor()
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
setNextCursor(String value)
Sets the value of the nextCursor 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(FacetType... values)
ItemListType
withFacet(Collection<FacetType> values)
ItemListType
withHits(BigInteger value)
ItemListType
withItem(ItemType... values)
ItemListType
withItem(Collection<ItemType> values)
ItemListType
withLibrary(String value)
ItemListType
withNextCursor(String value)
ItemListType
withSuggestion(SuggestionResultType... values)
ItemListType
withSuggestion(Collection<SuggestionResultType> values)
-
-
-
Field Detail
-
hits
protected BigInteger hits
-
library
protected String library
-
suggestion
protected List<SuggestionResultType> suggestion
-
autocomplete
protected List<AutocompleteResponseType> autocomplete
-
nextCursor
protected String nextCursor
-
-
Method Detail
-
getHits
public BigInteger getHits()
Gets the value of the hits property.- Returns:
- possible object is
BigInteger
-
setHits
public void setHits(BigInteger value)
Sets the value of the hits property.- Parameters:
value
- allowed object isBigInteger
-
isSetHits
public boolean isSetHits()
-
getLibrary
public String getLibrary()
Gets the value of the library property.- Returns:
- possible object is
String
-
setLibrary
public void setLibrary(String value)
Sets the value of the library property.- Parameters:
value
- allowed object isString
-
isSetLibrary
public boolean isSetLibrary()
-
getItem
public List<ItemType> getItem()
Gets the value of the item 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 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
-
isSetItem
public boolean isSetItem()
-
unsetItem
public void unsetItem()
-
getFacet
public List<FacetType> getFacet()
Gets the value of the facet 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 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
-
isSetFacet
public boolean isSetFacet()
-
unsetFacet
public void unsetFacet()
-
getSuggestion
public List<SuggestionResultType> getSuggestion()
Gets the value of the suggestion 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 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
-
isSetSuggestion
public boolean isSetSuggestion()
-
unsetSuggestion
public void unsetSuggestion()
-
getAutocomplete
public List<AutocompleteResponseType> getAutocomplete()
Gets the value of the autocomplete 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 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
-
isSetAutocomplete
public boolean isSetAutocomplete()
-
unsetAutocomplete
public void unsetAutocomplete()
-
getNextCursor
public String getNextCursor()
Gets the value of the nextCursor property.- Returns:
- possible object is
String
-
setNextCursor
public void setNextCursor(String value)
Sets the value of the nextCursor property.- Parameters:
value
- allowed object isString
-
isSetNextCursor
public boolean isSetNextCursor()
-
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
-
withHits
public ItemListType withHits(BigInteger value)
-
withLibrary
public ItemListType withLibrary(String value)
-
withItem
public ItemListType withItem(ItemType... values)
-
withItem
public ItemListType withItem(Collection<ItemType> values)
-
withFacet
public ItemListType withFacet(FacetType... values)
-
withFacet
public ItemListType withFacet(Collection<FacetType> values)
-
withSuggestion
public ItemListType withSuggestion(SuggestionResultType... values)
-
withSuggestion
public ItemListType withSuggestion(Collection<SuggestionResultType> values)
-
withAutocomplete
public ItemListType withAutocomplete(AutocompleteResponseType... values)
-
withAutocomplete
public ItemListType withAutocomplete(Collection<AutocompleteResponseType> values)
-
withNextCursor
public ItemListType withNextCursor(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 ItemListType 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
-
-