Class JDFAutoCoverApplicationParams

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

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

    • JDFAutoCoverApplicationParams

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

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

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

      public void setCoverOffset(JDFXYPair value)
      (36) set attribute CoverOffset
      Parameters:
      value - the value to set the attribute to
    • getCoverOffset

      public JDFXYPair getCoverOffset()
      (20) get JDFXYPair attribute CoverOffset
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • getGlueApplication

      public JDFGlueApplication getGlueApplication()
      (24) const get element GlueApplication
      Returns:
      JDFGlueApplication the element
    • getCreateGlueApplication

      public JDFGlueApplication getCreateGlueApplication()
      (25) getCreateGlueApplication
      Returns:
      JDFGlueApplication the element
    • getCreateGlueApplication

      public JDFGlueApplication getCreateGlueApplication(int iSkip)
      (26) getCreateGlueApplication
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueApplication the element
    • getGlueApplication

      public JDFGlueApplication getGlueApplication(int iSkip)
      (27) const get element GlueApplication
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueApplication the element default is getGlueApplication(0)
    • getAllGlueApplication

      public Collection<JDFGlueApplication> getAllGlueApplication()
      Get all GlueApplication from the current element
      Returns:
      Collection, null if none are available
    • appendGlueApplication

      public JDFGlueApplication appendGlueApplication()
      (30) append element GlueApplication
      Returns:
      JDFGlueApplication the element
    • refGlueApplication

      public void refGlueApplication(JDFGlueApplication refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getScore

      public JDFScore getScore()
      (24) const get element Score
      Returns:
      JDFScore the element
    • getCreateScore

      public JDFScore getCreateScore()
      (25) getCreateScore
      Returns:
      JDFScore the element
    • getCreateScore

      public JDFScore getCreateScore(int iSkip)
      (26) getCreateScore
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFScore the element
    • getScore

      public JDFScore getScore(int iSkip)
      (27) const get element Score
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFScore the element default is getScore(0)
    • getAllScore

      public Collection<JDFScore> getAllScore()
      Get all Score from the current element
      Returns:
      Collection, null if none are available
    • appendScore

      public JDFScore appendScore()
      (30) append element Score
      Returns:
      JDFScore the element