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.
|
public String getSourceUri()
String
public void setSourceUri(String value)
value
- allowed object is
String
public boolean isSetSourceUri()
public String getTargetUri()
String
public void setTargetUri(String value)
value
- allowed object is
String
public boolean isSetTargetUri()
public Object clone()
clone
in class TranscoderJobType
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class TranscoderJobType
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
copyTo
in class TranscoderJobType
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class TranscoderJobType
Copyright © 2015. All rights reserved.