Class JDFAutoMediaSource

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

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

      • JDFAutoMediaSource

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

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

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

      • setManualFeed

        public void setManualFeed​(boolean value)
        (36) set attribute ManualFeed
        Parameters:
        value - the value to set the attribute to
      • getManualFeed

        public boolean getManualFeed()
        (18) get boolean attribute ManualFeed
        Returns:
        boolean the value of the attribute
      • setLeadingEdge

        public void setLeadingEdge​(double value)
        (36) set attribute LeadingEdge
        Parameters:
        value - the value to set the attribute to
      • getLeadingEdge

        public double getLeadingEdge()
        (17) get double attribute LeadingEdge
        Returns:
        double the value of the attribute
      • setMediaLocation

        public void setMediaLocation​(java.lang.String value)
        (36) set attribute MediaLocation
        Parameters:
        value - the value to set the attribute to
      • getMediaLocation

        public java.lang.String getMediaLocation()
        (23) get String attribute MediaLocation
        Returns:
        the value of the attribute
      • setSheetLay

        public void setSheetLay​(JDFAutoMediaSource.EnumSheetLay enumVar)
        (5) set attribute SheetLay
        Parameters:
        enumVar - the enumVar to set the attribute to
      • 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
      • getComponent

        public JDFComponent getComponent()
        (24) const get element Component
        Returns:
        JDFComponent the element
      • getCreateComponent

        public JDFComponent getCreateComponent()
        (25) getCreateComponent
        Returns:
        JDFComponent the element
      • appendComponent

        public JDFComponent appendComponent()
        (29) append element Component
        Returns:
        JDFComponent the element @ if the element already exists
      • refComponent

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