Class JDFAutoStation

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
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFStation

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

    • JDFAutoStation

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

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

      protected JDFAutoStation(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoStation
      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
    • 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(String value)
      (36) set attribute StationName
      Parameters:
      value - the value to set the attribute to
    • getStationName

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