public class ShapeCriterionType extends CriterionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | 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() |
CriterionType |
getFile()
Gets the value of the file property.
|
boolean |
isSetFile() |
void |
setFile(CriterionType value)
Sets the value of the file property.
|
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
Copyright © 2015. All rights reserved.