Package com.vidispine.generated
Class MetadataLockType
- java.lang.Object
-
- com.vidispine.generated.MetadataLockType
-
- 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 MetadataLockType 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 MetadataLockType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataLockType"> <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="field" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataLockType.PropInfo
-
Constructor Summary
Constructors Constructor Description MetadataLockType()
-
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)
XMLGregorianCalendar
getExpires()
Gets the value of the expires property.List<String>
getField()
Gets the value of the field property.String
getId()
Gets the value of the id 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
isSetExpires()
boolean
isSetField()
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.void
unsetField()
MetadataLockType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataLockType
withExpires(XMLGregorianCalendar value)
MetadataLockType
withField(String... values)
MetadataLockType
withField(Collection<String> values)
MetadataLockType
withId(String value)
MetadataLockType
withUser(String value)
-
-
-
Field Detail
-
id
protected String id
-
user
protected String user
-
expires
protected XMLGregorianCalendar expires
-
-
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()
-
getExpires
public XMLGregorianCalendar getExpires()
Gets the value of the expires property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpires
public void setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetExpires
public boolean isSetExpires()
-
getField
public List<String> getField()
Gets the value of the field property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the field property.For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
isSetField
public boolean isSetField()
-
unsetField
public void unsetField()
-
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 MetadataLockType withId(String value)
-
withUser
public MetadataLockType withUser(String value)
-
withExpires
public MetadataLockType withExpires(XMLGregorianCalendar value)
-
withField
public MetadataLockType withField(String... values)
-
withField
public MetadataLockType withField(Collection<String> values)
-
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 MetadataLockType 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
-
-