public class ShapeListType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ShapeListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeListType"> <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="shape" type="{http://xml.vidispine.com/schema/vidispine}ShapeType" 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 | Class and Description |
---|---|
static class |
ShapeListType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<FacetType> |
facet |
protected BigInteger |
hits |
protected List<ShapeType> |
shape |
protected List<SuggestionResultType> |
suggestion |
Constructor and Description |
---|
ShapeListType() |
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<ShapeType> |
getShape()
Gets the value of the shape property.
|
List<SuggestionResultType> |
getSuggestion()
Gets the value of the suggestion property.
|
boolean |
isSetFacet() |
boolean |
isSetHits() |
boolean |
isSetShape() |
boolean |
isSetSuggestion() |
void |
setHits(BigInteger value)
Sets the value of the hits property.
|
void |
unsetFacet() |
void |
unsetShape() |
void |
unsetSuggestion() |
ShapeListType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ShapeListType |
withFacet(Collection<FacetType> values) |
ShapeListType |
withFacet(FacetType... values) |
ShapeListType |
withHits(BigInteger value) |
ShapeListType |
withShape(Collection<ShapeType> values) |
ShapeListType |
withShape(ShapeType... values) |
ShapeListType |
withSuggestion(Collection<SuggestionResultType> values) |
ShapeListType |
withSuggestion(SuggestionResultType... values) |
protected BigInteger hits
protected List<SuggestionResultType> suggestion
public BigInteger getHits()
BigInteger
public void setHits(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetHits()
public List<ShapeType> getShape()
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 shape property.
For example, to add a new item, do as follows:
getShape().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeType
public boolean isSetShape()
public void unsetShape()
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.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 ShapeListType withHits(BigInteger value)
public ShapeListType withShape(ShapeType... values)
public ShapeListType withShape(Collection<ShapeType> values)
public ShapeListType withFacet(FacetType... values)
public ShapeListType withFacet(Collection<FacetType> values)
public ShapeListType withSuggestion(SuggestionResultType... values)
public ShapeListType withSuggestion(Collection<SuggestionResultType> values)
public ShapeListType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.