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 | Class and Description |
---|---|
static class |
ThumbnailInfoType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ThumbnailInfoType |
withTimeCode(TimeCodeType value) |
ThumbnailInfoType |
withUri(String value) |
protected TimeCodeType timeCode
protected String uri
public TimeCodeType getTimeCode()
TimeCodeType
public void setTimeCode(TimeCodeType value)
value
- allowed object is
TimeCodeType
public boolean isSetTimeCode()
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public ThumbnailInfoType withTimeCode(TimeCodeType value)
public ThumbnailInfoType withUri(String value)
public ThumbnailInfoType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.