public static class SearchFieldType.Range extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
Modifier and Type | Class and Description |
---|---|
static class |
SearchFieldType.Range.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected Boolean |
exclusiveMaximum |
protected Boolean |
exclusiveMinimum |
protected List<ItemSearchValueType> |
value |
Constructor and Description |
---|
Range() |
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<ItemSearchValueType> |
getValue()
Gets the value of the value property.
|
boolean |
isExclusiveMaximum()
Gets the value of the exclusiveMaximum property.
|
boolean |
isExclusiveMinimum()
Gets the value of the exclusiveMinimum property.
|
boolean |
isSetExclusiveMaximum() |
boolean |
isSetExclusiveMinimum() |
boolean |
isSetValue() |
void |
setExclusiveMaximum(boolean value)
Sets the value of the exclusiveMaximum property.
|
void |
setExclusiveMinimum(boolean value)
Sets the value of the exclusiveMinimum property.
|
void |
unsetExclusiveMaximum() |
void |
unsetExclusiveMinimum() |
void |
unsetValue() |
SearchFieldType.Range |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SearchFieldType.Range |
withExclusiveMaximum(boolean value) |
SearchFieldType.Range |
withExclusiveMinimum(boolean value) |
SearchFieldType.Range |
withValue(Collection<ItemSearchValueType> values) |
SearchFieldType.Range |
withValue(ItemSearchValueType... values) |
protected List<ItemSearchValueType> value
protected Boolean exclusiveMinimum
protected Boolean exclusiveMaximum
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 boolean isExclusiveMinimum()
Boolean
public void setExclusiveMinimum(boolean value)
value
- allowed object is
Boolean
public boolean isSetExclusiveMinimum()
public void unsetExclusiveMinimum()
public boolean isExclusiveMaximum()
Boolean
public void setExclusiveMaximum(boolean value)
value
- allowed object is
Boolean
public boolean isSetExclusiveMaximum()
public void unsetExclusiveMaximum()
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.Range withValue(ItemSearchValueType... values)
public SearchFieldType.Range withValue(Collection<ItemSearchValueType> values)
public SearchFieldType.Range withExclusiveMinimum(boolean value)
public SearchFieldType.Range withExclusiveMaximum(boolean value)
public SearchFieldType.Range visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.