Package com.vidispine.generated
Class ExternalTranscodeJobType
- java.lang.Object
-
- com.vidispine.generated.ExternalTranscodeJobType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class ExternalTranscodeJobType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExternalTranscodeJobType.PropInfo
-
Constructor Summary
Constructors Constructor Description ExternalTranscodeJobType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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.ExternalTranscodeJobType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ExternalTranscodeJobType
withFormat(String value)
ExternalTranscodeJobType
withRegex(String value)
ExternalTranscodeJobType
withSourceUri(String value)
ExternalTranscodeJobType
withStorageId(String value)
ExternalTranscodeJobType
withTranscoder(ExternalTranscoderType value)
ExternalTranscodeJobType
withUsername(String value)
-
-
-
Method Detail
-
getSourceUri
public String getSourceUri()
Gets the value of the sourceUri property.- Returns:
- possible object is
String
-
setSourceUri
public void setSourceUri(String value)
Sets the value of the sourceUri property.- Parameters:
value
- allowed object isString
-
isSetSourceUri
public boolean isSetSourceUri()
-
getFormat
public String getFormat()
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
public void setFormat(String value)
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat()
-
getTranscoder
public ExternalTranscoderType getTranscoder()
Gets the value of the transcoder property.- Returns:
- possible object is
ExternalTranscoderType
-
setTranscoder
public void setTranscoder(ExternalTranscoderType value)
Sets the value of the transcoder property.- Parameters:
value
- allowed object isExternalTranscoderType
-
isSetTranscoder
public boolean isSetTranscoder()
-
getRegex
public String getRegex()
Gets the value of the regex property.- Returns:
- possible object is
String
-
setRegex
public void setRegex(String value)
Sets the value of the regex property.- Parameters:
value
- allowed object isString
-
isSetRegex
public boolean isSetRegex()
-
getStorageId
public String getStorageId()
Gets the value of the storageId property.- Returns:
- possible object is
String
-
setStorageId
public void setStorageId(String value)
Sets the value of the storageId property.- Parameters:
value
- allowed object isString
-
isSetStorageId
public boolean isSetStorageId()
-
getUsername
public String getUsername()
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
public void setUsername(String value)
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
isSetUsername
public boolean isSetUsername()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withSourceUri
public ExternalTranscodeJobType withSourceUri(String value)
-
withFormat
public ExternalTranscodeJobType withFormat(String value)
-
withTranscoder
public ExternalTranscodeJobType withTranscoder(ExternalTranscoderType value)
-
withRegex
public ExternalTranscodeJobType withRegex(String value)
-
withStorageId
public ExternalTranscodeJobType withStorageId(String value)
-
withUsername
public ExternalTranscodeJobType withUsername(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ExternalTranscodeJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-