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.
|
SearchHistoryType |
withQuery(ItemSearchType value) |
SearchHistoryType |
withTimestamp(XMLGregorianCalendar value) |
SearchHistoryType |
withUser(String value) |
protected XMLGregorianCalendar timestamp
protected String user
protected ItemSearchType query
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetTimestamp()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public ItemSearchType getQuery()
ItemSearchTypepublic void setQuery(ItemSearchType value)
value - allowed object is
ItemSearchTypepublic boolean isSetQuery()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic SearchHistoryType withTimestamp(XMLGregorianCalendar value)
public SearchHistoryType withUser(String value)
public SearchHistoryType withQuery(ItemSearchType value)
Copyright © 2015. All rights reserved.