Package com.vidispine.generated
Class SimpleSearchOperatorType
- java.lang.Object
-
- com.vidispine.generated.SimpleSearchOperatorType
-
- 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 SimpleSearchOperatorType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SimpleSearchOperatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleSearchOperatorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="field" type="{http://xml.vidispine.com/schema/vidispine}SimpleSearchFieldType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="operation" use="required" type="{http://xml.vidispine.com/schema/vidispine}SimpleSearchOperationType" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SimpleSearchOperatorType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<SimpleSearchFieldType>
field
protected SimpleSearchOperationType
operation
-
Constructor Summary
Constructors Constructor Description SimpleSearchOperatorType()
-
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<SimpleSearchFieldType>
getField()
Gets the value of the field property.SimpleSearchOperationType
getOperation()
Gets the value of the operation property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetField()
boolean
isSetOperation()
void
setOperation(SimpleSearchOperationType value)
Sets the value of the operation property.void
unsetField()
SimpleSearchOperatorType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SimpleSearchOperatorType
withField(SimpleSearchFieldType... values)
SimpleSearchOperatorType
withField(Collection<SimpleSearchFieldType> values)
SimpleSearchOperatorType
withOperation(SimpleSearchOperationType value)
-
-
-
Field Detail
-
field
protected List<SimpleSearchFieldType> field
-
operation
protected SimpleSearchOperationType operation
-
-
Method Detail
-
getField
public List<SimpleSearchFieldType> getField()
Gets the value of the field 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 field property.For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
SimpleSearchFieldType
-
isSetField
public boolean isSetField()
-
unsetField
public void unsetField()
-
getOperation
public SimpleSearchOperationType getOperation()
Gets the value of the operation property.- Returns:
- possible object is
SimpleSearchOperationType
-
setOperation
public void setOperation(SimpleSearchOperationType value)
Sets the value of the operation property.- Parameters:
value
- allowed object isSimpleSearchOperationType
-
isSetOperation
public boolean isSetOperation()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withField
public SimpleSearchOperatorType withField(SimpleSearchFieldType... values)
-
withField
public SimpleSearchOperatorType withField(Collection<SimpleSearchFieldType> values)
-
withOperation
public SimpleSearchOperatorType withOperation(SimpleSearchOperationType value)
-
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
-
visit
public SimpleSearchOperatorType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
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
-
-