Class JDFAutoDieLayoutProductionParams

  • 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
    Direct Known Subclasses:
    JDFDieLayoutProductionParams

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

      • JDFAutoDieLayoutProductionParams

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

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

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

      • 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
      • 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 java.util.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 java.util.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
      • 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 java.util.Collection<JDFContact> getAllContact()
        Get all Contact from the current element
        Returns:
        Collection, null if none are available
      • refContact

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