Package com.vidispine.generated
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:
-
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) byte[]
getImage()
Gets the value of the image property.getTc()
Gets the value of the tc property.Gets the value of the timecode property.getType()
Gets the value of the type 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
boolean
isSetTc()
boolean
boolean
boolean
void
setImage
(byte[] value) Sets the value of the image property.void
Sets the value of the tc property.void
setTimecode
(TimeCodeType value) Sets the value of the timecode property.void
Sets the value of the type property.void
setVersion
(Integer value) Sets the value of the version property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withImage
(byte[] value) Sets the value of the image property.Sets the value of the tc property.withTimecode
(TimeCodeType value) Sets the value of the timecode property.Sets the value of the type property.withVersion
(Integer value) Sets the value of the version property.
-
Field Details
-
timecode
-
tc
-
version
-
type
-
image
protected byte[] image
-
-
Constructor Details
-
Thumbnail
public Thumbnail()
-
-
Method Details
-
getTimecode
Gets the value of the timecode property.- Returns:
- possible object is
TimeCodeType
-
setTimecode
Sets the value of the timecode property.- Parameters:
value
- allowed object isTimeCodeType
-
isSetTimecode
public boolean isSetTimecode() -
getTc
Gets the value of the tc property.- Returns:
- possible object is
String
-
setTc
Sets the value of the tc property.- Parameters:
value
- allowed object isString
-
isSetTc
public boolean isSetTc() -
getVersion
Gets the value of the version property.- Returns:
- possible object is
Integer
-
setVersion
Sets the value of the version property.- Parameters:
value
- allowed object isInteger
-
isSetVersion
public boolean isSetVersion() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
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
-
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
-
withTimecode
Sets the value of the timecode property.- Parameters:
value
- allowed object isTimeCodeType
- Returns:
- The class instance
-
withTc
Sets the value of the tc property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withVersion
Sets the value of the version property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withType
Sets the value of the type property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withImage
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 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
-