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:
  • Field Details

    • operation

      protected String operation
    • timecode

      protected String timecode
    • version

      protected BigInteger version
    • poster

      protected boolean poster
    • image

      protected String image
  • Constructor Details

    • ThumbnailSynchronizeType

      public ThumbnailSynchronizeType()
  • Method Details

    • 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 is String
    • 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 is String
    • 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 is BigInteger
    • 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 is String
    • isSetImage

      public boolean isSetImage()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withOperation

      public ThumbnailSynchronizeType withOperation(String value)
      Sets the value of the operation property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTimecode

      public ThumbnailSynchronizeType withTimecode(String value)
      Sets the value of the timecode property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withVersion

      public ThumbnailSynchronizeType withVersion(BigInteger value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is BigInteger
      Returns:
      The class instance
    • withPoster

      public ThumbnailSynchronizeType withPoster(boolean value)
      Sets the value of the poster property.
      Parameters:
      value - allowed object is boolean
      Returns:
      The class instance
    • withImage

      public ThumbnailSynchronizeType withImage(String value)
      Sets the value of the image property.
      Parameters:
      value - allowed object is String
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public ThumbnailSynchronizeType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString