Class JDFAutoBand

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

    public abstract class JDFAutoBand
    extends JDFElement
    class JDFAutoBand : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoBand

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

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

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

      • setData

        public void setData​(java.lang.String value)
        (36) set attribute Data
        Parameters:
        value - the value to set the attribute to
      • getData

        public java.lang.String getData()
        (23) get String attribute Data
        Returns:
        the value of the attribute
      • setHeight

        public void setHeight​(int value)
        (36) set attribute Height
        Parameters:
        value - the value to set the attribute to
      • getHeight

        public int getHeight()
        (15) get int attribute Height
        Returns:
        int the value of the attribute
      • setMask

        public void setMask​(java.lang.String value)
        (36) set attribute Mask
        Parameters:
        value - the value to set the attribute to
      • getMask

        public java.lang.String getMask()
        (23) get String attribute Mask
        Returns:
        the value of the attribute
      • setWasMarked

        public void setWasMarked​(boolean value)
        (36) set attribute WasMarked
        Parameters:
        value - the value to set the attribute to
      • getWasMarked

        public boolean getWasMarked()
        (18) get boolean attribute WasMarked
        Returns:
        boolean the value of the attribute
      • setWidth

        public void setWidth​(int value)
        (36) set attribute Width
        Parameters:
        value - the value to set the attribute to
      • getWidth

        public int getWidth()
        (15) get int attribute Width
        Returns:
        int the value of the attribute