Class JDFAutoModule

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:
JDFModule

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

    • JDFAutoModule

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

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

      protected JDFAutoModule(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoModule
      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
    • setDeviceType

      public void setDeviceType(String value)
      (36) set attribute DeviceType
      Parameters:
      value - the value to set the attribute to
    • getDeviceType

      public String getDeviceType()
      (23) get String attribute DeviceType
      Returns:
      the value of the attribute
    • setManufacturer

      public void setManufacturer(String value)
      (36) set attribute Manufacturer
      Parameters:
      value - the value to set the attribute to
    • getManufacturer

      public String getManufacturer()
      (23) get String attribute Manufacturer
      Returns:
      the value of the attribute
    • setManufacturerURL

      public void setManufacturerURL(String value)
      (36) set attribute ManufacturerURL
      Parameters:
      value - the value to set the attribute to
    • getManufacturerURL

      public String getManufacturerURL()
      (23) get String attribute ManufacturerURL
      Returns:
      the value of the attribute
    • setModelDescription

      public void setModelDescription(String value)
      (36) set attribute ModelDescription
      Parameters:
      value - the value to set the attribute to
    • getModelDescription

      public String getModelDescription()
      (23) get String attribute ModelDescription
      Returns:
      the value of the attribute
    • setModelName

      public void setModelName(String value)
      (36) set attribute ModelName
      Parameters:
      value - the value to set the attribute to
    • getModelName

      public String getModelName()
      (23) get String attribute ModelName
      Returns:
      the value of the attribute
    • setModelNumber

      public void setModelNumber(String value)
      (36) set attribute ModelNumber
      Parameters:
      value - the value to set the attribute to
    • getModelNumber

      public String getModelNumber()
      (23) get String attribute ModelNumber
      Returns:
      the value of the attribute
    • setModelURL

      public void setModelURL(String value)
      (36) set attribute ModelURL
      Parameters:
      value - the value to set the attribute to
    • getModelURL

      public String getModelURL()
      (23) get String attribute ModelURL
      Returns:
      the value of the attribute
    • setModuleID

      public void setModuleID(String value)
      (36) set attribute ModuleID
      Parameters:
      value - the value to set the attribute to
    • getModuleID

      public String getModuleID()
      (23) get String attribute ModuleID
      Returns:
      the value of the attribute
    • setModuleIndex

      public void setModuleIndex(int value)
      (36) set attribute ModuleIndex
      Parameters:
      value - the value to set the attribute to
    • getModuleIndex

      public int getModuleIndex()
      (15) get int attribute ModuleIndex
      Returns:
      int the value of the attribute
    • setModuleType

      public void setModuleType(String value)
      (36) set attribute ModuleType
      Parameters:
      value - the value to set the attribute to
    • getModuleType

      public String getModuleType()
      (23) get String attribute ModuleType
      Returns:
      the value of the attribute
    • setRevision

      public void setRevision(String value)
      (36) set attribute Revision
      Parameters:
      value - the value to set the attribute to
    • getRevision

      public String getRevision()
      (23) get String attribute Revision
      Returns:
      the value of the attribute
    • setSerialNumber

      public void setSerialNumber(String value)
      (36) set attribute SerialNumber
      Parameters:
      value - the value to set the attribute to
    • getSerialNumber

      public String getSerialNumber()
      (23) get String attribute SerialNumber
      Returns:
      the value of the attribute
    • setSubModuleIndex

      public void setSubModuleIndex(int value)
      (36) set attribute SubModuleIndex
      Parameters:
      value - the value to set the attribute to
    • getSubModuleIndex

      public int getSubModuleIndex()
      (15) get int attribute SubModuleIndex
      Returns:
      int the value of the attribute
    • getModule

      public JDFModule getModule()
      (24) const get element Module
      Returns:
      JDFModule the element
    • getCreateModule

      public JDFModule getCreateModule()
      (25) getCreateModule
      Returns:
      JDFModule the element
    • getCreateModule

      public JDFModule getCreateModule(int iSkip)
      (26) getCreateModule
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFModule the element
    • getModule

      public JDFModule getModule(int iSkip)
      (27) const get element Module
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFModule the element default is getModule(0)
    • getAllModule

      public Collection<JDFModule> getAllModule()
      Get all Module from the current element
      Returns:
      Collection, null if none are available
    • appendModule

      public JDFModule appendModule()
      (30) append element Module
      Returns:
      JDFModule the element