Package com.vidispine.generated
Class ChangesetUUIDType
- java.lang.Object
-
- com.vidispine.generated.ChangesetUUIDType
-
- 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 ChangesetUUIDType 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 ChangesetUUIDType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangesetUUIDType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="origin" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ChangesetUUIDType.PropInfo
-
Constructor Summary
Constructors Constructor Description ChangesetUUIDType()
-
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
getId()
Gets the value of the id property.String
getOrigin()
Gets the value of the origin property.XMLGregorianCalendar
getTimestamp()
Gets the value of the timestamp property.String
getType()
Gets the value of the type property.String
getUuid()
Gets the value of the uuid property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetId()
boolean
isSetOrigin()
boolean
isSetTimestamp()
boolean
isSetType()
boolean
isSetUuid()
void
setId(String value)
Sets the value of the id property.void
setOrigin(String value)
Sets the value of the origin property.void
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.void
setType(String value)
Sets the value of the type property.void
setUuid(String value)
Sets the value of the uuid property.ChangesetUUIDType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ChangesetUUIDType
withId(String value)
ChangesetUUIDType
withOrigin(String value)
ChangesetUUIDType
withTimestamp(XMLGregorianCalendar value)
ChangesetUUIDType
withType(String value)
ChangesetUUIDType
withUuid(String value)
-
-
-
Field Detail
-
uuid
protected String uuid
-
type
protected String type
-
id
protected String id
-
origin
protected String origin
-
timestamp
protected XMLGregorianCalendar timestamp
-
-
Method Detail
-
getUuid
public String getUuid()
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
public void setUuid(String value)
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getOrigin
public String getOrigin()
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
public void setOrigin(String value)
Sets the value of the origin property.- Parameters:
value
- allowed object isString
-
isSetOrigin
public boolean isSetOrigin()
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp()
-
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
-
withUuid
public ChangesetUUIDType withUuid(String value)
-
withType
public ChangesetUUIDType withType(String value)
-
withId
public ChangesetUUIDType withId(String value)
-
withOrigin
public ChangesetUUIDType withOrigin(String value)
-
withTimestamp
public ChangesetUUIDType withTimestamp(XMLGregorianCalendar 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 ChangesetUUIDType 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
-
-