Class JDFAutoTIFFtag

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFTIFFtag

public abstract class JDFAutoTIFFtag extends JDFElement
class JDFAutoTIFFtag : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoTIFFtag

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • 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(String value)
      (36) set attribute StringValue
      Parameters:
      value - the value to set the attribute to
    • getStringValue

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

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

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