Class ExternalTranscoderType

java.lang.Object
com.vidispine.generated.ExternalTranscoderType
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 ExternalTranscoderType 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 ExternalTranscoderType complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="ExternalTranscoderType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="destination" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="shapeTag" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="timeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="interval" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="checks" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="regex" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • source

      protected String source
    • destination

      protected String destination
    • shapeTag

      protected String shapeTag
    • timeout

      protected Long timeout
    • interval

      protected Long interval
    • checks

      protected Integer checks
    • regex

      protected String regex
  • Constructor Details

    • ExternalTranscoderType

      public ExternalTranscoderType()
  • Method Details

    • getSource

      public String getSource()
      Gets the value of the source property.
      Returns:
      possible object is String
    • setSource

      public void setSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
    • isSetSource

      public boolean isSetSource()
    • getDestination

      public String getDestination()
      Gets the value of the destination property.
      Returns:
      possible object is String
    • setDestination

      public void setDestination(String value)
      Sets the value of the destination property.
      Parameters:
      value - allowed object is String
    • isSetDestination

      public boolean isSetDestination()
    • getShapeTag

      public String getShapeTag()
      Gets the value of the shapeTag property.
      Returns:
      possible object is String
    • setShapeTag

      public void setShapeTag(String value)
      Sets the value of the shapeTag property.
      Parameters:
      value - allowed object is String
    • isSetShapeTag

      public boolean isSetShapeTag()
    • getTimeout

      public Long getTimeout()
      Gets the value of the timeout property.
      Returns:
      possible object is Long
    • setTimeout

      public void setTimeout(Long value)
      Sets the value of the timeout property.
      Parameters:
      value - allowed object is Long
    • isSetTimeout

      public boolean isSetTimeout()
    • getInterval

      public Long getInterval()
      Gets the value of the interval property.
      Returns:
      possible object is Long
    • setInterval

      public void setInterval(Long value)
      Sets the value of the interval property.
      Parameters:
      value - allowed object is Long
    • isSetInterval

      public boolean isSetInterval()
    • getChecks

      public Integer getChecks()
      Gets the value of the checks property.
      Returns:
      possible object is Integer
    • setChecks

      public void setChecks(Integer value)
      Sets the value of the checks property.
      Parameters:
      value - allowed object is Integer
    • isSetChecks

      public boolean isSetChecks()
    • 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()
    • 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
    • withSource

      public ExternalTranscoderType withSource(String value)
      Sets the value of the source property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withDestination

      public ExternalTranscoderType withDestination(String value)
      Sets the value of the destination property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withShapeTag

      public ExternalTranscoderType withShapeTag(String value)
      Sets the value of the shapeTag property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withTimeout

      public ExternalTranscoderType withTimeout(Long value)
      Sets the value of the timeout property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withInterval

      public ExternalTranscoderType withInterval(Long value)
      Sets the value of the interval property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withChecks

      public ExternalTranscoderType withChecks(Integer value)
      Sets the value of the checks property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withRegex

      public ExternalTranscoderType withRegex(String value)
      Sets the value of the regex 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 ExternalTranscoderType 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