Class JDFAutoStation

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

    public abstract class JDFAutoStation
    extends JDFElement
    class JDFAutoStation : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoStation

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

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

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

      • 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
      • setStationAmount

        public void setStationAmount​(int value)
        (36) set attribute StationAmount
        Parameters:
        value - the value to set the attribute to
      • getStationAmount

        public int getStationAmount()
        (15) get int attribute StationAmount
        Returns:
        int the value of the attribute
      • setStationName

        public void setStationName​(java.lang.String value)
        (36) set attribute StationName
        Parameters:
        value - the value to set the attribute to
      • getStationName

        public java.lang.String getStationName()
        (23) get String attribute StationName
        Returns:
        the value of the attribute
      • getShapeDef

        public JDFShapeDef getShapeDef()
        (24) const get element ShapeDef
        Returns:
        JDFShapeDef the element
      • getCreateShapeDef

        public JDFShapeDef getCreateShapeDef()
        (25) getCreateShapeDef
        Returns:
        JDFShapeDef the element
      • getCreateShapeDef

        public JDFShapeDef getCreateShapeDef​(int iSkip)
        (26) getCreateShapeDef
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeDef the element
      • getShapeDef

        public JDFShapeDef getShapeDef​(int iSkip)
        (27) const get element ShapeDef
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFShapeDef the element default is getShapeDef(0)
      • getAllShapeDef

        public java.util.Collection<JDFShapeDef> getAllShapeDef()
        Get all ShapeDef from the current element
        Returns:
        Collection, null if none are available
      • appendShapeDef

        public JDFShapeDef appendShapeDef()
        (30) append element ShapeDef
        Returns:
        JDFShapeDef the element
      • refShapeDef

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