public class DeletionLockType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for DeletionLockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeletionLockType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expires" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="module" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
<element name="parentEntityId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeletionLockType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityType |
protected XMLGregorianCalendar |
expires |
protected String |
id |
protected SimpleMetadataType |
metadata |
protected String |
module |
protected String |
parentEntityId |
protected String |
user |
| Constructor and Description |
|---|
DeletionLockType() |
| 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() |
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.EqualsStrategy strategy) |
String |
getEntityType()
Gets the value of the entityType property.
|
XMLGregorianCalendar |
getExpires()
Gets the value of the expires property.
|
String |
getId()
Gets the value of the id property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
String |
getModule()
Gets the value of the module property.
|
String |
getParentEntityId()
Gets the value of the parentEntityId property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isSetEntityType() |
boolean |
isSetExpires() |
boolean |
isSetId() |
boolean |
isSetMetadata() |
boolean |
isSetModule() |
boolean |
isSetParentEntityId() |
boolean |
isSetUser() |
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setModule(String value)
Sets the value of the module property.
|
void |
setParentEntityId(String value)
Sets the value of the parentEntityId property.
|
void |
setUser(String value)
Sets the value of the user property.
|
DeletionLockType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
DeletionLockType |
withEntityType(String value) |
DeletionLockType |
withExpires(XMLGregorianCalendar value) |
DeletionLockType |
withId(String value) |
DeletionLockType |
withMetadata(SimpleMetadataType value) |
DeletionLockType |
withModule(String value) |
DeletionLockType |
withParentEntityId(String value) |
DeletionLockType |
withUser(String value) |
protected String id
protected String user
protected XMLGregorianCalendar expires
protected String module
protected SimpleMetadataType metadata
protected String parentEntityId
protected String entityType
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 String getModule()
Stringpublic void setModule(String value)
value - allowed object is
Stringpublic boolean isSetModule()
public SimpleMetadataType getMetadata()
SimpleMetadataTypepublic void setMetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetMetadata()
public String getParentEntityId()
Stringpublic void setParentEntityId(String value)
value - allowed object is
Stringpublic boolean isSetParentEntityId()
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic boolean isSetEntityType()
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 DeletionLockType withId(String value)
public DeletionLockType withUser(String value)
public DeletionLockType withExpires(XMLGregorianCalendar value)
public DeletionLockType withModule(String value)
public DeletionLockType withMetadata(SimpleMetadataType value)
public DeletionLockType withParentEntityId(String value)
public DeletionLockType withEntityType(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic DeletionLockType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.