Package com.vidispine.generated
Class ItemCriterionType
- java.lang.Object
-
- com.vidispine.generated.CriterionType
-
- com.vidispine.generated.ItemCriterionType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ItemCriterionType extends CriterionType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ItemCriterionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected CriterionType
file
protected ShapeCriterionType
shape
-
Fields inherited from class com.vidispine.generated.CriterionType
field, group, operator
-
-
Constructor Summary
Constructors Constructor Description ItemCriterionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
CriterionType
getFile()
Gets the value of the file property.ShapeCriterionType
getShape()
Gets the value of the shape property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ItemCriterionType
withField(SearchFieldType... values)
ItemCriterionType
withField(Collection<SearchFieldType> values)
ItemCriterionType
withFile(CriterionType value)
ItemCriterionType
withGroup(SearchGroupType... values)
ItemCriterionType
withGroup(Collection<SearchGroupType> values)
ItemCriterionType
withOperator(SearchOperatorType value)
ItemCriterionType
withShape(ShapeCriterionType value)
-
Methods inherited from class com.vidispine.generated.CriterionType
getField, getGroup, getOperator, isSetField, isSetGroup, isSetOperator, setOperator, unsetField, unsetGroup
-
-
-
-
Field Detail
-
shape
protected ShapeCriterionType shape
-
file
protected CriterionType file
-
-
Method Detail
-
getShape
public ShapeCriterionType getShape()
Gets the value of the shape property.- Returns:
- possible object is
ShapeCriterionType
-
setShape
public void setShape(ShapeCriterionType value)
Sets the value of the shape property.- Parameters:
value
- allowed object isShapeCriterionType
-
isSetShape
public boolean isSetShape()
-
getFile
public CriterionType getFile()
Gets the value of the file property.- Returns:
- possible object is
CriterionType
-
setFile
public void setFile(CriterionType value)
Sets the value of the file property.- Parameters:
value
- allowed object isCriterionType
-
isSetFile
public boolean isSetFile()
-
clone
public Object clone()
- Overrides:
clone
in classCriterionType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classCriterionType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classCriterionType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classCriterionType
-
withShape
public ItemCriterionType withShape(ShapeCriterionType value)
-
withFile
public ItemCriterionType withFile(CriterionType value)
-
withField
public ItemCriterionType withField(SearchFieldType... values)
- Overrides:
withField
in classCriterionType
-
withField
public ItemCriterionType withField(Collection<SearchFieldType> values)
- Overrides:
withField
in classCriterionType
-
withGroup
public ItemCriterionType withGroup(SearchGroupType... values)
- Overrides:
withGroup
in classCriterionType
-
withGroup
public ItemCriterionType withGroup(Collection<SearchGroupType> values)
- Overrides:
withGroup
in classCriterionType
-
withOperator
public ItemCriterionType withOperator(SearchOperatorType value)
- Overrides:
withOperator
in classCriterionType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classCriterionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classCriterionType
-
visit
public ItemCriterionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classCriterionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classCriterionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCriterionType
-
-