Class SegmentationJobType

  • 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 SegmentationJobType
    extends TranscoderJobType
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for SegmentationJobType complex type.

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

     <complexType name="SegmentationJobType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
           <sequence>
             <element name="input" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="playlistOutput" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="segmentUriPrefix" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="segmentUriPostfix" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="containerFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="segmentLength" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • input

        protected String input
      • playlistOutput

        protected String playlistOutput
      • segmentUriPrefix

        protected String segmentUriPrefix
      • segmentUriPostfix

        protected String segmentUriPostfix
      • containerFormat

        protected String containerFormat
    • Constructor Detail

      • SegmentationJobType

        public SegmentationJobType()
    • Method Detail

      • getInput

        public String getInput()
        Gets the value of the input property.
        Returns:
        possible object is String
      • setInput

        public void setInput​(String value)
        Sets the value of the input property.
        Parameters:
        value - allowed object is String
      • isSetInput

        public boolean isSetInput()
      • getPlaylistOutput

        public String getPlaylistOutput()
        Gets the value of the playlistOutput property.
        Returns:
        possible object is String
      • setPlaylistOutput

        public void setPlaylistOutput​(String value)
        Sets the value of the playlistOutput property.
        Parameters:
        value - allowed object is String
      • isSetPlaylistOutput

        public boolean isSetPlaylistOutput()
      • getSegmentUriPrefix

        public String getSegmentUriPrefix()
        Gets the value of the segmentUriPrefix property.
        Returns:
        possible object is String
      • setSegmentUriPrefix

        public void setSegmentUriPrefix​(String value)
        Sets the value of the segmentUriPrefix property.
        Parameters:
        value - allowed object is String
      • isSetSegmentUriPrefix

        public boolean isSetSegmentUriPrefix()
      • getSegmentUriPostfix

        public String getSegmentUriPostfix()
        Gets the value of the segmentUriPostfix property.
        Returns:
        possible object is String
      • setSegmentUriPostfix

        public void setSegmentUriPostfix​(String value)
        Sets the value of the segmentUriPostfix property.
        Parameters:
        value - allowed object is String
      • isSetSegmentUriPostfix

        public boolean isSetSegmentUriPostfix()
      • getContainerFormat

        public String getContainerFormat()
        Gets the value of the containerFormat property.
        Returns:
        possible object is String
      • setContainerFormat

        public void setContainerFormat​(String value)
        Sets the value of the containerFormat property.
        Parameters:
        value - allowed object is String
      • isSetContainerFormat

        public boolean isSetContainerFormat()
      • getSegmentLength

        public TimeCodeType getSegmentLength()
        Gets the value of the segmentLength property.
        Returns:
        possible object is TimeCodeType
      • setSegmentLength

        public void setSegmentLength​(TimeCodeType value)
        Sets the value of the segmentLength property.
        Parameters:
        value - allowed object is TimeCodeType
      • isSetSegmentLength

        public boolean isSetSegmentLength()
      • 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
        Overrides:
        copyTo in class TranscoderJobType
      • 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
        Overrides:
        equals in class TranscoderJobType
      • 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
        Overrides:
        hashCode in class TranscoderJobType