Class JDFAutoGangPreparationParams

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

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

      • JDFAutoGangPreparationParams

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

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

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

      • setGangName

        public void setGangName​(java.lang.String value)
        (36) set attribute GangName
        Parameters:
        value - the value to set the attribute to
      • getGangName

        public java.lang.String getGangName()
        (23) get String attribute GangName
        Returns:
        the value of the attribute
      • setJobIDs

        public void setJobIDs​(VString value)
        (36) set attribute JobIDs
        Parameters:
        value - the value to set the attribute to
      • getJobIDs

        public VString getJobIDs()
        (21) get VString attribute JobIDs
        Returns:
        VString the value of the attribute
      • getDisjointing

        public JDFDisjointing getDisjointing()
        (24) const get element Disjointing
        Returns:
        JDFDisjointing the element
      • getCreateDisjointing

        public JDFDisjointing getCreateDisjointing()
        (25) getCreateDisjointing
        Returns:
        JDFDisjointing the element
      • getCreateDisjointing

        public JDFDisjointing getCreateDisjointing​(int iSkip)
        (26) getCreateDisjointing
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDisjointing the element
      • getDisjointing

        public JDFDisjointing getDisjointing​(int iSkip)
        (27) const get element Disjointing
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFDisjointing the element default is getDisjointing(0)
      • getAllDisjointing

        public java.util.Collection<JDFDisjointing> getAllDisjointing()
        Get all Disjointing from the current element
        Returns:
        Collection, null if none are available
      • appendDisjointing

        public JDFDisjointing appendDisjointing()
        (30) append element Disjointing
        Returns:
        JDFDisjointing the element