Class ComplexJobOutputType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
    Direct Known Subclasses:
    ComplexJobAudioOutputType, ComplexJobSubtitleOutputType, ComplexJobVideoOutputType

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

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

     <complexType name="ComplexJobOutputType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
             <element name="start" type="{http://xml.vidispine.com/schema/vidispine}TimeCodeType" minOccurs="0"/>
             <element name="codec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="codecTag" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
             <element name="codecTagString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="codecName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="bitrate" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
             <element name="timeBase" type="{http://xml.vidispine.com/schema/vidispine}TimeBaseType" minOccurs="0"/>
             <element name="preset" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
             <element name="edl" type="{http://xml.vidispine.com/schema/vidispine}EDLType" minOccurs="0"/>
             <element name="setting" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
             <element name="objectTracking" type="{http://xml.vidispine.com/schema/vidispine}ComplexJobOTIFType" minOccurs="0"/>
             <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}KeyValuePairType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ComplexJobOutputType

        public ComplexJobOutputType()
    • Method Detail

      • getId

        public List<Integer> getId()
        Gets the value of the id 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 id property.

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

            getId().add(newItem);
         

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

      • isSetId

        public boolean isSetId()
      • unsetId

        public void unsetId()
      • getStart

        public TimeCodeType getStart()
        Gets the value of the start property.
        Returns:
        possible object is TimeCodeType
      • setStart

        public void setStart​(TimeCodeType value)
        Sets the value of the start property.
        Parameters:
        value - allowed object is TimeCodeType
      • isSetStart

        public boolean isSetStart()
      • getCodec

        public String getCodec()
        Gets the value of the codec property.
        Returns:
        possible object is String
      • setCodec

        public void setCodec​(String value)
        Sets the value of the codec property.
        Parameters:
        value - allowed object is String
      • isSetCodec

        public boolean isSetCodec()
      • getCodecTag

        public Long getCodecTag()
        Gets the value of the codecTag property.
        Returns:
        possible object is Long
      • setCodecTag

        public void setCodecTag​(Long value)
        Sets the value of the codecTag property.
        Parameters:
        value - allowed object is Long
      • isSetCodecTag

        public boolean isSetCodecTag()
      • getCodecTagString

        public String getCodecTagString()
        Gets the value of the codecTagString property.
        Returns:
        possible object is String
      • setCodecTagString

        public void setCodecTagString​(String value)
        Sets the value of the codecTagString property.
        Parameters:
        value - allowed object is String
      • isSetCodecTagString

        public boolean isSetCodecTagString()
      • getCodecName

        public String getCodecName()
        Gets the value of the codecName property.
        Returns:
        possible object is String
      • setCodecName

        public void setCodecName​(String value)
        Sets the value of the codecName property.
        Parameters:
        value - allowed object is String
      • isSetCodecName

        public boolean isSetCodecName()
      • getBitrate

        public Long getBitrate()
        Gets the value of the bitrate property.
        Returns:
        possible object is Long
      • setBitrate

        public void setBitrate​(Long value)
        Sets the value of the bitrate property.
        Parameters:
        value - allowed object is Long
      • isSetBitrate

        public boolean isSetBitrate()
      • getTimeBase

        public TimeBaseType getTimeBase()
        Gets the value of the timeBase property.
        Returns:
        possible object is TimeBaseType
      • setTimeBase

        public void setTimeBase​(TimeBaseType value)
        Sets the value of the timeBase property.
        Parameters:
        value - allowed object is TimeBaseType
      • isSetTimeBase

        public boolean isSetTimeBase()
      • getPreset

        public List<String> getPreset()
        Gets the value of the preset 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 preset property.

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

            getPreset().add(newItem);
         

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

      • isSetPreset

        public boolean isSetPreset()
      • unsetPreset

        public void unsetPreset()
      • getEdl

        public EDLType getEdl()
        Gets the value of the edl property.
        Returns:
        possible object is EDLType
      • setEdl

        public void setEdl​(EDLType value)
        Sets the value of the edl property.
        Parameters:
        value - allowed object is EDLType
      • isSetEdl

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

      • isSetSetting

        public boolean isSetSetting()
      • unsetSetting

        public void unsetSetting()
      • setObjectTracking

        public void setObjectTracking​(ComplexJobOTIFType value)
        Sets the value of the objectTracking property.
        Parameters:
        value - allowed object is ComplexJobOTIFType
      • isSetObjectTracking

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

      • isSetMetadata

        public boolean isSetMetadata()
      • unsetMetadata

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