Class JDFAutoDurationState

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

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

    • JDFAutoDurationState

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

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

      protected JDFAutoDurationState(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoDurationState
      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:
    • setDefaultValue

      public void setDefaultValue(JDFDuration value)
      (36) set attribute DefaultValue
      Parameters:
      value - the value to set the attribute to
    • getDefaultValue

      public JDFDuration getDefaultValue()
      (20) get JDFDuration attribute DefaultValue
      Returns:
      JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
    • setCurrentValue

      public void setCurrentValue(JDFDuration value)
      (36) set attribute CurrentValue
      Parameters:
      value - the value to set the attribute to
    • getCurrentValue

      public JDFDuration getCurrentValue()
      (20) get JDFDuration attribute CurrentValue
      Returns:
      JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
    • setAllowedValueList

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

      public JDFDurationRangeList getAllowedValueList()
      (20) get JDFDurationRangeList attribute AllowedValueList
      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(JDFDurationRangeList value)
      (36) set attribute PresentValueList
      Parameters:
      value - the value to set the attribute to
    • getPresentValueList

      public JDFDurationRangeList getPresentValueList()
      (20) get JDFDurationRangeList attribute PresentValueList
      Returns:
      JDFDurationRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFDurationRangeList
    • getLoc

      public JDFLoc getLoc()
      (24) const get element Loc
      Returns:
      JDFLoc the element
    • getCreateLoc

      public JDFLoc getCreateLoc()
      (25) getCreateLoc
      Returns:
      JDFLoc the element
    • 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 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
    • getValueLoc

      public JDFValueLoc getValueLoc()
      (24) const get element ValueLoc
      Returns:
      JDFValueLoc the element
    • getCreateValueLoc

      public JDFValueLoc getCreateValueLoc()
      (25) getCreateValueLoc
      Returns:
      JDFValueLoc 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 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