Package com.vidispine.generated
Class ThumbnailSynchronizeType
- java.lang.Object
-
- com.vidispine.generated.ThumbnailSynchronizeType
-
- 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 ThumbnailSynchronizeType 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 ThumbnailSynchronizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThumbnailSynchronizeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="operation" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="timecode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="version" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="poster" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="image" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThumbnailSynchronizeType.PropInfo
-
Constructor Summary
Constructors Constructor Description ThumbnailSynchronizeType()
-
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
getImage()
Gets the value of the image property.String
getOperation()
Gets the value of the operation property.String
getTimecode()
Gets the value of the timecode property.BigInteger
getVersion()
Gets the value of the version property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isPoster()
Gets the value of the poster property.boolean
isSetImage()
boolean
isSetOperation()
boolean
isSetPoster()
boolean
isSetTimecode()
boolean
isSetVersion()
void
setImage(String value)
Sets the value of the image property.void
setOperation(String value)
Sets the value of the operation property.void
setPoster(boolean value)
Sets the value of the poster property.void
setTimecode(String value)
Sets the value of the timecode property.void
setVersion(BigInteger value)
Sets the value of the version property.ThumbnailSynchronizeType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ThumbnailSynchronizeType
withImage(String value)
ThumbnailSynchronizeType
withOperation(String value)
ThumbnailSynchronizeType
withPoster(boolean value)
ThumbnailSynchronizeType
withTimecode(String value)
ThumbnailSynchronizeType
withVersion(BigInteger value)
-
-
-
Field Detail
-
operation
protected String operation
-
timecode
protected String timecode
-
version
protected BigInteger version
-
poster
protected boolean poster
-
image
protected String image
-
-
Method Detail
-
getOperation
public String getOperation()
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
public void setOperation(String value)
Sets the value of the operation property.- Parameters:
value
- allowed object isString
-
isSetOperation
public boolean isSetOperation()
-
getTimecode
public String getTimecode()
Gets the value of the timecode property.- Returns:
- possible object is
String
-
setTimecode
public void setTimecode(String value)
Sets the value of the timecode property.- Parameters:
value
- allowed object isString
-
isSetTimecode
public boolean isSetTimecode()
-
getVersion
public BigInteger getVersion()
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
public void setVersion(BigInteger value)
Sets the value of the version property.- Parameters:
value
- allowed object isBigInteger
-
isSetVersion
public boolean isSetVersion()
-
isPoster
public boolean isPoster()
Gets the value of the poster property.
-
setPoster
public void setPoster(boolean value)
Sets the value of the poster property.
-
isSetPoster
public boolean isSetPoster()
-
getImage
public String getImage()
Gets the value of the image property.- Returns:
- possible object is
String
-
setImage
public void setImage(String value)
Sets the value of the image property.- Parameters:
value
- allowed object isString
-
isSetImage
public boolean isSetImage()
-
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
-
withOperation
public ThumbnailSynchronizeType withOperation(String value)
-
withTimecode
public ThumbnailSynchronizeType withTimecode(String value)
-
withVersion
public ThumbnailSynchronizeType withVersion(BigInteger value)
-
withPoster
public ThumbnailSynchronizeType withPoster(boolean value)
-
withImage
public ThumbnailSynchronizeType withImage(String 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 ThumbnailSynchronizeType 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
-
-