Class CollectionListType
- 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 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"/>
<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 List<CollectionType>
protected BigInteger
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.Gets the value of the collection property.getFacet()
Gets the value of the facet property.getHits()
Gets the value of the hits 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
void
setHits
(BigInteger value) Sets the value of the hits 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 methodwithCollection
(CollectionType... values) Adds objects to the list of Collection using add methodwithCollection
(Collection<CollectionType> values) Adds objects to the list of Collection 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.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
-
collection
-
facet
-
suggestion
-
autocomplete
-
nextCursor
-
-
Constructor Details
-
CollectionListType
public CollectionListType()
-
-
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() -
getCollection
Gets the value of the collection 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 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
- Returns:
- The value of the collection property.
-
isSetCollection
public boolean isSetCollection() -
unsetCollection
public void unsetCollection() -
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
-
withCollection
Adds objects to the list of Collection using add method- Parameters:
values
- objects to add to the list Collection- Returns:
- The class instance
-
withCollection
Adds objects to the list of Collection using addAll method- Parameters:
values
- objects to add to the list Collection- 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
-