Class XMPJobType

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

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

     <complexType name="XMPJobType">
       <complexContent>
         <extension base="{http://xml.vidispine.com/schema/vidispine}TranscoderJobType">
           <sequence>
             <element name="read" type="{http://xml.vidispine.com/schema/vidispine}XMPReadOperation" maxOccurs="unbounded" minOccurs="0"/>
             <element name="write" type="{http://xml.vidispine.com/schema/vidispine}XMPWriteOperation" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • XMPJobType

        public XMPJobType()
    • Method Detail

      • getRead

        public List<XMPReadOperation> getRead()
        Gets the value of the read 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 read property.

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

            getRead().add(newItem);
         

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

      • isSetRead

        public boolean isSetRead()
      • unsetRead

        public void unsetRead()
      • getWrite

        public List<XMPWriteOperation> getWrite()
        Gets the value of the write 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 write property.

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

            getWrite().add(newItem);
         

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

      • isSetWrite

        public boolean isSetWrite()
      • unsetWrite

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