public class SearchHistoryType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected ItemSearchType |
query |
protected XMLGregorianCalendar |
timestamp |
protected String |
user |
Constructor and Description |
---|
SearchHistoryType() |
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() |
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.
|
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.
|
protected XMLGregorianCalendar timestamp
protected String user
protected ItemSearchType query
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendar
public void setTimestamp(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetTimestamp()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public ItemSearchType getQuery()
ItemSearchType
public void setQuery(ItemSearchType value)
value
- allowed object is
ItemSearchType
public boolean isSetQuery()
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
Copyright © 2015. All rights reserved.