Class JDFAutoAssembly

  • 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:
    JDFAssembly

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

      • JDFAutoAssembly

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

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

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

      • setJogSide

        public void setJogSide​(JDFAutoAssembly.EnumJogSide enumVar)
        (5) set attribute JogSide
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setOrder

        public void setOrder​(JDFAutoAssembly.EnumOrder enumVar)
        (5) set attribute Order
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setBindingSide

        public void setBindingSide​(JDFAutoAssembly.EnumBindingSide enumVar)
        (5) set attribute BindingSide
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setAssemblyID

        public void setAssemblyID​(java.lang.String value)
        (36) set attribute AssemblyID
        Parameters:
        value - the value to set the attribute to
      • getAssemblyID

        public java.lang.String getAssemblyID()
        (23) get String attribute AssemblyID
        Returns:
        the value of the attribute
      • setAssemblyIDs

        public void setAssemblyIDs​(VString value)
        (36) set attribute AssemblyIDs
        Parameters:
        value - the value to set the attribute to
      • getAssemblyIDs

        public VString getAssemblyIDs()
        (21) get VString attribute AssemblyIDs
        Returns:
        VString the value of the attribute
      • setJobID

        public void setJobID​(java.lang.String value)
        (36) set attribute JobID
        Parameters:
        value - the value to set the attribute to
      • getJobID

        public java.lang.String getJobID()
        (23) get String attribute JobID
        Returns:
        the value of the attribute
      • setPhysicalSection

        public void setPhysicalSection​(JDFIntegerList value)
        (36) set attribute PhysicalSection
        Parameters:
        value - the value to set the attribute to
      • getPhysicalSection

        public JDFIntegerList getPhysicalSection()
        (20) get JDFIntegerList attribute PhysicalSection
        Returns:
        JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
      • getCreateAssemblySection

        public JDFAssemblySection getCreateAssemblySection​(int iSkip)
        (26) getCreateAssemblySection
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAssemblySection the element
      • getAssemblySection

        public JDFAssemblySection getAssemblySection​(int iSkip)
        (27) const get element AssemblySection
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAssemblySection the element default is getAssemblySection(0)
      • getAllAssemblySection

        public java.util.Collection<JDFAssemblySection> getAllAssemblySection()
        Get all AssemblySection from the current element
        Returns:
        Collection, null if none are available
      • appendAssemblySection

        public JDFAssemblySection appendAssemblySection()
        (30) append element AssemblySection
        Returns:
        JDFAssemblySection the element
      • getPageList

        public JDFPageList getPageList()
        (24) const get element PageList
        Returns:
        JDFPageList the element
      • getCreatePageList

        public JDFPageList getCreatePageList()
        (25) getCreatePageList
        Returns:
        JDFPageList the element
      • appendPageList

        public JDFPageList appendPageList()
        (29) append element PageList
        Returns:
        JDFPageList the element @ if the element already exists
      • refPageList

        public void refPageList​(JDFPageList refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreatePageAssignedList

        public JDFPageAssignedList getCreatePageAssignedList​(int iSkip)
        (26) getCreatePageAssignedList
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPageAssignedList the element
      • getPageAssignedList

        public JDFPageAssignedList getPageAssignedList​(int iSkip)
        (27) const get element PageAssignedList
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPageAssignedList the element default is getPageAssignedList(0)
      • getAllPageAssignedList

        public java.util.Collection<JDFPageAssignedList> getAllPageAssignedList()
        Get all PageAssignedList from the current element
        Returns:
        Collection, null if none are available
      • appendPageAssignedList

        public JDFPageAssignedList appendPageAssignedList()
        (30) append element PageAssignedList
        Returns:
        JDFPageAssignedList the element