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 | Field and Description |
|---|---|
protected CriterionType |
file |
protected ShapeCriterionType |
shape |
field, group, operator| Constructor and Description |
|---|
ItemCriterionType() |
| 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() |
CriterionType |
getFile()
Gets the value of the file property.
|
ShapeCriterionType |
getShape()
Gets the value of the shape property.
|
boolean |
isSetFile() |
boolean |
isSetShape() |
void |
setFile(CriterionType value)
Sets the value of the file property.
|
void |
setShape(ShapeCriterionType value)
Sets the value of the shape property.
|
ItemCriterionType |
withField(Collection<SearchFieldType> values) |
ItemCriterionType |
withField(SearchFieldType... values) |
ItemCriterionType |
withFile(CriterionType value) |
ItemCriterionType |
withGroup(Collection<SearchGroupType> values) |
ItemCriterionType |
withGroup(SearchGroupType... values) |
ItemCriterionType |
withOperator(SearchOperatorType value) |
ItemCriterionType |
withShape(ShapeCriterionType value) |
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 CriterionTypeCopyright © 2015. All rights reserved.