public class LockType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for LockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LockType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
expires |
protected String |
id |
protected String |
user |
| Constructor and Description |
|---|
LockType() |
| 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() |
XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
String |
getId()
Gets the value of the id property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isSetExpires() |
boolean |
isSetId() |
boolean |
isSetUser() |
void |
setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setUser(String value)
Sets the value of the user property.
|
LockType |
withExpires(XMLGregorianCalendar value) |
LockType |
withId(String value) |
LockType |
withUser(String value) |
protected String id
protected String user
protected XMLGregorianCalendar expires
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public XMLGregorianCalendar getExpires()
XMLGregorianCalendarpublic void setExpires(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetExpires()
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 LockType withExpires(XMLGregorianCalendar value)
Copyright © 2015. All rights reserved.