public class ExternalTranscodeJobType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ExternalTranscodeJobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExternalTranscodeJobType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceUri" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="transcoder" type="{http://xml.vidispine.com/schema/vidispine}ExternalTranscoderType"/> <element name="regex" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="storageId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
format |
protected String |
regex |
protected String |
sourceUri |
protected String |
storageId |
protected ExternalTranscoderType |
transcoder |
protected String |
username |
Constructor and Description |
---|
ExternalTranscodeJobType() |
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 |
getFormat()
Gets the value of the format property.
|
String |
getRegex()
Gets the value of the regex property.
|
String |
getSourceUri()
Gets the value of the sourceUri property.
|
String |
getStorageId()
Gets the value of the storageId property.
|
ExternalTranscoderType |
getTranscoder()
Gets the value of the transcoder property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetFormat() |
boolean |
isSetRegex() |
boolean |
isSetSourceUri() |
boolean |
isSetStorageId() |
boolean |
isSetTranscoder() |
boolean |
isSetUsername() |
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setRegex(String value)
Sets the value of the regex property.
|
void |
setSourceUri(String value)
Sets the value of the sourceUri property.
|
void |
setStorageId(String value)
Sets the value of the storageId property.
|
void |
setTranscoder(ExternalTranscoderType value)
Sets the value of the transcoder property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected String sourceUri
protected String format
protected ExternalTranscoderType transcoder
protected String regex
protected String storageId
protected String username
public String getSourceUri()
String
public void setSourceUri(String value)
value
- allowed object is
String
public boolean isSetSourceUri()
public String getFormat()
String
public void setFormat(String value)
value
- allowed object is
String
public boolean isSetFormat()
public ExternalTranscoderType getTranscoder()
ExternalTranscoderType
public void setTranscoder(ExternalTranscoderType value)
value
- allowed object is
ExternalTranscoderType
public boolean isSetTranscoder()
public String getRegex()
String
public void setRegex(String value)
value
- allowed object is
String
public boolean isSetRegex()
public String getStorageId()
String
public void setStorageId(String value)
value
- allowed object is
String
public boolean isSetStorageId()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
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 © 2016. All rights reserved.