Class SegmentationJobType

java.lang.Object
com.vidispine.generated.TranscoderJobType
com.vidispine.generated.SegmentationJobType
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 SegmentationJobType extends TranscoderJobType 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 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:
  • Field Details

    • input

      protected String input
    • playlistOutput

      protected String playlistOutput
    • segmentUriPrefix

      protected String segmentUriPrefix
    • segmentUriPostfix

      protected String segmentUriPostfix
    • containerFormat

      protected String containerFormat
    • segmentLength

      protected TimeCodeType segmentLength
  • Constructor Details

    • SegmentationJobType

      public SegmentationJobType()
  • Method Details

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

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

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

      public Object createNewInstance()
      Specified by:
      createNewInstance in interface org.jvnet.jaxb.lang.CopyTo
      Overrides:
      createNewInstance in class TranscoderJobType
    • withInput

      public SegmentationJobType withInput(String value)
      Sets the value of the input property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withPlaylistOutput

      public SegmentationJobType withPlaylistOutput(String value)
      Sets the value of the playlistOutput property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSegmentUriPrefix

      public SegmentationJobType withSegmentUriPrefix(String value)
      Sets the value of the segmentUriPrefix property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSegmentUriPostfix

      public SegmentationJobType withSegmentUriPostfix(String value)
      Sets the value of the segmentUriPostfix property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withContainerFormat

      public SegmentationJobType withContainerFormat(String value)
      Sets the value of the containerFormat property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withSegmentLength

      public SegmentationJobType withSegmentLength(TimeCodeType value)
      Sets the value of the segmentLength property.
      Parameters:
      value - allowed object is TimeCodeType
      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
      Overrides:
      equals in class TranscoderJobType
    • equals

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

      public SegmentationJobType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      Overrides:
      visit in class TranscoderJobType
    • 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
      Overrides:
      hashCode in class TranscoderJobType
    • hashCode

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

      public String toString()
      Overrides:
      toString in class TranscoderJobType
    • 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
      Overrides:
      append in class TranscoderJobType
    • 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
      Overrides:
      appendFields in class TranscoderJobType