public class ShapeCriterionType extends CriterionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for ShapeCriterionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeCriterionType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}CriterionType"> <sequence> <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 |
ShapeCriterionType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected CriterionType |
file |
field, group, operator
Constructor and Description |
---|
ShapeCriterionType() |
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() |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
CriterionType |
getFile()
Gets the value of the file property.
|
boolean |
isSetFile() |
void |
setFile(CriterionType value)
Sets the value of the file property.
|
ShapeCriterionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ShapeCriterionType |
withField(Collection<SearchFieldType> values) |
ShapeCriterionType |
withField(SearchFieldType... values) |
ShapeCriterionType |
withFile(CriterionType value) |
ShapeCriterionType |
withGroup(Collection<SearchGroupType> values) |
ShapeCriterionType |
withGroup(SearchGroupType... values) |
ShapeCriterionType |
withOperator(SearchOperatorType value) |
getField, getGroup, getOperator, isSetField, isSetGroup, isSetOperator, setOperator, unsetField, unsetGroup
protected CriterionType file
public CriterionType getFile()
CriterionType
public void setFile(CriterionType value)
value
- allowed object is
CriterionType
public boolean isSetFile()
public Object clone()
clone
in class CriterionType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class CriterionType
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
copyTo
in class CriterionType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class CriterionType
public ShapeCriterionType withFile(CriterionType value)
public ShapeCriterionType withField(SearchFieldType... values)
withField
in class CriterionType
public ShapeCriterionType withField(Collection<SearchFieldType> values)
withField
in class CriterionType
public ShapeCriterionType withGroup(SearchGroupType... values)
withGroup
in class CriterionType
public ShapeCriterionType withGroup(Collection<SearchGroupType> values)
withGroup
in class CriterionType
public ShapeCriterionType withOperator(SearchOperatorType value)
withOperator
in class CriterionType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
equals
in class CriterionType
public boolean equals(Object object)
equals
in class CriterionType
public ShapeCriterionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
visit
in class CriterionType
Copyright © 2018. All rights reserved.