public class SearchFieldType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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> <attribute name="exclusiveMinimum" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="exclusiveMaximum" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </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.PropInfo |
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() |
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.EqualsStrategy strategy) |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
String
public void setName(String value)
value
- allowed object is
String
public 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()
SearchTargetType
public void setTarget(SearchTargetType value)
value
- allowed object is
SearchTargetType
public boolean isSetTarget()
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 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)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public SearchFieldType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.