Package com.vidispine.generated
Class CollectionCriterionType
java.lang.Object
com.vidispine.generated.CriterionType
com.vidispine.generated.CollectionCriterionType
- 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 CollectionCriterionType
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 CollectionCriterionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CollectionCriterionType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}CriterionType">
<sequence>
<element name="collection" type="{http://xml.vidispine.com/schema/vidispine}CollectionCriterionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="item" type="{http://xml.vidispine.com/schema/vidispine}ItemCriterionType" minOccurs="0"/>
</sequence>
<attribute name="relation" type="{http://xml.vidispine.com/schema/vidispine}RelationType" />
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CollectionCriterionType>protected ItemCriterionTypeprotected RelationTypeFields 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) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the collection property.getItem()Gets the value of the item property.Gets the value of the relation property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanvoidsetItem(ItemCriterionType value) Sets the value of the item property.voidsetRelation(RelationType value) Sets the value of the relation property.toString()voidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAcl(SearchAclType value) Sets the value of the acl property.withCollection(CollectionCriterionType... values) Adds objects to the list of Collection using add methodAdds objects to the list of Collection using addAll methodwithField(SearchFieldType... values) Adds objects to the list of Field using add methodwithField(Collection<SearchFieldType> values) Adds objects to the list of Field using addAll methodwithGroup(SearchGroupType... values) Adds objects to the list of Group using add methodwithGroup(Collection<SearchGroupType> values) Adds objects to the list of Group using addAll methodwithItem(ItemCriterionType value) Sets the value of the item property.withOperator(SearchOperatorType value) Sets the value of the operator property.withRelation(RelationType value) Sets the value of the relation property.Methods inherited from class com.vidispine.generated.CriterionType
getAcl, getField, getGroup, getOperator, isSetAcl, isSetField, isSetGroup, isSetOperator, setAcl, setOperator, unsetField, unsetGroup
-
Field Details
-
collection
-
item
-
relation
-
-
Constructor Details
-
CollectionCriterionType
public CollectionCriterionType()
-
-
Method Details
-
getCollection
Gets the value of the collection property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the collection property.For example, to add a new item, do as follows:
getCollection().add(newItem);
Objects of the following type(s) are allowed in the list
CollectionCriterionType- Returns:
- The value of the collection property.
-
isSetCollection
public boolean isSetCollection() -
unsetCollection
public void unsetCollection() -
getItem
Gets the value of the item property.- Returns:
- possible object is
ItemCriterionType
-
setItem
Sets the value of the item property.- Parameters:
value- allowed object isItemCriterionType
-
isSetItem
public boolean isSetItem() -
getRelation
Gets the value of the relation property.- Returns:
- possible object is
RelationType
-
setRelation
Sets the value of the relation property.- Parameters:
value- allowed object isRelationType
-
isSetRelation
public boolean isSetRelation() -
clone
- Overrides:
clonein classCriterionType
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classCriterionType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classCriterionType
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classCriterionType
-
withCollection
Adds objects to the list of Collection using add method- Parameters:
values- objects to add to the list Collection- Returns:
- The class instance
-
withCollection
Adds objects to the list of Collection using addAll method- Parameters:
values- objects to add to the list Collection- Returns:
- The class instance
-
withItem
Sets the value of the item property.- Parameters:
value- allowed object isItemCriterionType- Returns:
- The class instance
-
withRelation
Sets the value of the relation property.- Parameters:
value- allowed object isRelationType- Returns:
- The class instance
-
withField
Adds objects to the list of Field using add method- Overrides:
withFieldin 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:
withFieldin 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:
withGroupin 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:
withGroupin classCriterionType- Parameters:
values- objects to add to the list Group- Returns:
- The class instance
-
withAcl
Sets the value of the acl property.- Overrides:
withAclin classCriterionType- Parameters:
value- allowed object isSearchAclType- Returns:
- The class instance
-
withOperator
Sets the value of the operator property.- Overrides:
withOperatorin 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:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classCriterionType
-
equals
- Overrides:
equalsin classCriterionType
-
visit
- Overrides:
visitin classCriterionType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classCriterionType
-
hashCode
public int hashCode()- Overrides:
hashCodein classCriterionType
-
toString
- Overrides:
toStringin classCriterionType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classCriterionType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classCriterionType
-