Package com.vidispine.generated
Class CollectionCriterionType
- java.lang.Object
-
- com.vidispine.generated.CriterionType
-
- com.vidispine.generated.CollectionCriterionType
-
- 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 CollectionCriterionType 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 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CollectionCriterionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<CollectionCriterionType>
collection
protected ItemCriterionType
item
protected RelationType
relation
-
Fields inherited from class com.vidispine.generated.CriterionType
field, group, operator
-
-
Constructor Summary
Constructors Constructor Description CollectionCriterionType()
-
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)
List<CollectionCriterionType>
getCollection()
Gets the value of the collection property.ItemCriterionType
getItem()
Gets the value of the item property.RelationType
getRelation()
Gets the value of the relation property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetCollection()
boolean
isSetItem()
boolean
isSetRelation()
void
setItem(ItemCriterionType value)
Sets the value of the item property.void
setRelation(RelationType value)
Sets the value of the relation property.void
unsetCollection()
CollectionCriterionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
CollectionCriterionType
withCollection(CollectionCriterionType... values)
CollectionCriterionType
withCollection(Collection<CollectionCriterionType> values)
CollectionCriterionType
withField(SearchFieldType... values)
CollectionCriterionType
withField(Collection<SearchFieldType> values)
CollectionCriterionType
withGroup(SearchGroupType... values)
CollectionCriterionType
withGroup(Collection<SearchGroupType> values)
CollectionCriterionType
withItem(ItemCriterionType value)
CollectionCriterionType
withOperator(SearchOperatorType value)
CollectionCriterionType
withRelation(RelationType value)
-
Methods inherited from class com.vidispine.generated.CriterionType
getField, getGroup, getOperator, isSetField, isSetGroup, isSetOperator, setOperator, unsetField, unsetGroup
-
-
-
-
Field Detail
-
collection
protected List<CollectionCriterionType> collection
-
item
protected ItemCriterionType item
-
relation
protected RelationType relation
-
-
Method Detail
-
getCollection
public List<CollectionCriterionType> 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
-
isSetCollection
public boolean isSetCollection()
-
unsetCollection
public void unsetCollection()
-
getItem
public ItemCriterionType getItem()
Gets the value of the item property.- Returns:
- possible object is
ItemCriterionType
-
setItem
public void setItem(ItemCriterionType value)
Sets the value of the item property.- Parameters:
value
- allowed object isItemCriterionType
-
isSetItem
public boolean isSetItem()
-
getRelation
public RelationType getRelation()
Gets the value of the relation property.- Returns:
- possible object is
RelationType
-
setRelation
public void setRelation(RelationType value)
Sets the value of the relation property.- Parameters:
value
- allowed object isRelationType
-
isSetRelation
public boolean isSetRelation()
-
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
-
withCollection
public CollectionCriterionType withCollection(CollectionCriterionType... values)
-
withCollection
public CollectionCriterionType withCollection(Collection<CollectionCriterionType> values)
-
withItem
public CollectionCriterionType withItem(ItemCriterionType value)
-
withRelation
public CollectionCriterionType withRelation(RelationType value)
-
withField
public CollectionCriterionType withField(SearchFieldType... values)
- Overrides:
withField
in classCriterionType
-
withField
public CollectionCriterionType withField(Collection<SearchFieldType> values)
- Overrides:
withField
in classCriterionType
-
withGroup
public CollectionCriterionType withGroup(SearchGroupType... values)
- Overrides:
withGroup
in classCriterionType
-
withGroup
public CollectionCriterionType withGroup(Collection<SearchGroupType> values)
- Overrides:
withGroup
in classCriterionType
-
withOperator
public CollectionCriterionType 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 CollectionCriterionType 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
-
-