Class JDFAutoIdentificationField

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

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

      • JDFAutoIdentificationField

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

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

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

      • 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
      • setEncodingDetails

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

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

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

        public java.lang.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
      • setPurposeDetails

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

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

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

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

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

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

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

        public java.lang.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 @ if the element already exists
      • 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 @ if the element already exists
      • 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 java.util.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