public class ThumbnailInfoType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ThumbnailInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThumbnailInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="timeCode" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TimeCodeType |
timeCode |
protected String |
uri |
| Constructor and Description |
|---|
ThumbnailInfoType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
TimeCodeType |
getTimeCode()
Gets the value of the timeCode property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetTimeCode() |
boolean |
isSetUri() |
void |
setTimeCode(TimeCodeType value)
Sets the value of the timeCode property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
ThumbnailInfoType |
withTimeCode(TimeCodeType value) |
ThumbnailInfoType |
withUri(String value) |
protected TimeCodeType timeCode
protected String uri
public TimeCodeType getTimeCode()
TimeCodeTypepublic void setTimeCode(TimeCodeType value)
value - allowed object is
TimeCodeTypepublic boolean isSetTimeCode()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ThumbnailInfoType withTimeCode(TimeCodeType value)
public ThumbnailInfoType withUri(String value)
Copyright © 2015. All rights reserved.