Package com.vidispine.generated
Class DeletionLockType
- java.lang.Object
-
- com.vidispine.generated.DeletionLockType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class DeletionLockType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeletionLockType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description DeletionLockType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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)
-
-
-
Field Detail
-
id
protected String id
-
user
protected String user
-
expiryTime
protected XMLGregorianCalendar expiryTime
-
modified
protected XMLGregorianCalendar modified
-
entityType
protected String entityType
-
entityId
protected String entityId
-
metadata
protected SimpleMetadataType metadata
-
isEffective
protected Boolean isEffective
-
isInherited
protected Boolean isInherited
-
isExpired
protected Boolean isExpired
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getUser
public String getUser()
Gets the value of the user property.- Returns:
- possible object is
String
-
setUser
public void setUser(String value)
Sets the value of the user property.- Parameters:
value
- allowed object isString
-
isSetUser
public boolean isSetUser()
-
getExpiryTime
public XMLGregorianCalendar getExpiryTime()
Gets the value of the expiryTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpiryTime
public void setExpiryTime(XMLGregorianCalendar value)
Sets the value of the expiryTime property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetExpiryTime
public boolean isSetExpiryTime()
-
getModified
public XMLGregorianCalendar getModified()
Gets the value of the modified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModified
public void setModified(XMLGregorianCalendar value)
Sets the value of the modified property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetModified
public boolean isSetModified()
-
getEntityType
public String getEntityType()
Gets the value of the entityType property.- Returns:
- possible object is
String
-
setEntityType
public void setEntityType(String value)
Sets the value of the entityType property.- Parameters:
value
- allowed object isString
-
isSetEntityType
public boolean isSetEntityType()
-
getEntityId
public String getEntityId()
Gets the value of the entityId property.- Returns:
- possible object is
String
-
setEntityId
public void setEntityId(String value)
Sets the value of the entityId property.- Parameters:
value
- allowed object isString
-
isSetEntityId
public boolean isSetEntityId()
-
getMetadata
public SimpleMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
public void setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
isIsEffective
public boolean isIsEffective()
Gets the value of the isEffective property.- Returns:
- possible object is
Boolean
-
setIsEffective
public void setIsEffective(boolean value)
Sets the value of the isEffective property.- Parameters:
value
- allowed object isBoolean
-
isSetIsEffective
public boolean isSetIsEffective()
-
unsetIsEffective
public void unsetIsEffective()
-
isIsInherited
public boolean isIsInherited()
Gets the value of the isInherited property.- Returns:
- possible object is
Boolean
-
setIsInherited
public void setIsInherited(boolean value)
Sets the value of the isInherited property.- Parameters:
value
- allowed object isBoolean
-
isSetIsInherited
public boolean isSetIsInherited()
-
unsetIsInherited
public void unsetIsInherited()
-
isIsExpired
public boolean isIsExpired()
Gets the value of the isExpired property.- Returns:
- possible object is
Boolean
-
setIsExpired
public void setIsExpired(boolean value)
Sets the value of the isExpired property.- Parameters:
value
- allowed object isBoolean
-
isSetIsExpired
public boolean isSetIsExpired()
-
unsetIsExpired
public void unsetIsExpired()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withId
public DeletionLockType withId(String value)
-
withUser
public DeletionLockType withUser(String value)
-
withExpiryTime
public DeletionLockType withExpiryTime(XMLGregorianCalendar value)
-
withModified
public DeletionLockType withModified(XMLGregorianCalendar value)
-
withEntityType
public DeletionLockType withEntityType(String value)
-
withEntityId
public DeletionLockType withEntityId(String value)
-
withMetadata
public DeletionLockType withMetadata(SimpleMetadataType value)
-
withIsEffective
public DeletionLockType withIsEffective(boolean value)
-
withIsInherited
public DeletionLockType withIsInherited(boolean value)
-
withIsExpired
public DeletionLockType withIsExpired(boolean value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public DeletionLockType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-