Class ComplexJobOutputFormatType

java.lang.Object
com.vidispine.generated.ComplexJobOutputFormatType
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
Direct Known Subclasses:
ComplexJobType.Output

public class ComplexJobOutputFormatType 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 ComplexJobOutputFormatType complex type

.

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


 <complexType name="ComplexJobOutputFormatType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <choice>
           <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
           <element name="range" type="{http://xml.vidispine.com/schema/vidispine}SequenceRangeType"/>
           <element name="atom" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobAtomType" maxOccurs="unbounded"/>
         </choice>
         <element name="containerFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="overlay" type="{http://xml.vidispine.com/schema/vidispine}OverlayType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="textOverlay" type="{http://xml.vidispine.com/schema/vidispine}TextOverlayType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dms1Source" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <choice>
                   <element name="demuxerId" type="{http://www.w3.org/2001/XMLSchema}int"/>
                   <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}DMS1Type"/>
                 </choice>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="initialSMPTETimecode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="startTimecode" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="roundedTimeBase" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="dropFrame" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="requireFaststart" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="muxrate" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
         <element name="pfdTargetUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="mxfPackages" type="{http://xml.vidispine.com/schema/vidispine}MXFPackagesType" minOccurs="0"/>
         <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="clipName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxChunkDuration" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
         <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="tixUri" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
                 <attribute name="track" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="cixUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

  • Constructor Details

    • ComplexJobOutputFormatType

      public ComplexJobOutputFormatType()
  • Method Details

    • getId

      public int getId()
      Gets the value of the id property.
    • setId

      public void setId(int value)
      Sets the value of the id property.
    • isSetId

      public boolean isSetId()
    • getUri

      public String getUri()
      Gets the value of the uri property.
      Returns:
      possible object is String
    • setUri

      public void setUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
    • isSetUri

      public boolean isSetUri()
    • getRange

      public SequenceRangeType getRange()
      Gets the value of the range property.
      Returns:
      possible object is SequenceRangeType
    • setRange

      public void setRange(SequenceRangeType value)
      Sets the value of the range property.
      Parameters:
      value - allowed object is SequenceRangeType
    • isSetRange

      public boolean isSetRange()
    • getAtom

      public List<ComplexJobAtomType> getAtom()
      Gets the value of the atom property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the atom property.

      For example, to add a new item, do as follows:

       getAtom().add(newItem);
       

      Objects of the following type(s) are allowed in the list ComplexJobAtomType

      Returns:
      The value of the atom property.
    • isSetAtom

      public boolean isSetAtom()
    • unsetAtom

      public void unsetAtom()
    • 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()
    • getOverlay

      public List<OverlayType> getOverlay()
      Gets the value of the overlay property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the overlay property.

      For example, to add a new item, do as follows:

       getOverlay().add(newItem);
       

      Objects of the following type(s) are allowed in the list OverlayType

      Returns:
      The value of the overlay property.
    • isSetOverlay

      public boolean isSetOverlay()
    • unsetOverlay

      public void unsetOverlay()
    • getTextOverlay

      public List<TextOverlayType> getTextOverlay()
      Gets the value of the textOverlay property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the textOverlay property.

      For example, to add a new item, do as follows:

       getTextOverlay().add(newItem);
       

      Objects of the following type(s) are allowed in the list TextOverlayType

      Returns:
      The value of the textOverlay property.
    • isSetTextOverlay

      public boolean isSetTextOverlay()
    • unsetTextOverlay

      public void unsetTextOverlay()
    • getDms1Source

      public ComplexJobOutputFormatType.Dms1Source getDms1Source()
      Gets the value of the dms1Source property.
      Returns:
      possible object is ComplexJobOutputFormatType.Dms1Source
    • setDms1Source

      public void setDms1Source(ComplexJobOutputFormatType.Dms1Source value)
      Sets the value of the dms1Source property.
      Parameters:
      value - allowed object is ComplexJobOutputFormatType.Dms1Source
    • isSetDms1Source

      public boolean isSetDms1Source()
    • getInitialSMPTETimecode

      public String getInitialSMPTETimecode()
      Gets the value of the initialSMPTETimecode property.
      Returns:
      possible object is String
    • setInitialSMPTETimecode

      public void setInitialSMPTETimecode(String value)
      Sets the value of the initialSMPTETimecode property.
      Parameters:
      value - allowed object is String
    • isSetInitialSMPTETimecode

      public boolean isSetInitialSMPTETimecode()
    • getStartTimecode

      public Long getStartTimecode()
      Gets the value of the startTimecode property.
      Returns:
      possible object is Long
    • setStartTimecode

      public void setStartTimecode(Long value)
      Sets the value of the startTimecode property.
      Parameters:
      value - allowed object is Long
    • isSetStartTimecode

      public boolean isSetStartTimecode()
    • getRoundedTimeBase

      public Integer getRoundedTimeBase()
      Gets the value of the roundedTimeBase property.
      Returns:
      possible object is Integer
    • setRoundedTimeBase

      public void setRoundedTimeBase(Integer value)
      Sets the value of the roundedTimeBase property.
      Parameters:
      value - allowed object is Integer
    • isSetRoundedTimeBase

      public boolean isSetRoundedTimeBase()
    • isDropFrame

      public Boolean isDropFrame()
      Gets the value of the dropFrame property.
      Returns:
      possible object is Boolean
    • setDropFrame

      public void setDropFrame(Boolean value)
      Sets the value of the dropFrame property.
      Parameters:
      value - allowed object is Boolean
    • isSetDropFrame

      public boolean isSetDropFrame()
    • isRequireFaststart

      public Boolean isRequireFaststart()
      Gets the value of the requireFaststart property.
      Returns:
      possible object is Boolean
    • setRequireFaststart

      public void setRequireFaststart(Boolean value)
      Sets the value of the requireFaststart property.
      Parameters:
      value - allowed object is Boolean
    • isSetRequireFaststart

      public boolean isSetRequireFaststart()
    • getMuxrate

      public Long getMuxrate()
      Gets the value of the muxrate property.
      Returns:
      possible object is Long
    • setMuxrate

      public void setMuxrate(Long value)
      Sets the value of the muxrate property.
      Parameters:
      value - allowed object is Long
    • isSetMuxrate

      public boolean isSetMuxrate()
    • getPfdTargetUri

      public String getPfdTargetUri()
      Gets the value of the pfdTargetUri property.
      Returns:
      possible object is String
    • setPfdTargetUri

      public void setPfdTargetUri(String value)
      Sets the value of the pfdTargetUri property.
      Parameters:
      value - allowed object is String
    • isSetPfdTargetUri

      public boolean isSetPfdTargetUri()
    • getMxfPackages

      public MXFPackagesType getMxfPackages()
      Gets the value of the mxfPackages property.
      Returns:
      possible object is MXFPackagesType
    • setMxfPackages

      public void setMxfPackages(MXFPackagesType value)
      Sets the value of the mxfPackages property.
      Parameters:
      value - allowed object is MXFPackagesType
    • isSetMxfPackages

      public boolean isSetMxfPackages()
    • getMetadata

      public List<KeyValuePairType> getMetadata()
      Gets the value of the metadata property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the metadata property.

      For example, to add a new item, do as follows:

       getMetadata().add(newItem);
       

      Objects of the following type(s) are allowed in the list KeyValuePairType

      Returns:
      The value of the metadata property.
    • isSetMetadata

      public boolean isSetMetadata()
    • unsetMetadata

      public void unsetMetadata()
    • getClipName

      public String getClipName()
      Gets the value of the clipName property.
      Returns:
      possible object is String
    • setClipName

      public void setClipName(String value)
      Sets the value of the clipName property.
      Parameters:
      value - allowed object is String
    • isSetClipName

      public boolean isSetClipName()
    • getMaxChunkDuration

      public TimeCodeType getMaxChunkDuration()
      Gets the value of the maxChunkDuration property.
      Returns:
      possible object is TimeCodeType
    • setMaxChunkDuration

      public void setMaxChunkDuration(TimeCodeType value)
      Sets the value of the maxChunkDuration property.
      Parameters:
      value - allowed object is TimeCodeType
    • isSetMaxChunkDuration

      public boolean isSetMaxChunkDuration()
    • getSetting

      public List<KeyValuePairType> getSetting()
      Gets the value of the setting property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the setting property.

      For example, to add a new item, do as follows:

       getSetting().add(newItem);
       

      Objects of the following type(s) are allowed in the list KeyValuePairType

      Returns:
      The value of the setting property.
    • isSetSetting

      public boolean isSetSetting()
    • unsetSetting

      public void unsetSetting()
    • getTixUri

      Gets the value of the tixUri property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tixUri property.

      For example, to add a new item, do as follows:

       getTixUri().add(newItem);
       

      Objects of the following type(s) are allowed in the list ComplexJobOutputFormatType.TixUri

      Returns:
      The value of the tixUri property.
    • isSetTixUri

      public boolean isSetTixUri()
    • unsetTixUri

      public void unsetTixUri()
    • getCixUri

      public String getCixUri()
      Gets the value of the cixUri property.
      Returns:
      possible object is String
    • setCixUri

      public void setCixUri(String value)
      Sets the value of the cixUri property.
      Parameters:
      value - allowed object is String
    • isSetCixUri

      public boolean isSetCixUri()
    • 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
    • withId

      public ComplexJobOutputFormatType withId(int value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is int
      Returns:
      The class instance
    • withUri

      public ComplexJobOutputFormatType withUri(String value)
      Sets the value of the uri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withRange

      Sets the value of the range property.
      Parameters:
      value - allowed object is SequenceRangeType
      Returns:
      The class instance
    • withAtom

      public ComplexJobOutputFormatType withAtom(ComplexJobAtomType... values)
      Adds objects to the list of Atom using add method
      Parameters:
      values - objects to add to the list Atom
      Returns:
      The class instance
    • withAtom

      Adds objects to the list of Atom using addAll method
      Parameters:
      values - objects to add to the list Atom
      Returns:
      The class instance
    • withContainerFormat

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

      public ComplexJobOutputFormatType withOverlay(OverlayType... values)
      Adds objects to the list of Overlay using add method
      Parameters:
      values - objects to add to the list Overlay
      Returns:
      The class instance
    • withOverlay

      public ComplexJobOutputFormatType withOverlay(Collection<OverlayType> values)
      Adds objects to the list of Overlay using addAll method
      Parameters:
      values - objects to add to the list Overlay
      Returns:
      The class instance
    • withTextOverlay

      public ComplexJobOutputFormatType withTextOverlay(TextOverlayType... values)
      Adds objects to the list of TextOverlay using add method
      Parameters:
      values - objects to add to the list TextOverlay
      Returns:
      The class instance
    • withTextOverlay

      public ComplexJobOutputFormatType withTextOverlay(Collection<TextOverlayType> values)
      Adds objects to the list of TextOverlay using addAll method
      Parameters:
      values - objects to add to the list TextOverlay
      Returns:
      The class instance
    • withDms1Source

      Sets the value of the dms1Source property.
      Parameters:
      value - allowed object is ComplexJobOutputFormatType.Dms1Source
      Returns:
      The class instance
    • withInitialSMPTETimecode

      public ComplexJobOutputFormatType withInitialSMPTETimecode(String value)
      Sets the value of the initialSMPTETimecode property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withStartTimecode

      public ComplexJobOutputFormatType withStartTimecode(Long value)
      Sets the value of the startTimecode property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withRoundedTimeBase

      public ComplexJobOutputFormatType withRoundedTimeBase(Integer value)
      Sets the value of the roundedTimeBase property.
      Parameters:
      value - allowed object is Integer
      Returns:
      The class instance
    • withDropFrame

      public ComplexJobOutputFormatType withDropFrame(Boolean value)
      Sets the value of the dropFrame property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withRequireFaststart

      public ComplexJobOutputFormatType withRequireFaststart(Boolean value)
      Sets the value of the requireFaststart property.
      Parameters:
      value - allowed object is Boolean
      Returns:
      The class instance
    • withMuxrate

      public ComplexJobOutputFormatType withMuxrate(Long value)
      Sets the value of the muxrate property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withPfdTargetUri

      public ComplexJobOutputFormatType withPfdTargetUri(String value)
      Sets the value of the pfdTargetUri property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMxfPackages

      public ComplexJobOutputFormatType withMxfPackages(MXFPackagesType value)
      Sets the value of the mxfPackages property.
      Parameters:
      value - allowed object is MXFPackagesType
      Returns:
      The class instance
    • withMetadata

      public ComplexJobOutputFormatType withMetadata(KeyValuePairType... values)
      Adds objects to the list of Metadata using add method
      Parameters:
      values - objects to add to the list Metadata
      Returns:
      The class instance
    • withMetadata

      Adds objects to the list of Metadata using addAll method
      Parameters:
      values - objects to add to the list Metadata
      Returns:
      The class instance
    • withClipName

      public ComplexJobOutputFormatType withClipName(String value)
      Sets the value of the clipName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withMaxChunkDuration

      public ComplexJobOutputFormatType withMaxChunkDuration(TimeCodeType value)
      Sets the value of the maxChunkDuration property.
      Parameters:
      value - allowed object is TimeCodeType
      Returns:
      The class instance
    • withSetting

      public ComplexJobOutputFormatType withSetting(KeyValuePairType... values)
      Adds objects to the list of Setting using add method
      Parameters:
      values - objects to add to the list Setting
      Returns:
      The class instance
    • withSetting

      Adds objects to the list of Setting using addAll method
      Parameters:
      values - objects to add to the list Setting
      Returns:
      The class instance
    • withTixUri

      Adds objects to the list of TixUri using add method
      Parameters:
      values - objects to add to the list TixUri
      Returns:
      The class instance
    • withTixUri

      Adds objects to the list of TixUri using addAll method
      Parameters:
      values - objects to add to the list TixUri
      Returns:
      The class instance
    • withCixUri

      public ComplexJobOutputFormatType withCixUri(String value)
      Sets the value of the cixUri 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 ComplexJobOutputFormatType 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