public class MXFTimecodeExtractionJobType extends TranscoderJobType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MXFTimecodeExtractionJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MXFTimecodeExtractionJobType">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
<sequence>
<element name="sourceUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="targetUri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
sourceUri |
protected String |
targetUri |
| Constructor and Description |
|---|
MXFTimecodeExtractionJobType() |
| 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 |
getSourceUri()
Gets the value of the sourceUri property.
|
String |
getTargetUri()
Gets the value of the targetUri property.
|
boolean |
isSetSourceUri() |
boolean |
isSetTargetUri() |
void |
setSourceUri(String value)
Sets the value of the sourceUri property.
|
void |
setTargetUri(String value)
Sets the value of the targetUri property.
|
MXFTimecodeExtractionJobType |
withSourceUri(String value) |
MXFTimecodeExtractionJobType |
withTargetUri(String value) |
public String getSourceUri()
Stringpublic void setSourceUri(String value)
value - allowed object is
Stringpublic boolean isSetSourceUri()
public String getTargetUri()
Stringpublic void setTargetUri(String value)
value - allowed object is
Stringpublic boolean isSetTargetUri()
public Object clone()
clone in class TranscoderJobTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class TranscoderJobTypepublic 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.CopyTocopyTo in class TranscoderJobTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class TranscoderJobTypepublic MXFTimecodeExtractionJobType withSourceUri(String value)
public MXFTimecodeExtractionJobType withTargetUri(String value)
Copyright © 2015. All rights reserved.