Class JDFAutoDigitalMedia

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFDigitalMedia

    public abstract class JDFAutoDigitalMedia
    extends JDFResource
    class JDFAutoDigitalMedia : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDigitalMedia

        protected JDFAutoDigitalMedia​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                      java.lang.String qualifiedName)
        Constructor for JDFAutoDigitalMedia
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoDigitalMedia

        protected JDFAutoDigitalMedia​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                      java.lang.String myNamespaceURI,
                                      java.lang.String qualifiedName)
        Constructor for JDFAutoDigitalMedia
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoDigitalMedia

        protected JDFAutoDigitalMedia​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                      java.lang.String myNamespaceURI,
                                      java.lang.String qualifiedName,
                                      java.lang.String myLocalName)
        Constructor for JDFAutoDigitalMedia
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setMediaType

        public void setMediaType​(java.lang.String value)
        (36) set attribute MediaType
        Parameters:
        value - the value to set the attribute to
      • getMediaType

        public java.lang.String getMediaType()
        (23) get String attribute MediaType
        Returns:
        the value of the attribute
      • setCapacity

        public void setCapacity​(int value)
        (36) set attribute Capacity
        Parameters:
        value - the value to set the attribute to
      • getCapacity

        public int getCapacity()
        (15) get int attribute Capacity
        Returns:
        int the value of the attribute
      • setMediaLabel

        public void setMediaLabel​(java.lang.String value)
        (36) set attribute MediaLabel
        Parameters:
        value - the value to set the attribute to
      • getMediaLabel

        public java.lang.String getMediaLabel()
        (23) get String attribute MediaLabel
        Returns:
        the value of the attribute
      • setMediaTypeDetails

        public void setMediaTypeDetails​(java.lang.String value)
        (36) set attribute MediaTypeDetails
        Parameters:
        value - the value to set the attribute to
      • getMediaTypeDetails

        public java.lang.String getMediaTypeDetails()
        (23) get String attribute MediaTypeDetails
        Returns:
        the value of the attribute
      • getRunList

        public JDFRunList getRunList()
        (24) const get element RunList
        Returns:
        JDFRunList the element
      • getCreateRunList

        public JDFRunList getCreateRunList()
        (25) getCreateRunList
        Returns:
        JDFRunList the element
      • appendRunList

        public JDFRunList appendRunList()
        (29) append element RunList
        Returns:
        JDFRunList the element @ if the element already exists
      • refRunList

        public void refRunList​(JDFRunList refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateContact

        public JDFContact getCreateContact​(int iSkip)
        (26) getCreateContact
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFContact the element
      • getContact

        public JDFContact getContact​(int iSkip)
        (27) const get element Contact
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFContact the element default is getContact(0)
      • getAllContact

        public java.util.Collection<JDFContact> getAllContact()
        Get all Contact from the current element
        Returns:
        Collection, null if none are available
      • refContact

        public void refContact​(JDFContact refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getIdentificationField

        public JDFIdentificationField getIdentificationField()
        (24) const get element IdentificationField
        Returns:
        JDFIdentificationField the element
      • getCreateIdentificationField

        public JDFIdentificationField getCreateIdentificationField()
        (25) getCreateIdentificationField
        Returns:
        JDFIdentificationField the element
      • getIdentificationField

        public JDFIdentificationField getIdentificationField​(int iSkip)
        (27) const get element IdentificationField
        Overrides:
        getIdentificationField in class JDFResource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFIdentificationField the element default is getIdentificationField(0)
      • getAllIdentificationField

        public java.util.Collection<JDFIdentificationField> getAllIdentificationField()
        Get all IdentificationField from the current element
        Returns:
        Collection, null if none are available
      • refIdentificationField

        public void refIdentificationField​(JDFIdentificationField refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced