Package com.vidispine.generated
Class ShapeCriterionType
java.lang.Object
com.vidispine.generated.CriterionType
com.vidispine.generated.ShapeCriterionType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class ShapeCriterionType
extends CriterionType
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.CriterionType
acl, field, group, operator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getFile()
Gets the value of the file property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
void
setFile
(CriterionType value) Sets the value of the file property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAcl
(SearchAclType value) Sets the value of the acl property.withField
(SearchFieldType... values) Adds objects to the list of Field using add methodwithField
(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodwithFile
(CriterionType value) Sets the value of the file property.withGroup
(SearchGroupType... values) Adds objects to the list of Group using add methodwithGroup
(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodwithOperator
(SearchOperatorType value) Sets the value of the operator property.Methods inherited from class com.vidispine.generated.CriterionType
getAcl, getField, getGroup, getOperator, isSetAcl, isSetField, isSetGroup, isSetOperator, setAcl, setOperator, unsetField, unsetGroup
-
Field Details
-
file
-
-
Constructor Details
-
ShapeCriterionType
public ShapeCriterionType()
-
-
Method Details
-
getFile
Gets the value of the file property.- Returns:
- possible object is
CriterionType
-
setFile
Sets the value of the file property.- Parameters:
value
- allowed object isCriterionType
-
isSetFile
public boolean isSetFile() -
clone
- Overrides:
clone
in classCriterionType
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classCriterionType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
copyTo
in classCriterionType
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
- Overrides:
createNewInstance
in classCriterionType
-
withFile
Sets the value of the file property.- Parameters:
value
- allowed object isCriterionType
- Returns:
- The class instance
-
withField
Adds objects to the list of Field using add method- Overrides:
withField
in classCriterionType
- Parameters:
values
- objects to add to the list Field- Returns:
- The class instance
-
withField
Adds objects to the list of Field using addAll method- Overrides:
withField
in classCriterionType
- Parameters:
values
- objects to add to the list Field- Returns:
- The class instance
-
withGroup
Adds objects to the list of Group using add method- Overrides:
withGroup
in classCriterionType
- Parameters:
values
- objects to add to the list Group- Returns:
- The class instance
-
withGroup
Adds objects to the list of Group using addAll method- Overrides:
withGroup
in classCriterionType
- Parameters:
values
- objects to add to the list Group- Returns:
- The class instance
-
withAcl
Sets the value of the acl property.- Overrides:
withAcl
in classCriterionType
- Parameters:
value
- allowed object isSearchAclType
- Returns:
- The class instance
-
withOperator
Sets the value of the operator property.- Overrides:
withOperator
in classCriterionType
- Parameters:
value
- allowed object isSearchOperatorType
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
- Overrides:
equals
in classCriterionType
-
equals
- Overrides:
equals
in classCriterionType
-
visit
- Overrides:
visit
in classCriterionType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
- Overrides:
hashCode
in classCriterionType
-
hashCode
public int hashCode()- Overrides:
hashCode
in classCriterionType
-
toString
- Overrides:
toString
in classCriterionType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
append
in classCriterionType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
- Overrides:
appendFields
in classCriterionType
-