Class 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
    • Constructor Detail

      • ExternalTranscodeJobType

        public ExternalTranscodeJobType()
    • 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 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()
      • 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()
      • copyTo

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

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • 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 interface org.jvnet.jaxb2_commons.lang.Equals2
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object