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.
|
ThumbnailSynchronizeType |
withImage(String value) |
ThumbnailSynchronizeType |
withOperation(String value) |
ThumbnailSynchronizeType |
withPoster(boolean value) |
ThumbnailSynchronizeType |
withTimecode(String value) |
ThumbnailSynchronizeType |
withVersion(BigInteger value) |
protected String operation
protected String timecode
protected BigInteger version
protected boolean poster
protected String image
public String getOperation()
Stringpublic void setOperation(String value)
value - allowed object is
Stringpublic boolean isSetOperation()
public String getTimecode()
Stringpublic void setTimecode(String value)
value - allowed object is
Stringpublic boolean isSetTimecode()
public BigInteger getVersion()
BigIntegerpublic void setVersion(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetVersion()
public boolean isPoster()
public void setPoster(boolean value)
public boolean isSetPoster()
public String getImage()
Stringpublic void setImage(String value)
value - allowed object is
Stringpublic boolean isSetImage()
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 ThumbnailSynchronizeType withOperation(String value)
public ThumbnailSynchronizeType withTimecode(String value)
public ThumbnailSynchronizeType withVersion(BigInteger value)
public ThumbnailSynchronizeType withPoster(boolean value)
public ThumbnailSynchronizeType withImage(String value)
Copyright © 2015. All rights reserved.