public class SearchOperatorType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SearchOperatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchOperatorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="operator" type="{http://xml.vidispine.com/schema/vidispine}SearchOperatorType" maxOccurs="unbounded" minOccurs="0"/>
<element name="field" type="{http://xml.vidispine.com/schema/vidispine}SearchFieldType" maxOccurs="unbounded" minOccurs="0"/>
<element name="group" type="{http://xml.vidispine.com/schema/vidispine}SearchGroupType" maxOccurs="unbounded" minOccurs="0"/>
<element name="reference" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="item" type="{http://xml.vidispine.com/schema/vidispine}ItemCriterionType" minOccurs="0"/>
<element name="shape" type="{http://xml.vidispine.com/schema/vidispine}ShapeCriterionType" minOccurs="0"/>
<element name="file" type="{http://xml.vidispine.com/schema/vidispine}CriterionType" minOccurs="0"/>
</sequence>
<attribute name="operation" use="required" type="{http://xml.vidispine.com/schema/vidispine}SearchOperationType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<SearchFieldType> |
field |
protected CriterionType |
file |
protected List<SearchGroupType> |
group |
protected ItemCriterionType |
item |
protected SearchOperationType |
operation |
protected List<SearchOperatorType> |
operator |
protected List<String> |
reference |
protected ShapeCriterionType |
shape |
| Constructor and Description |
|---|
SearchOperatorType() |
protected List<SearchOperatorType> operator
protected List<SearchFieldType> field
protected List<SearchGroupType> group
protected ItemCriterionType item
protected ShapeCriterionType shape
protected CriterionType file
protected SearchOperationType operation
public List<SearchOperatorType> getOperator()
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 operator property.
For example, to add a new item, do as follows:
getOperator().add(newItem);
Objects of the following type(s) are allowed in the list
SearchOperatorType
public boolean isSetOperator()
public void unsetOperator()
public List<SearchFieldType> getField()
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 field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
SearchFieldType
public boolean isSetField()
public void unsetField()
public List<SearchGroupType> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
SearchGroupType
public boolean isSetGroup()
public void unsetGroup()
public List<String> getReference()
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 reference property.
For example, to add a new item, do as follows:
getReference().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetReference()
public void unsetReference()
public ItemCriterionType getItem()
ItemCriterionTypepublic void setItem(ItemCriterionType value)
value - allowed object is
ItemCriterionTypepublic boolean isSetItem()
public ShapeCriterionType getShape()
ShapeCriterionTypepublic void setShape(ShapeCriterionType value)
value - allowed object is
ShapeCriterionTypepublic boolean isSetShape()
public CriterionType getFile()
CriterionTypepublic void setFile(CriterionType value)
value - allowed object is
CriterionTypepublic boolean isSetFile()
public SearchOperationType getOperation()
SearchOperationTypepublic void setOperation(SearchOperationType value)
value - allowed object is
SearchOperationTypepublic boolean isSetOperation()
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 SearchOperatorType withOperator(SearchOperatorType... values)
public SearchOperatorType withOperator(Collection<SearchOperatorType> values)
public SearchOperatorType withField(SearchFieldType... values)
public SearchOperatorType withField(Collection<SearchFieldType> values)
public SearchOperatorType withGroup(SearchGroupType... values)
public SearchOperatorType withGroup(Collection<SearchGroupType> values)
public SearchOperatorType withReference(String... values)
public SearchOperatorType withReference(Collection<String> values)
public SearchOperatorType withItem(ItemCriterionType value)
public SearchOperatorType withShape(ShapeCriterionType value)
public SearchOperatorType withFile(CriterionType value)
public SearchOperatorType withOperation(SearchOperationType value)
Copyright © 2015. All rights reserved.