Class JDFAutoCoverApplicationParams

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

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

      • JDFAutoCoverApplicationParams

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

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

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

      • setCoverOffset

        public void setCoverOffset​(JDFXYPair value)
        (36) set attribute CoverOffset
        Parameters:
        value - the value to set the attribute to
      • getCoverOffset

        public JDFXYPair getCoverOffset()
        (20) get JDFXYPair attribute CoverOffset
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • getGlueApplication

        public JDFGlueApplication getGlueApplication()
        (24) const get element GlueApplication
        Returns:
        JDFGlueApplication the element
      • getCreateGlueApplication

        public JDFGlueApplication getCreateGlueApplication()
        (25) getCreateGlueApplication
        Returns:
        JDFGlueApplication the element
      • getCreateGlueApplication

        public JDFGlueApplication getCreateGlueApplication​(int iSkip)
        (26) getCreateGlueApplication
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueApplication the element
      • getGlueApplication

        public JDFGlueApplication getGlueApplication​(int iSkip)
        (27) const get element GlueApplication
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFGlueApplication the element default is getGlueApplication(0)
      • getAllGlueApplication

        public java.util.Collection<JDFGlueApplication> getAllGlueApplication()
        Get all GlueApplication from the current element
        Returns:
        Collection, null if none are available
      • appendGlueApplication

        public JDFGlueApplication appendGlueApplication()
        (30) append element GlueApplication
        Returns:
        JDFGlueApplication the element
      • refGlueApplication

        public void refGlueApplication​(JDFGlueApplication refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getScore

        public JDFScore getScore()
        (24) const get element Score
        Returns:
        JDFScore the element
      • getCreateScore

        public JDFScore getCreateScore()
        (25) getCreateScore
        Returns:
        JDFScore the element
      • getCreateScore

        public JDFScore getCreateScore​(int iSkip)
        (26) getCreateScore
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFScore the element
      • getScore

        public JDFScore getScore​(int iSkip)
        (27) const get element Score
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFScore the element default is getScore(0)
      • getAllScore

        public java.util.Collection<JDFScore> getAllScore()
        Get all Score from the current element
        Returns:
        Collection, null if none are available
      • appendScore

        public JDFScore appendScore()
        (30) append element Score
        Returns:
        JDFScore the element