Class JDFAutoDateTimeState

  • 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 JDFAutoDateTimeState
    extends JDFResource
    class JDFAutoDateTimeState : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDateTimeState

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

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

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

      • setDefaultValue

        public void setDefaultValue​(JDFDate value)
        (11) set attribute DefaultValue
        Parameters:
        value - the value to set the attribute to or null
      • getDefaultValue

        public JDFDate getDefaultValue()
        (12) get JDFDate attribute DefaultValue
        Returns:
        JDFDate the value of the attribute
      • setCurrentValue

        public void setCurrentValue​(JDFDate value)
        (11) set attribute CurrentValue
        Parameters:
        value - the value to set the attribute to or null
      • getCurrentValue

        public JDFDate getCurrentValue()
        (12) get JDFDate attribute CurrentValue
        Returns:
        JDFDate the value of the attribute
      • setAllowedValueDurationList

        public void setAllowedValueDurationList​(JDFDurationRangeList value)
        (36) set attribute AllowedValueDurationList
        Parameters:
        value - the value to set the attribute to
      • getAllowedValueDurationList

        public JDFDurationRangeList getAllowedValueDurationList()
        (20) get JDFDurationRangeList attribute AllowedValueDurationList
        Returns:
        JDFDurationRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFDurationRangeList
      • setAllowedValueList

        public void setAllowedValueList​(JDFDateTimeRangeList value)
        (36) set attribute AllowedValueList
        Parameters:
        value - the value to set the attribute to
      • getAllowedValueList

        public JDFDateTimeRangeList getAllowedValueList()
        (20) get JDFDateTimeRangeList attribute AllowedValueList
        Returns:
        JDFDateTimeRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFDateTimeRangeList
      • setPresentValueDurationList

        public void setPresentValueDurationList​(JDFDurationRangeList value)
        (36) set attribute PresentValueDurationList
        Parameters:
        value - the value to set the attribute to
      • getPresentValueDurationList

        public JDFDurationRangeList getPresentValueDurationList()
        (20) get JDFDurationRangeList attribute PresentValueDurationList
        Returns:
        JDFDurationRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFDurationRangeList
      • setPresentValueList

        public void setPresentValueList​(JDFDateTimeRangeList value)
        (36) set attribute PresentValueList
        Parameters:
        value - the value to set the attribute to
      • getPresentValueList

        public JDFDateTimeRangeList getPresentValueList()
        (20) get JDFDateTimeRangeList attribute PresentValueList
        Returns:
        JDFDateTimeRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFDateTimeRangeList
      • 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
      • getCreateValueLoc

        public JDFValueLoc getCreateValueLoc​(int iSkip)
        (26) getCreateValueLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValueLoc the element
      • getValueLoc

        public JDFValueLoc getValueLoc​(int iSkip)
        (27) const get element ValueLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFValueLoc the element default is getValueLoc(0)
      • getAllValueLoc

        public java.util.Collection<JDFValueLoc> getAllValueLoc()
        Get all ValueLoc from the current element
        Returns:
        Collection, null if none are available
      • appendValueLoc

        public JDFValueLoc appendValueLoc()
        (30) append element ValueLoc
        Returns:
        JDFValueLoc the element