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="expiryTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="modified" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/>
</sequence>
<attribute name="isEffective" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isInherited" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="isExpired" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeletionLockType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected String |
entityId |
protected String |
entityType |
protected XMLGregorianCalendar |
expiryTime |
protected String |
id |
protected Boolean |
isEffective |
protected Boolean |
isExpired |
protected Boolean |
isInherited |
protected SimpleMetadataType |
metadata |
protected XMLGregorianCalendar |
modified |
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 |
getEntityId()
Gets the value of the entityId property.
|
String |
getEntityType()
Gets the value of the entityType property.
|
XMLGregorianCalendar |
getExpiryTime()
Gets the value of the expiryTime property.
|
String |
getId()
Gets the value of the id property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
XMLGregorianCalendar |
getModified()
Gets the value of the modified property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isIsEffective()
Gets the value of the isEffective property.
|
boolean |
isIsExpired()
Gets the value of the isExpired property.
|
boolean |
isIsInherited()
Gets the value of the isInherited property.
|
boolean |
isSetEntityId() |
boolean |
isSetEntityType() |
boolean |
isSetExpiryTime() |
boolean |
isSetId() |
boolean |
isSetIsEffective() |
boolean |
isSetIsExpired() |
boolean |
isSetIsInherited() |
boolean |
isSetMetadata() |
boolean |
isSetModified() |
boolean |
isSetUser() |
void |
setEntityId(String value)
Sets the value of the entityId property.
|
void |
setEntityType(String value)
Sets the value of the entityType property.
|
void |
setExpiryTime(XMLGregorianCalendar value)
Sets the value of the expiryTime property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setIsEffective(boolean value)
Sets the value of the isEffective property.
|
void |
setIsExpired(boolean value)
Sets the value of the isExpired property.
|
void |
setIsInherited(boolean value)
Sets the value of the isInherited property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setModified(XMLGregorianCalendar value)
Sets the value of the modified property.
|
void |
setUser(String value)
Sets the value of the user property.
|
void |
unsetIsEffective() |
void |
unsetIsExpired() |
void |
unsetIsInherited() |
DeletionLockType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
DeletionLockType |
withEntityId(String value) |
DeletionLockType |
withEntityType(String value) |
DeletionLockType |
withExpiryTime(XMLGregorianCalendar value) |
DeletionLockType |
withId(String value) |
DeletionLockType |
withIsEffective(boolean value) |
DeletionLockType |
withIsExpired(boolean value) |
DeletionLockType |
withIsInherited(boolean value) |
DeletionLockType |
withMetadata(SimpleMetadataType value) |
DeletionLockType |
withModified(XMLGregorianCalendar value) |
DeletionLockType |
withUser(String value) |
protected String id
protected String user
protected XMLGregorianCalendar expiryTime
protected XMLGregorianCalendar modified
protected String entityType
protected String entityId
protected SimpleMetadataType metadata
protected Boolean isEffective
protected Boolean isInherited
protected Boolean isExpired
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 getExpiryTime()
XMLGregorianCalendarpublic void setExpiryTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetExpiryTime()
public XMLGregorianCalendar getModified()
XMLGregorianCalendarpublic void setModified(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetModified()
public String getEntityType()
Stringpublic void setEntityType(String value)
value - allowed object is
Stringpublic boolean isSetEntityType()
public String getEntityId()
Stringpublic void setEntityId(String value)
value - allowed object is
Stringpublic boolean isSetEntityId()
public SimpleMetadataType getMetadata()
SimpleMetadataTypepublic void setMetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetMetadata()
public boolean isIsEffective()
Booleanpublic void setIsEffective(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsEffective()
public void unsetIsEffective()
public boolean isIsInherited()
Booleanpublic void setIsInherited(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsInherited()
public void unsetIsInherited()
public boolean isIsExpired()
Booleanpublic void setIsExpired(boolean value)
value - allowed object is
Booleanpublic boolean isSetIsExpired()
public void unsetIsExpired()
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 withExpiryTime(XMLGregorianCalendar value)
public DeletionLockType withModified(XMLGregorianCalendar value)
public DeletionLockType withEntityType(String value)
public DeletionLockType withEntityId(String value)
public DeletionLockType withMetadata(SimpleMetadataType value)
public DeletionLockType withIsEffective(boolean value)
public DeletionLockType withIsInherited(boolean value)
public DeletionLockType withIsExpired(boolean 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.