Class ThumbnailMultiType.Thumbnail

java.lang.Object
com.vidispine.generated.ThumbnailMultiType.Thumbnail
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
Enclosing class:
ThumbnailMultiType

public static class ThumbnailMultiType.Thumbnail 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 anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="timecode" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
           <element name="tc" type="{http://www.w3.org/2001/XMLSchema}string"/>
         </choice>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="image" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • timecode

      protected TimeCodeType timecode
    • tc

      protected String tc
    • version

      protected Integer version
    • type

      protected String type
    • image

      protected byte[] image
  • Constructor Details

    • Thumbnail

      public Thumbnail()
  • Method Details

    • getTimecode

      public TimeCodeType getTimecode()
      Gets the value of the timecode property.
      Returns:
      possible object is TimeCodeType
    • setTimecode

      public void setTimecode(TimeCodeType value)
      Sets the value of the timecode property.
      Parameters:
      value - allowed object is TimeCodeType
    • isSetTimecode

      public boolean isSetTimecode()
    • getTc

      public String getTc()
      Gets the value of the tc property.
      Returns:
      possible object is String
    • setTc

      public void setTc(String value)
      Sets the value of the tc property.
      Parameters:
      value - allowed object is String
    • isSetTc

      public boolean isSetTc()
    • getVersion

      public Integer getVersion()
      Gets the value of the version property.
      Returns:
      possible object is Integer
    • setVersion

      public void setVersion(Integer value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is Integer
    • isSetVersion

      public boolean isSetVersion()
    • 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 is String
    • isSetType

      public boolean isSetType()
    • getImage

      public byte[] getImage()
      Gets the value of the image property.
      Returns:
      possible object is byte[]
    • setImage

      public void setImage(byte[] value)
      Sets the value of the image property.
      Parameters:
      value - allowed object is byte[]
    • 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
    • withTimecode

      public ThumbnailMultiType.Thumbnail withTimecode(TimeCodeType value)
      Sets the value of the timecode property.
      Parameters:
      value - allowed object is TimeCodeType
      Returns:
      The class instance
    • withTc

      public ThumbnailMultiType.Thumbnail withTc(String value)
      Sets the value of the tc property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withVersion

      public ThumbnailMultiType.Thumbnail withVersion(Integer value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withType

      public ThumbnailMultiType.Thumbnail withType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withImage

      public ThumbnailMultiType.Thumbnail withImage(byte[] value)
      Sets the value of the image property.
      Parameters:
      value - allowed object is byte[]
      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 ThumbnailMultiType.Thumbnail 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