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 ItemCriterionType
protected RelationType
Fields 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) Gets the value of the collection property.getItem()
Gets the value of the item property.Gets the value of the relation property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
void
setItem
(ItemCriterionType value) Sets the value of the item property.void
setRelation
(RelationType value) Sets the value of the relation property.toString()
void
visit
(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
set
method 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:
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
-
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:
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
-