Class JDFAutoTIFFtag

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

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

      • JDFAutoTIFFtag

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

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

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

      • setTagNumber

        public void setTagNumber​(int value)
        (36) set attribute TagNumber
        Parameters:
        value - the value to set the attribute to
      • getTagNumber

        public int getTagNumber()
        (15) get int attribute TagNumber
        Returns:
        int the value of the attribute
      • setTagType

        public void setTagType​(int value)
        (36) set attribute TagType
        Parameters:
        value - the value to set the attribute to
      • getTagType

        public int getTagType()
        (15) get int attribute TagType
        Returns:
        int the value of the attribute
      • setIntegerValue

        public void setIntegerValue​(JDFIntegerList value)
        (36) set attribute IntegerValue
        Parameters:
        value - the value to set the attribute to
      • getIntegerValue

        public JDFIntegerList getIntegerValue()
        (20) get JDFIntegerList attribute IntegerValue
        Returns:
        JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
      • setNumberValue

        public void setNumberValue​(JDFNumberList value)
        (36) set attribute NumberValue
        Parameters:
        value - the value to set the attribute to
      • getNumberValue

        public JDFNumberList getNumberValue()
        (20) get JDFNumberList attribute NumberValue
        Returns:
        JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
      • setStringValue

        public void setStringValue​(java.lang.String value)
        (36) set attribute StringValue
        Parameters:
        value - the value to set the attribute to
      • getStringValue

        public java.lang.String getStringValue()
        (23) get String attribute StringValue
        Returns:
        the value of the attribute
      • setBinaryValue

        public void setBinaryValue​(java.lang.String value)
        (36) set attribute BinaryValue
        Parameters:
        value - the value to set the attribute to
      • getBinaryValue

        public java.lang.String getBinaryValue()
        (23) get String attribute BinaryValue
        Returns:
        the value of the attribute