public class ThumbnailSynchronizeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected String |
image |
protected String |
operation |
protected boolean |
poster |
protected String |
timecode |
protected BigInteger |
version |
Constructor and Description |
---|
ThumbnailSynchronizeType() |
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() |
String |
getImage()
Gets the value of the image property.
|
String |
getOperation()
Gets the value of the operation property.
|
String |
getTimecode()
Gets the value of the timecode property.
|
BigInteger |
getVersion()
Gets the value of the version property.
|
boolean |
isPoster()
Gets the value of the poster property.
|
boolean |
isSetImage() |
boolean |
isSetOperation() |
boolean |
isSetPoster() |
boolean |
isSetTimecode() |
boolean |
isSetVersion() |
void |
setImage(String value)
Sets the value of the image property.
|
void |
setOperation(String value)
Sets the value of the operation property.
|
void |
setPoster(boolean value)
Sets the value of the poster property.
|
void |
setTimecode(String value)
Sets the value of the timecode property.
|
void |
setVersion(BigInteger value)
Sets the value of the version property.
|
protected String operation
protected String timecode
protected BigInteger version
protected boolean poster
protected String image
public String getOperation()
String
public void setOperation(String value)
value
- allowed object is
String
public boolean isSetOperation()
public String getTimecode()
String
public void setTimecode(String value)
value
- allowed object is
String
public boolean isSetTimecode()
public BigInteger getVersion()
BigInteger
public void setVersion(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetVersion()
public boolean isPoster()
public void setPoster(boolean value)
public boolean isSetPoster()
public String getImage()
String
public void setImage(String value)
value
- allowed object is
String
public boolean isSetImage()
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
Copyright © 2015. All rights reserved.