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.
|
protected String id
protected String user
protected XMLGregorianCalendar expires
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public XMLGregorianCalendar getExpires()
XMLGregorianCalendar
public void setExpires(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetExpires()
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.