public class SearchGroupType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SearchGroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchGroupType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="operator" type="{http://xml.vidispine.com/schema/vidispine}SearchOperatorType" minOccurs="0"/> <choice> <sequence> <element name="field" type="{http://xml.vidispine.com/schema/vidispine}SearchFieldType" maxOccurs="unbounded" minOccurs="0"/> <element name="group" type="{http://xml.vidispine.com/schema/vidispine}SearchGroupType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <sequence> <element name="reference" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </choice> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SearchGroupType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<SearchFieldType> |
field |
protected List<SearchGroupType> |
group |
protected String |
name |
protected SearchOperatorType |
operator |
protected String |
reference |
Constructor and Description |
---|
SearchGroupType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<SearchFieldType> |
getField()
Gets the value of the field property.
|
List<SearchGroupType> |
getGroup()
Gets the value of the group property.
|
String |
getName()
Gets the value of the name property.
|
SearchOperatorType |
getOperator()
Gets the value of the operator property.
|
String |
getReference()
Gets the value of the reference property.
|
boolean |
isSetField() |
boolean |
isSetGroup() |
boolean |
isSetName() |
boolean |
isSetOperator() |
boolean |
isSetReference() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setOperator(SearchOperatorType value)
Sets the value of the operator property.
|
void |
setReference(String value)
Sets the value of the reference property.
|
void |
unsetField() |
void |
unsetGroup() |
SearchGroupType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SearchGroupType |
withField(Collection<SearchFieldType> values) |
SearchGroupType |
withField(SearchFieldType... values) |
SearchGroupType |
withGroup(Collection<SearchGroupType> values) |
SearchGroupType |
withGroup(SearchGroupType... values) |
SearchGroupType |
withName(String value) |
SearchGroupType |
withOperator(SearchOperatorType value) |
SearchGroupType |
withReference(String value) |
protected String name
protected SearchOperatorType operator
protected List<SearchFieldType> field
protected List<SearchGroupType> group
protected String reference
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isSetName()
public SearchOperatorType getOperator()
SearchOperatorType
public void setOperator(SearchOperatorType value)
value
- allowed object is
SearchOperatorType
public boolean isSetOperator()
public List<SearchFieldType> getField()
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
SearchFieldType
public boolean isSetField()
public void unsetField()
public List<SearchGroupType> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
SearchGroupType
public boolean isSetGroup()
public void unsetGroup()
public String getReference()
String
public void setReference(String value)
value
- allowed object is
String
public boolean isSetReference()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public SearchGroupType withName(String value)
public SearchGroupType withOperator(SearchOperatorType value)
public SearchGroupType withField(SearchFieldType... values)
public SearchGroupType withField(Collection<SearchFieldType> values)
public SearchGroupType withGroup(SearchGroupType... values)
public SearchGroupType withGroup(Collection<SearchGroupType> values)
public SearchGroupType withReference(String value)
public SearchGroupType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.