Package com.vidispine.generated
Class ThumbnailSynchronizeType
java.lang.Object
com.vidispine.generated.ThumbnailSynchronizeType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class ThumbnailSynchronizeType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getImage()
Gets the value of the image property.Gets the value of the operation property.Gets the value of the timecode property.Gets the value of the version property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isPoster()
Gets the value of the poster property.boolean
boolean
boolean
boolean
boolean
void
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.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the image property.withOperation
(String value) Sets the value of the operation property.withPoster
(boolean value) Sets the value of the poster property.withTimecode
(String value) Sets the value of the timecode property.withVersion
(BigInteger value) Sets the value of the version property.
-
Field Details
-
operation
-
timecode
-
version
-
poster
protected boolean poster -
image
-
-
Constructor Details
-
ThumbnailSynchronizeType
public ThumbnailSynchronizeType()
-
-
Method Details
-
getOperation
Gets the value of the operation property.- Returns:
- possible object is
String
-
setOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isString
-
isSetOperation
public boolean isSetOperation() -
getTimecode
Gets the value of the timecode property.- Returns:
- possible object is
String
-
setTimecode
Sets the value of the timecode property.- Parameters:
value
- allowed object isString
-
isSetTimecode
public boolean isSetTimecode() -
getVersion
Gets the value of the version property.- Returns:
- possible object is
BigInteger
-
setVersion
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
Gets the value of the image property.- Returns:
- possible object is
String
-
setImage
Sets the value of the image property.- Parameters:
value
- allowed object isString
-
isSetImage
public boolean isSetImage() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withOperation
Sets the value of the operation property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTimecode
Sets the value of the timecode property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withVersion
Sets the value of the version property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withPoster
Sets the value of the poster property.- Parameters:
value
- allowed object is boolean- Returns:
- The class instance
-
withImage
Sets the value of the image property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-