Class JDFAutoIdentificationField

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:
JDFIdentificationField

public abstract class JDFAutoIdentificationField extends JDFResource
class JDFAutoIdentificationField : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoIdentificationField

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setBoundingBox

      public void setBoundingBox(JDFRectangle value)
      (36) set attribute BoundingBox
      Parameters:
      value - the value to set the attribute to
    • getBoundingBox

      public JDFRectangle getBoundingBox()
      (20) get JDFRectangle attribute BoundingBox
      Returns:
      JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
    • setEncoding

      public void setEncoding(JDFAutoIdentificationField.EEncoding enumVar)
      (5) set attribute Encoding
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEEncoding

      public JDFAutoIdentificationField.EEncoding getEEncoding()
      (9) get attribute Encoding
      Returns:
      the value of the attribute
    • setEncoding

      @Deprecated public void setEncoding(JDFAutoIdentificationField.EnumEncoding enumVar)
      Deprecated.
      use SetEncoding(EEncoding) based on java.lang.enum instead
      (5) set attribute Encoding
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEncoding

      Deprecated.
      use EEncoding GetEEncoding() based on java.lang.enum instead
      (9) get attribute Encoding
      Returns:
      the value of the attribute
    • setEncodingDetails

      public void setEncodingDetails(String value)
      (36) set attribute EncodingDetails
      Parameters:
      value - the value to set the attribute to
    • getEncodingDetails

      public String getEncodingDetails()
      (23) get String attribute EncodingDetails
      Returns:
      the value of the attribute
    • setFormat

      public void setFormat(String value)
      (36) set attribute Format
      Parameters:
      value - the value to set the attribute to
    • getFormat

      public String getFormat()
      (23) get String attribute Format
      Returns:
      the value of the attribute
    • setOrientation

      public void setOrientation(JDFMatrix value)
      (36) set attribute Orientation
      Parameters:
      value - the value to set the attribute to
    • getOrientation

      public JDFMatrix getOrientation()
      (20) get JDFMatrix attribute Orientation
      Returns:
      JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
    • setPage

      public void setPage(int value)
      (36) set attribute Page
      Parameters:
      value - the value to set the attribute to
    • getPage

      public int getPage()
      (15) get int attribute Page
      Returns:
      int the value of the attribute
    • setPosition

      public void setPosition(JDFAutoIdentificationField.EPosition enumVar)
      (5) set attribute Position
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPosition

      public JDFAutoIdentificationField.EPosition getEPosition()
      (9) get attribute Position
      Returns:
      the value of the attribute
    • setPosition

      @Deprecated public void setPosition(JDFAutoIdentificationField.EnumPosition enumVar)
      Deprecated.
      use SetPosition(EPosition) based on java.lang.enum instead
      (5) set attribute Position
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPosition

      Deprecated.
      use EPosition GetEPosition() based on java.lang.enum instead
      (9) get attribute Position
      Returns:
      the value of the attribute
    • setPurpose

      public void setPurpose(JDFAutoIdentificationField.EPurpose enumVar)
      (5) set attribute Purpose
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEPurpose

      (9) get attribute Purpose
      Returns:
      the value of the attribute
    • setPurpose

      @Deprecated public void setPurpose(JDFAutoIdentificationField.EnumPurpose enumVar)
      Deprecated.
      use SetPurpose(EPurpose) based on java.lang.enum instead
      (5) set attribute Purpose
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPurpose

      Deprecated.
      use EPurpose GetEPurpose() based on java.lang.enum instead
      (9) get attribute Purpose
      Returns:
      the value of the attribute
    • setPurposeDetails

      public void setPurposeDetails(String value)
      (36) set attribute PurposeDetails
      Parameters:
      value - the value to set the attribute to
    • getPurposeDetails

      public String getPurposeDetails()
      (23) get String attribute PurposeDetails
      Returns:
      the value of the attribute
    • setValue

      public void setValue(String value)
      (36) set attribute Value
      Parameters:
      value - the value to set the attribute to
    • getValue

      public String getValue()
      (23) get String attribute Value
      Returns:
      the value of the attribute
    • setValueFormat

      public void setValueFormat(String value)
      (36) set attribute ValueFormat
      Parameters:
      value - the value to set the attribute to
    • getValueFormat

      public String getValueFormat()
      (23) get String attribute ValueFormat
      Returns:
      the value of the attribute
    • setValueTemplate

      public void setValueTemplate(String value)
      (36) set attribute ValueTemplate
      Parameters:
      value - the value to set the attribute to
    • getValueTemplate

      public String getValueTemplate()
      (23) get String attribute ValueTemplate
      Returns:
      the value of the attribute
    • getBarcodeDetails

      public JDFBarcodeDetails getBarcodeDetails()
      (24) const get element BarcodeDetails
      Returns:
      JDFBarcodeDetails the element
    • getCreateBarcodeDetails

      public JDFBarcodeDetails getCreateBarcodeDetails()
      (25) getCreateBarcodeDetails
      Returns:
      JDFBarcodeDetails the element
    • appendBarcodeDetails

      public JDFBarcodeDetails appendBarcodeDetails()
      (29) append element BarcodeDetails
      Returns:
      JDFBarcodeDetails the element
    • getExtraValues

      public JDFExtraValues getExtraValues()
      (24) const get element ExtraValues
      Returns:
      JDFExtraValues the element
    • getCreateExtraValues

      public JDFExtraValues getCreateExtraValues()
      (25) getCreateExtraValues
      Returns:
      JDFExtraValues the element
    • appendExtraValues

      public JDFExtraValues appendExtraValues()
      (29) append element ExtraValues
      Returns:
      JDFExtraValues the element
    • getMetadataMap

      public JDFMetadataMap getMetadataMap()
      (24) const get element MetadataMap
      Returns:
      JDFMetadataMap the element
    • getCreateMetadataMap

      public JDFMetadataMap getCreateMetadataMap()
      (25) getCreateMetadataMap
      Returns:
      JDFMetadataMap the element
    • getCreateMetadataMap

      public JDFMetadataMap getCreateMetadataMap(int iSkip)
      (26) getCreateMetadataMap
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFMetadataMap the element
    • getMetadataMap

      public JDFMetadataMap getMetadataMap(int iSkip)
      (27) const get element MetadataMap
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFMetadataMap the element default is getMetadataMap(0)
    • getAllMetadataMap

      public Collection<JDFMetadataMap> getAllMetadataMap()
      Get all MetadataMap from the current element
      Returns:
      Collection, null if none are available
    • appendMetadataMap

      public JDFMetadataMap appendMetadataMap()
      (30) append element MetadataMap
      Returns:
      JDFMetadataMap the element