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() |
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<SearchFieldType> |
getField()
Gets the value of the field property.
|
CriterionType |
getFile()
Gets the value of the file property.
|
List<SearchGroupType> |
getGroup()
Gets the value of the group property.
|
ItemCriterionType |
getItem()
Gets the value of the item property.
|
SearchOperationType |
getOperation()
Gets the value of the operation property.
|
List<SearchOperatorType> |
getOperator()
Gets the value of the operator property.
|
List<String> |
getReference()
Gets the value of the reference property.
|
ShapeCriterionType |
getShape()
Gets the value of the shape property.
|
boolean |
isSetField() |
boolean |
isSetFile() |
boolean |
isSetGroup() |
boolean |
isSetItem() |
boolean |
isSetOperation() |
boolean |
isSetOperator() |
boolean |
isSetReference() |
boolean |
isSetShape() |
void |
setFile(CriterionType value)
Sets the value of the file property.
|
void |
setItem(ItemCriterionType value)
Sets the value of the item property.
|
void |
setOperation(SearchOperationType value)
Sets the value of the operation property.
|
void |
setShape(ShapeCriterionType value)
Sets the value of the shape property.
|
void |
unsetField() |
void |
unsetGroup() |
void |
unsetOperator() |
void |
unsetReference() |
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()
ItemCriterionType
public void setItem(ItemCriterionType value)
value
- allowed object is
ItemCriterionType
public boolean isSetItem()
public ShapeCriterionType getShape()
ShapeCriterionType
public void setShape(ShapeCriterionType value)
value
- allowed object is
ShapeCriterionType
public boolean isSetShape()
public CriterionType getFile()
CriterionType
public void setFile(CriterionType value)
value
- allowed object is
CriterionType
public boolean isSetFile()
public SearchOperationType getOperation()
SearchOperationType
public void setOperation(SearchOperationType value)
value
- allowed object is
SearchOperationType
public boolean isSetOperation()
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
Copyright © 2015. All rights reserved.