Class MXFOp1BJobType

  • 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 MXFOp1BJobType
    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 MXFOp1bJobType complex type.

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

     <complexType name="MXFOp1bJobType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
           <sequence>
             <element name="output" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
             <element name="reference" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="source" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
                       <element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" maxOccurs="unbounded"/>
                       <element name="locator" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MXFOp1BJobType

        public MXFOp1BJobType()
    • Method Detail

      • getOutput

        public String getOutput()
        Gets the value of the output property.
        Returns:
        possible object is String
      • setOutput

        public void setOutput​(String value)
        Sets the value of the output property.
        Parameters:
        value - allowed object is String
      • isSetOutput

        public boolean isSetOutput()
      • getReference

        public List<MXFOp1BJobType.Reference> getReference()
        Gets the value of the reference 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 reference property.

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

            getReference().add(newItem);
         

        Objects of the following type(s) are allowed in the list MXFOp1BJobType.Reference

      • isSetReference

        public boolean isSetReference()
      • unsetReference

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