public class ItemCriterionType extends CriterionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ItemCriterionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemCriterionType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}CriterionType">
<sequence>
<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>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemCriterionType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected CriterionType |
file |
protected ShapeCriterionType |
shape |
field, group, operator| Constructor and Description |
|---|
ItemCriterionType() |
getField, getGroup, getOperator, isSetField, isSetGroup, isSetOperator, setOperator, unsetField, unsetGroupprotected ShapeCriterionType shape
protected CriterionType file
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 Object clone()
clone in class CriterionTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class CriterionTypepublic 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.CopyTocopyTo in class CriterionTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class CriterionTypepublic ItemCriterionType withShape(ShapeCriterionType value)
public ItemCriterionType withFile(CriterionType value)
public ItemCriterionType withField(SearchFieldType... values)
withField in class CriterionTypepublic ItemCriterionType withField(Collection<SearchFieldType> values)
withField in class CriterionTypepublic ItemCriterionType withGroup(SearchGroupType... values)
withGroup in class CriterionTypepublic ItemCriterionType withGroup(Collection<SearchGroupType> values)
withGroup in class CriterionTypepublic ItemCriterionType withOperator(SearchOperatorType value)
withOperator in class CriterionTypepublic ItemCriterionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit in class CriterionTypeCopyright © 2017. All rights reserved.