Class ComplexJobOutputType

java.lang.Object
com.vidispine.generated.ComplexJobOutputType
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:
ComplexJobAudioOutputType, ComplexJobSubtitleOutputType, ComplexJobVideoOutputType

public class ComplexJobOutputType 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 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:
  • Field Details

  • Constructor Details

    • ComplexJobOutputType

      public ComplexJobOutputType()
  • Method Details

    • 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

      Returns:
      The value of the id property.
    • 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

      Returns:
      The value of the preset property.
    • 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

      Returns:
      The value of the setting property.
    • isSetSetting

      public boolean isSetSetting()
    • unsetSetting

      public void unsetSetting()
    • getObjectTracking

      public ComplexJobOTIFType getObjectTracking()
      Gets the value of the objectTracking property.
      Returns:
      possible object is ComplexJobOTIFType
    • 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

      Returns:
      The value of the metadata property.
    • isSetMetadata

      public boolean isSetMetadata()
    • unsetMetadata

      public void unsetMetadata()
    • 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 ComplexJobOutputType withId(Integer... values)
      Adds objects to the list of Id using add method
      Parameters:
      values - objects to add to the list Id
      Returns:
      The class instance
    • withId

      public ComplexJobOutputType withId(Collection<Integer> values)
      Adds objects to the list of Id using addAll method
      Parameters:
      values - objects to add to the list Id
      Returns:
      The class instance
    • withStart

      public ComplexJobOutputType withStart(TimeCodeType value)
      Sets the value of the start property.
      Parameters:
      value - allowed object is TimeCodeType
      Returns:
      The class instance
    • withCodec

      public ComplexJobOutputType withCodec(String value)
      Sets the value of the codec property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCodecTag

      public ComplexJobOutputType withCodecTag(Long value)
      Sets the value of the codecTag property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withCodecTagString

      public ComplexJobOutputType withCodecTagString(String value)
      Sets the value of the codecTagString property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withCodecName

      public ComplexJobOutputType withCodecName(String value)
      Sets the value of the codecName property.
      Parameters:
      value - allowed object is String
      Returns:
      The class instance
    • withBitrate

      public ComplexJobOutputType withBitrate(Long value)
      Sets the value of the bitrate property.
      Parameters:
      value - allowed object is Long
      Returns:
      The class instance
    • withTimeBase

      public ComplexJobOutputType withTimeBase(TimeBaseType value)
      Sets the value of the timeBase property.
      Parameters:
      value - allowed object is TimeBaseType
      Returns:
      The class instance
    • withPreset

      public ComplexJobOutputType withPreset(String... values)
      Adds objects to the list of Preset using add method
      Parameters:
      values - objects to add to the list Preset
      Returns:
      The class instance
    • withPreset

      public ComplexJobOutputType withPreset(Collection<String> values)
      Adds objects to the list of Preset using addAll method
      Parameters:
      values - objects to add to the list Preset
      Returns:
      The class instance
    • withEdl

      public ComplexJobOutputType withEdl(EDLType value)
      Sets the value of the edl property.
      Parameters:
      value - allowed object is EDLType
      Returns:
      The class instance
    • withSetting

      public ComplexJobOutputType 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

      public ComplexJobOutputType withSetting(Collection<KeyValuePairType> values)
      Adds objects to the list of Setting using addAll method
      Parameters:
      values - objects to add to the list Setting
      Returns:
      The class instance
    • withObjectTracking

      public ComplexJobOutputType withObjectTracking(ComplexJobOTIFType value)
      Sets the value of the objectTracking property.
      Parameters:
      value - allowed object is ComplexJobOTIFType
      Returns:
      The class instance
    • withMetadata

      public ComplexJobOutputType 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

      public ComplexJobOutputType withMetadata(Collection<KeyValuePairType> values)
      Adds objects to the list of Metadata using addAll method
      Parameters:
      values - objects to add to the list Metadata
      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 ComplexJobOutputType 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