Class JDFAutoEmbossingParams

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

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

      • JDFAutoEmbossingParams

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

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

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

      • setModuleIndex

        public void setModuleIndex​(int value)
        (36) set attribute ModuleIndex
        Parameters:
        value - the value to set the attribute to
      • getModuleIndex

        public int getModuleIndex()
        (15) get int attribute ModuleIndex
        Returns:
        int the value of the attribute
      • getCreateEmboss

        public JDFEmboss getCreateEmboss​(int iSkip)
        (26) getCreateEmboss
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFEmboss the element
      • getEmboss

        public JDFEmboss getEmboss​(int iSkip)
        (27) const get element Emboss
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFEmboss the element default is getEmboss(0)
      • getAllEmboss

        public java.util.Collection<JDFEmboss> getAllEmboss()
        Get all Emboss from the current element
        Returns:
        Collection, null if none are available
      • appendEmboss

        public JDFEmboss appendEmboss()
        (30) append element Emboss
        Returns:
        JDFEmboss the element