Package com.vidispine.generated
Class SearchHistoryType
- java.lang.Object
-
- com.vidispine.generated.SearchHistoryType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class SearchHistoryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for SearchHistoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchHistoryType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="query" type="{http://xml.vidispine.com/schema/vidispine}ItemSearchType"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SearchHistoryType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected ItemSearchType
query
protected XMLGregorianCalendar
timestamp
protected String
user
-
Constructor Summary
Constructors Constructor Description SearchHistoryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
ItemSearchType
getQuery()
Gets the value of the query property.XMLGregorianCalendar
getTimestamp()
Gets the value of the timestamp property.String
getUser()
Gets the value of the user property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetQuery()
boolean
isSetTimestamp()
boolean
isSetUser()
void
setQuery(ItemSearchType value)
Sets the value of the query property.void
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.void
setUser(String value)
Sets the value of the user property.SearchHistoryType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SearchHistoryType
withQuery(ItemSearchType value)
SearchHistoryType
withTimestamp(XMLGregorianCalendar value)
SearchHistoryType
withUser(String value)
-
-
-
Field Detail
-
timestamp
protected XMLGregorianCalendar timestamp
-
user
protected String user
-
query
protected ItemSearchType query
-
-
Method Detail
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp()
-
getUser
public String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(String value)
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
isSetUser
public boolean isSetUser()
-
getQuery
public ItemSearchType getQuery()
Gets the value of the query property.- Returns:
- possible object is
ItemSearchType
-
setQuery
public void setQuery(ItemSearchType value)
Sets the value of the query property.- Parameters:
value
- allowed object isItemSearchType
-
isSetQuery
public boolean isSetQuery()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withTimestamp
public SearchHistoryType withTimestamp(XMLGregorianCalendar value)
-
withUser
public SearchHistoryType withUser(String value)
-
withQuery
public SearchHistoryType withQuery(ItemSearchType value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public SearchHistoryType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-