Class JDFAutoExposedMedia

  • 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:
    JDFExposedMedia

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

      • JDFAutoExposedMedia

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

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

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

      • setPolarity

        public void setPolarity​(boolean value)
        (36) set attribute Polarity
        Parameters:
        value - the value to set the attribute to
      • getPolarity

        public boolean getPolarity()
        (18) get boolean attribute Polarity
        Returns:
        boolean the value of the attribute
      • setColorType

        public void setColorType​(JDFAutoExposedMedia.EnumColorType enumVar)
        (5) set attribute ColorType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setPageListIndex

        public void setPageListIndex​(JDFIntegerRangeList value)
        (36) set attribute PageListIndex
        Parameters:
        value - the value to set the attribute to
      • getPageListIndex

        public JDFIntegerRangeList getPageListIndex()
        (20) get JDFIntegerRangeList attribute PageListIndex
        Returns:
        JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
      • setPlateType

        public void setPlateType​(JDFAutoExposedMedia.EnumPlateType enumVar)
        (5) set attribute PlateType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setProofName

        public void setProofName​(java.lang.String value)
        (36) set attribute ProofName
        Parameters:
        value - the value to set the attribute to
      • getProofName

        public java.lang.String getProofName()
        (23) get String attribute ProofName
        Returns:
        the value of the attribute
      • setProofQuality

        public void setProofQuality​(JDFAutoExposedMedia.EnumProofQuality enumVar)
        (5) set attribute ProofQuality
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setProofType

        public void setProofType​(JDFAutoExposedMedia.EnumProofType enumVar)
        (5) set attribute ProofType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setPunchType

        public void setPunchType​(java.lang.String value)
        (36) set attribute PunchType
        Parameters:
        value - the value to set the attribute to
      • getPunchType

        public java.lang.String getPunchType()
        (23) get String attribute PunchType
        Returns:
        the value of the attribute
      • setResolution

        public void setResolution​(JDFXYPair value)
        (36) set attribute Resolution
        Parameters:
        value - the value to set the attribute to
      • getResolution

        public JDFXYPair getResolution()
        (20) get JDFXYPair attribute Resolution
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec​(int iSkip)
        (26) getCreateFileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element
      • getFileSpec

        public JDFFileSpec getFileSpec​(int iSkip)
        (27) const get element FileSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFileSpec the element default is getFileSpec(0)
      • getAllFileSpec

        public java.util.Collection<JDFFileSpec> getAllFileSpec()
        Get all FileSpec from the current element
        Returns:
        Collection, null if none are available
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (30) append element FileSpec
        Returns:
        JDFFileSpec the element
      • refFileSpec

        public void refFileSpec​(JDFFileSpec refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getMedia

        public JDFMedia getMedia()
        (24) const get element Media
        Returns:
        JDFMedia the element
      • getCreateMedia

        public JDFMedia getCreateMedia()
        (25) getCreateMedia
        Returns:
        JDFMedia the element
      • appendMedia

        public JDFMedia appendMedia()
        (29) append element Media
        Returns:
        JDFMedia the element @ if the element already exists
      • refMedia

        public void refMedia​(JDFMedia refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getPageList

        public JDFPageList getPageList()
        (24) const get element PageList
        Returns:
        JDFPageList the element
      • getCreatePageList

        public JDFPageList getCreatePageList()
        (25) getCreatePageList
        Returns:
        JDFPageList the element
      • appendPageList

        public JDFPageList appendPageList()
        (29) append element PageList
        Returns:
        JDFPageList the element @ if the element already exists
      • refPageList

        public void refPageList​(JDFPageList refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getScreeningParams

        public JDFScreeningParams getScreeningParams()
        (24) const get element ScreeningParams
        Returns:
        JDFScreeningParams the element
      • getCreateScreeningParams

        public JDFScreeningParams getCreateScreeningParams()
        (25) getCreateScreeningParams
        Returns:
        JDFScreeningParams the element
      • appendScreeningParams

        public JDFScreeningParams appendScreeningParams()
        (29) append element ScreeningParams
        Returns:
        JDFScreeningParams the element @ if the element already exists
      • refScreeningParams

        public void refScreeningParams​(JDFScreeningParams 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​(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