Package com.vidispine.generated
Class SearchTimespanType
java.lang.Object
com.vidispine.generated.SearchTimespanType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class SearchTimespanType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
Java class for SearchTimespanType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchTimespanType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="timespans" type="{http://xml.vidispine.com/schema/vidispine}TimespanType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="operation" use="required" type="{http://xml.vidispine.com/schema/vidispine}SearchOperationType" />
<attribute name="applyText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected SearchOperationType
protected List<TimespanType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the operation property.Gets the value of the timespans property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
Gets the value of the applyText property.boolean
boolean
boolean
void
setApplyText
(boolean value) Sets the value of the applyText property.void
setOperation
(SearchOperationType value) Sets the value of the operation property.toString()
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withApplyText
(boolean value) Sets the value of the applyText property.withOperation
(SearchOperationType value) Sets the value of the operation property.withTimespans
(TimespanType... values) Adds objects to the list of Timespans using add methodwithTimespans
(Collection<TimespanType> values) Adds objects to the list of Timespans using addAll method
-
Field Details
-
timespans
-
operation
-
applyText
-
-
Constructor Details
-
SearchTimespanType
public SearchTimespanType()
-
-
Method Details
-
getTimespans
Gets the value of the timespans 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 timespans property.For example, to add a new item, do as follows:
getTimespans().add(newItem);
Objects of the following type(s) are allowed in the list
TimespanType
- Returns:
- The value of the timespans property.
-
isSetTimespans
public boolean isSetTimespans() -
unsetTimespans
public void unsetTimespans() -
getOperation
Gets the value of the operation property.- Returns:
- possible object is
SearchOperationType
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isSearchOperationType
-
isSetOperation
public boolean isSetOperation() -
isApplyText
public boolean isApplyText()Gets the value of the applyText property.- Returns:
- possible object is
Boolean
-
setApplyText
public void setApplyText(boolean value) Sets the value of the applyText property.- Parameters:
value
- allowed object isBoolean
-
isSetApplyText
public boolean isSetApplyText() -
unsetApplyText
public void unsetApplyText() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withTimespans
Adds objects to the list of Timespans using add method- Parameters:
values
- objects to add to the list Timespans- Returns:
- The class instance
-
withTimespans
Adds objects to the list of Timespans using addAll method- Parameters:
values
- objects to add to the list Timespans- Returns:
- The class instance
-
withOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isSearchOperationType
- Returns:
- The class instance
-
withApplyText
Sets the value of the applyText property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-