Class JDFAutoPDFPathState

  • 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

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

      • JDFAutoPDFPathState

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

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

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

      • setDefaultValue

        public void setDefaultValue​(java.lang.String value)
        (36) set attribute DefaultValue
        Parameters:
        value - the value to set the attribute to
      • getDefaultValue

        public java.lang.String getDefaultValue()
        (23) get String attribute DefaultValue
        Returns:
        the value of the attribute
      • setCurrentValue

        public void setCurrentValue​(java.lang.String value)
        (36) set attribute CurrentValue
        Parameters:
        value - the value to set the attribute to
      • getCurrentValue

        public java.lang.String getCurrentValue()
        (23) get String attribute CurrentValue
        Returns:
        the value of the attribute
      • setAllowedLength

        public void setAllowedLength​(JDFIntegerRange value)
        (36) set attribute AllowedLength
        Parameters:
        value - the value to set the attribute to
      • getAllowedLength

        public JDFIntegerRange getAllowedLength()
        (20) get JDFIntegerRange attribute AllowedLength
        Returns:
        JDFIntegerRange the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRange
      • setPresentLength

        public void setPresentLength​(JDFIntegerRange value)
        (36) set attribute PresentLength
        Parameters:
        value - the value to set the attribute to
      • getPresentLength

        public JDFIntegerRange getPresentLength()
        (20) get JDFIntegerRange attribute PresentLength
        Returns:
        JDFIntegerRange the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRange
      • getCreateLoc

        public JDFLoc getCreateLoc​(int iSkip)
        (26) getCreateLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element
      • getLoc

        public JDFLoc getLoc​(int iSkip)
        (27) const get element Loc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element default is getLoc(0)
      • getAllLoc

        public java.util.Collection<JDFLoc> getAllLoc()
        Get all Loc from the current element
        Returns:
        Collection, null if none are available
      • appendLoc

        public JDFLoc appendLoc()
        (30) append element Loc
        Returns:
        JDFLoc the element
      • getCreateValue

        public JDFValue getCreateValue​(int iSkip)
        (26) getCreateValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValue the element
      • getValue

        public JDFValue getValue​(int iSkip)
        (27) const get element Value
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValue the element default is getValue(0)
      • getAllValue

        public java.util.Collection<JDFValue> getAllValue()
        Get all Value from the current element
        Returns:
        Collection, null if none are available
      • appendValue

        public JDFValue appendValue()
        (30) append element Value
        Returns:
        JDFValue the element