Class JDFAutoDieLayoutProductionParams

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

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

    • JDFAutoDieLayoutProductionParams

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

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

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

      public void setEstimate(boolean value)
      (36) set attribute Estimate
      Parameters:
      value - the value to set the attribute to
    • getEstimate

      public boolean getEstimate()
      (18) get boolean attribute Estimate
      Returns:
      boolean the value of the attribute
    • setPosition

      public void setPosition(JDFAutoDieLayoutProductionParams.EnumPosition enumVar)
      (5) set attribute Position
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPosition

      (9) get attribute Position
      Returns:
      the value of the attribute
    • getConvertingConfig

      public JDFConvertingConfig getConvertingConfig()
      (24) const get element ConvertingConfig
      Returns:
      JDFConvertingConfig the element
    • getCreateConvertingConfig

      public JDFConvertingConfig getCreateConvertingConfig()
      (25) getCreateConvertingConfig
      Returns:
      JDFConvertingConfig the element
    • getCreateConvertingConfig

      public JDFConvertingConfig getCreateConvertingConfig(int iSkip)
      (26) getCreateConvertingConfig
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFConvertingConfig the element
    • getConvertingConfig

      public JDFConvertingConfig getConvertingConfig(int iSkip)
      (27) const get element ConvertingConfig
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFConvertingConfig the element default is getConvertingConfig(0)
    • getAllConvertingConfig

      public Collection<JDFConvertingConfig> getAllConvertingConfig()
      Get all ConvertingConfig from the current element
      Returns:
      Collection, null if none are available
    • appendConvertingConfig

      public JDFConvertingConfig appendConvertingConfig()
      (30) append element ConvertingConfig
      Returns:
      JDFConvertingConfig the element
    • getRepeatDesc

      public JDFRepeatDesc getRepeatDesc()
      (24) const get element RepeatDesc
      Returns:
      JDFRepeatDesc the element
    • getCreateRepeatDesc

      public JDFRepeatDesc getCreateRepeatDesc()
      (25) getCreateRepeatDesc
      Returns:
      JDFRepeatDesc the element
    • getCreateRepeatDesc

      public JDFRepeatDesc getCreateRepeatDesc(int iSkip)
      (26) getCreateRepeatDesc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFRepeatDesc the element
    • getRepeatDesc

      public JDFRepeatDesc getRepeatDesc(int iSkip)
      (27) const get element RepeatDesc
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFRepeatDesc the element default is getRepeatDesc(0)
    • getAllRepeatDesc

      public Collection<JDFRepeatDesc> getAllRepeatDesc()
      Get all RepeatDesc from the current element
      Returns:
      Collection, null if none are available
    • appendRepeatDesc

      public JDFRepeatDesc appendRepeatDesc()
      (30) append element RepeatDesc
      Returns:
      JDFRepeatDesc the element
    • getContact

      public JDFContact getContact()
      (24) const get element Contact
      Overrides:
      getContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact()
      (25) getCreateContact
      Overrides:
      getCreateContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact(int iSkip)
      (26) getCreateContact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element
    • getContact

      public JDFContact getContact(int iSkip)
      (27) const get element Contact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element default is getContact(0)
    • getAllContact

      public Collection<JDFContact> getAllContact()
      Get all Contact from the current element
      Returns:
      Collection, null if none are available
    • appendContact

      public JDFContact appendContact()
      (30) append element Contact
      Overrides:
      appendContact in class JDFResource
      Returns:
      JDFContact the element
    • refContact

      public void refContact(JDFContact refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced