Class ItemListType
- 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
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AutocompleteResponseType>
protected BigInteger
protected String
protected String
protected List<SuggestionResultType>
-
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 autocomplete property.getFacet()
Gets the value of the facet property.getHits()
Gets the value of the hits property.getItem()
Gets the value of the item property.Gets the value of the library property.Gets the value of the nextCursor property.Gets the value of the suggestion property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
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.toString()
void
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAutocomplete
(AutocompleteResponseType... values) Adds objects to the list of Autocomplete using add methodAdds objects to the list of Autocomplete using addAll methodAdds objects to the list of Facet using add methodwithFacet
(Collection<FacetType> values) Adds objects to the list of Facet using addAll methodwithHits
(BigInteger value) Sets the value of the hits property.Adds objects to the list of Item using add methodwithItem
(Collection<ItemType> values) Adds objects to the list of Item using addAll methodwithLibrary
(String value) Sets the value of the library property.withNextCursor
(String value) Sets the value of the nextCursor property.withSuggestion
(SuggestionResultType... values) Adds objects to the list of Suggestion using add methodwithSuggestion
(Collection<SuggestionResultType> values) Adds objects to the list of Suggestion using addAll method
-
Field Details
-
hits
-
library
-
item
-
facet
-
suggestion
-
autocomplete
-
nextCursor
-
-
Constructor Details
-
ItemListType
public ItemListType()
-
-
Method Details
-
getHits
Gets the value of the hits property.- Returns:
- possible object is
BigInteger
-
setHits
Sets the value of the hits property.- Parameters:
value
- allowed object isBigInteger
-
isSetHits
public boolean isSetHits() -
getLibrary
Gets the value of the library property.- Returns:
- possible object is
String
-
setLibrary
Sets the value of the library property.- Parameters:
value
- allowed object isString
-
isSetLibrary
public boolean isSetLibrary() -
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
- Returns:
- The value of the item property.
-
isSetItem
public boolean isSetItem() -
unsetItem
public void unsetItem() -
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
- Returns:
- The value of the facet property.
-
isSetFacet
public boolean isSetFacet() -
unsetFacet
public void unsetFacet() -
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
- Returns:
- The value of the suggestion property.
-
isSetSuggestion
public boolean isSetSuggestion() -
unsetSuggestion
public void unsetSuggestion() -
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
- Returns:
- The value of the autocomplete property.
-
isSetAutocomplete
public boolean isSetAutocomplete() -
unsetAutocomplete
public void unsetAutocomplete() -
getNextCursor
Gets the value of the nextCursor property.- Returns:
- possible object is
String
-
setNextCursor
Sets the value of the nextCursor property.- Parameters:
value
- allowed object isString
-
isSetNextCursor
public boolean isSetNextCursor() -
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
-
withHits
Sets the value of the hits property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withLibrary
Sets the value of the library property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using add method- Parameters:
values
- objects to add to the list Item- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using addAll method- Parameters:
values
- objects to add to the list Item- Returns:
- The class instance
-
withFacet
Adds objects to the list of Facet using add method- Parameters:
values
- objects to add to the list Facet- Returns:
- The class instance
-
withFacet
Adds objects to the list of Facet using addAll method- Parameters:
values
- objects to add to the list Facet- Returns:
- The class instance
-
withSuggestion
Adds objects to the list of Suggestion using add method- Parameters:
values
- objects to add to the list Suggestion- Returns:
- The class instance
-
withSuggestion
Adds objects to the list of Suggestion using addAll method- Parameters:
values
- objects to add to the list Suggestion- Returns:
- The class instance
-
withAutocomplete
Adds objects to the list of Autocomplete using add method- Parameters:
values
- objects to add to the list Autocomplete- Returns:
- The class instance
-
withAutocomplete
Adds objects to the list of Autocomplete using addAll method- Parameters:
values
- objects to add to the list Autocomplete- Returns:
- The class instance
-
withNextCursor
Sets the value of the nextCursor 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
-