Class JDFAutoAssemblySection

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoAssemblySection
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFAssemblySection

public abstract class JDFAutoAssemblySection extends JDFElement
class JDFAutoAssemblySection : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoAssemblySection

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setAssemblyID

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

      public 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
    • setCommonFolds

      public void setCommonFolds(int value)
      (36) set attribute CommonFolds
      Parameters:
      value - the value to set the attribute to
    • getCommonFolds

      public int getCommonFolds()
      (15) get int attribute CommonFolds
      Returns:
      int the value of the attribute
    • setJobID

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

      public String getJobID()
      (23) get String attribute JobID
      Returns:
      the value of the attribute
    • setOrder

      public void setOrder(JDFAutoAssemblySection.EnumOrder enumVar)
      (5) set attribute Order
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getOrder

      (9) get attribute Order
      Returns:
      the value of the attribute
    • getPageAssignedList

      public JDFPageAssignedList getPageAssignedList()
      (24) const get element PageAssignedList
      Returns:
      JDFPageAssignedList the element
    • getCreatePageAssignedList

      public JDFPageAssignedList getCreatePageAssignedList()
      (25) getCreatePageAssignedList
      Returns:
      JDFPageAssignedList the element
    • 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 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