Package com.vidispine.generated
Class ExternalTranscodeJobType
java.lang.Object
com.vidispine.generated.ExternalTranscodeJobType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class ExternalTranscodeJobType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the format property.getRegex()
Gets the value of the regex property.Gets the value of the sourceUri property.Gets the value of the storageId property.Gets the value of the transcoder property.Gets the value of the username property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the format property.void
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
Sets the value of the transcoder property.void
setUsername
(String value) Sets the value of the username property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withFormat
(String value) Sets the value of the format property.Sets the value of the regex property.withSourceUri
(String value) Sets the value of the sourceUri property.withStorageId
(String value) Sets the value of the storageId property.Sets the value of the transcoder property.withUsername
(String value) Sets the value of the username property.
-
Field Details
-
sourceUri
-
format
-
transcoder
-
regex
-
storageId
-
username
-
-
Constructor Details
-
ExternalTranscodeJobType
public ExternalTranscodeJobType()
-
-
Method Details
-
getSourceUri
Gets the value of the sourceUri property.- Returns:
- possible object is
String
-
setSourceUri
Sets the value of the sourceUri property.- Parameters:
value
- allowed object isString
-
isSetSourceUri
public boolean isSetSourceUri() -
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
-
isSetFormat
public boolean isSetFormat() -
getTranscoder
Gets the value of the transcoder property.- Returns:
- possible object is
ExternalTranscoderType
-
setTranscoder
Sets the value of the transcoder property.- Parameters:
value
- allowed object isExternalTranscoderType
-
isSetTranscoder
public boolean isSetTranscoder() -
getRegex
Gets the value of the regex property.- Returns:
- possible object is
String
-
setRegex
Sets the value of the regex property.- Parameters:
value
- allowed object isString
-
isSetRegex
public boolean isSetRegex() -
getStorageId
Gets the value of the storageId property.- Returns:
- possible object is
String
-
setStorageId
Sets the value of the storageId property.- Parameters:
value
- allowed object isString
-
isSetStorageId
public boolean isSetStorageId() -
getUsername
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
isSetUsername
public boolean isSetUsername() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withSourceUri
Sets the value of the sourceUri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withFormat
Sets the value of the format property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTranscoder
Sets the value of the transcoder property.- Parameters:
value
- allowed object isExternalTranscoderType
- Returns:
- The class instance
-
withRegex
Sets the value of the regex property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withStorageId
Sets the value of the storageId property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withUsername
Sets the value of the username property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-