Class ExternalTranscoderType

  • 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 ExternalTranscoderType
    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 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:
    Serialized Form
    • Field Detail

      • source

        protected String source
      • destination

        protected String destination
      • shapeTag

        protected String shapeTag
      • timeout

        protected Long timeout
      • interval

        protected Long interval
      • regex

        protected String regex
    • Constructor Detail

      • ExternalTranscoderType

        public ExternalTranscoderType()
    • Method Detail

      • 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()
      • 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