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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
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<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 |
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 |
unsetFacet() |
void |
unsetItem() |
void |
unsetSuggestion() |
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
public BigInteger getHits()
BigIntegerpublic void setHits(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetHits()
public String getLibrary()
Stringpublic void setLibrary(String value)
value - allowed object is
Stringpublic 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 Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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)
Copyright © 2015. All rights reserved.