Class 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
    • Field Detail

      • operation

        protected String operation
      • timecode

        protected String timecode
      • poster

        protected boolean poster
      • image

        protected String image
    • Constructor Detail

      • ThumbnailSynchronizeType

        public ThumbnailSynchronizeType()
    • 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 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()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object