public class SearchFieldType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for SearchFieldType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchFieldType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="value" type="{http://xml.vidispine.com/schema/vidispine}ItemSearchValueType" maxOccurs="unbounded" minOccurs="0"/>
<element name="range" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://xml.vidispine.com/schema/vidispine}ItemSearchValueType" maxOccurs="2" minOccurs="2"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="target" type="{http://xml.vidispine.com/schema/vidispine}SearchTargetType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchFieldType.Range
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected List<SearchFieldType.Range> |
range |
protected SearchTargetType |
target |
protected List<ItemSearchValueType> |
value |
| Constructor and Description |
|---|
SearchFieldType() |
| 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() |
String |
getName()
Gets the value of the name property.
|
List<SearchFieldType.Range> |
getRange()
Gets the value of the range property.
|
SearchTargetType |
getTarget()
Gets the value of the target property.
|
List<ItemSearchValueType> |
getValue()
Gets the value of the value property.
|
boolean |
isSetName() |
boolean |
isSetRange() |
boolean |
isSetTarget() |
boolean |
isSetValue() |
void |
setName(String value)
Sets the value of the name property.
|
void |
setTarget(SearchTargetType value)
Sets the value of the target property.
|
void |
unsetRange() |
void |
unsetValue() |
SearchFieldType |
withName(String value) |
SearchFieldType |
withRange(Collection<SearchFieldType.Range> values) |
SearchFieldType |
withRange(SearchFieldType.Range... values) |
SearchFieldType |
withTarget(SearchTargetType value) |
SearchFieldType |
withValue(Collection<ItemSearchValueType> values) |
SearchFieldType |
withValue(ItemSearchValueType... values) |
protected String name
protected List<ItemSearchValueType> value
protected List<SearchFieldType.Range> range
protected SearchTargetType target
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public List<ItemSearchValueType> getValue()
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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
ItemSearchValueType
public boolean isSetValue()
public void unsetValue()
public List<SearchFieldType.Range> getRange()
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 range property.
For example, to add a new item, do as follows:
getRange().add(newItem);
Objects of the following type(s) are allowed in the list
SearchFieldType.Range
public boolean isSetRange()
public void unsetRange()
public SearchTargetType getTarget()
SearchTargetTypepublic void setTarget(SearchTargetType value)
value - allowed object is
SearchTargetTypepublic boolean isSetTarget()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SearchFieldType withName(String value)
public SearchFieldType withValue(ItemSearchValueType... values)
public SearchFieldType withValue(Collection<ItemSearchValueType> values)
public SearchFieldType withRange(SearchFieldType.Range... values)
public SearchFieldType withRange(Collection<SearchFieldType.Range> values)
public SearchFieldType withTarget(SearchTargetType value)
Copyright © 2015. All rights reserved.