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:
  • Field Details

  • Constructor Details

    • ExternalTranscodeJobType

      public ExternalTranscodeJobType()
  • Method Details

    • 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 is String
    • 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 is String
    • 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 is ExternalTranscoderType
    • 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 is String
    • 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 is String
    • 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 is String
    • isSetUsername

      public boolean isSetUsername()
    • clone

      public Object clone()
      Overrides:
      clone in class Object
    • copyTo

      public Object copyTo(Object target)
      Specified by:
      copyTo in interface org.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 interface org.jvnet.jaxb.lang.CopyTo
    • createNewInstance

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
    • withSourceUri

      public ExternalTranscodeJobType withSourceUri(String value)
      Sets the value of the sourceUri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withFormat

      public ExternalTranscodeJobType withFormat(String value)
      Sets the value of the format property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTranscoder

      public ExternalTranscodeJobType withTranscoder(ExternalTranscoderType value)
      Sets the value of the transcoder property.
      Parameters:
      value - allowed object is ExternalTranscoderType
      Returns:
      The class instance
    • withRegex

      public ExternalTranscodeJobType withRegex(String value)
      Sets the value of the regex property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStorageId

      public ExternalTranscodeJobType withStorageId(String value)
      Sets the value of the storageId property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withUsername

      public ExternalTranscodeJobType withUsername(String value)
      Sets the value of the username property.
      Parameters:
      value - allowed object is String
      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 interface org.jvnet.jaxb.lang.Equals
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • visit

      public ExternalTranscodeJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
    • hashCode

      public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb.lang.HashCode
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • append

      public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
      Specified by:
      append in interface org.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 interface org.jvnet.jaxb.lang.ToString