Class JDFAutoAncestor

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

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

    • JDFAutoAncestor

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

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

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

      public void setActivation(JDFNode.EActivation enumVar)
      (5) set attribute Activation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEActivation

      public JDFNode.EActivation getEActivation()
      (9) get attribute Activation
      Returns:
      the value of the attribute
    • setActivation

      @Deprecated public void setActivation(JDFNode.EnumActivation enumVar)
      Deprecated.
      use SetActivation(EActivation) based on java.lang.enum instead
      (5) set attribute Activation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getActivation

      @Deprecated public JDFNode.EnumActivation getActivation()
      Deprecated.
      use EActivation GetEActivation() based on java.lang.enum instead
      (9) get attribute Activation
      Returns:
      the value of the attribute
    • setCategory

      public void setCategory(String value)
      (36) set attribute Category
      Parameters:
      value - the value to set the attribute to
    • getCategory

      public String getCategory()
      (23) get String attribute Category
      Returns:
      the value of the attribute
    • setFileName

      public void setFileName(String value)
      (36) set attribute FileName
      Parameters:
      value - the value to set the attribute to
    • getFileName

      public String getFileName()
      (23) get String attribute FileName
      Returns:
      the value of the attribute
    • setICSVersions

      public void setICSVersions(VString value)
      (36) set attribute ICSVersions
      Parameters:
      value - the value to set the attribute to
    • getICSVersions

      public VString getICSVersions()
      (21) get VString attribute ICSVersions
      Returns:
      VString 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
    • setJobPartID

      public void setJobPartID(String value)
      (36) set attribute JobPartID
      Parameters:
      value - the value to set the attribute to
    • getJobPartID

      public String getJobPartID()
      (23) get String attribute JobPartID
      Returns:
      the value of the attribute
    • setMaxVersion

      public void setMaxVersion(JDFElement.EVersion enumVar)
      (5) set attribute MaxVersion
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEMaxVersion

      public JDFElement.EVersion getEMaxVersion()
      (9) get attribute MaxVersion
      Returns:
      the value of the attribute
    • setMaxVersion

      @Deprecated public void setMaxVersion(JDFElement.EnumVersion enumVar)
      Deprecated.
      use SetMaxVersion(EVersion) based on java.lang.enum instead
      (5) set attribute MaxVersion
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMaxVersion

      @Deprecated public JDFElement.EnumVersion getMaxVersion()
      Deprecated.
      use EVersion GetEMaxVersion() based on java.lang.enum instead
      (9) get attribute MaxVersion
      Returns:
      the value of the attribute
    • setNodeID

      public void setNodeID(String value)
      (36) set attribute NodeID
      Parameters:
      value - the value to set the attribute to
    • getNodeID

      public String getNodeID()
      (23) get String attribute NodeID
      Returns:
      the value of the attribute
    • setProjectID

      public void setProjectID(String value)
      (36) set attribute ProjectID
      Parameters:
      value - the value to set the attribute to
    • getProjectID

      public String getProjectID()
      (23) get String attribute ProjectID
      Returns:
      the value of the attribute
    • setRelatedJobID

      public void setRelatedJobID(String value)
      (36) set attribute RelatedJobID
      Parameters:
      value - the value to set the attribute to
    • getRelatedJobID

      public String getRelatedJobID()
      (23) get String attribute RelatedJobID
      Returns:
      the value of the attribute
    • setRelatedJobPartID

      public void setRelatedJobPartID(String value)
      (36) set attribute RelatedJobPartID
      Parameters:
      value - the value to set the attribute to
    • getRelatedJobPartID

      public String getRelatedJobPartID()
      (23) get String attribute RelatedJobPartID
      Returns:
      the value of the attribute
    • setRelatedProjectID

      public void setRelatedProjectID(String value)
      (36) set attribute RelatedProjectID
      Parameters:
      value - the value to set the attribute to
    • getRelatedProjectID

      public String getRelatedProjectID()
      (23) get String attribute RelatedProjectID
      Returns:
      the value of the attribute
    • setSpawnID

      public void setSpawnID(String value)
      (36) set attribute SpawnID
      Parameters:
      value - the value to set the attribute to
    • getSpawnID

      public String getSpawnID()
      (23) get String attribute SpawnID
      Returns:
      the value of the attribute
    • setStatusDetails

      public void setStatusDetails(String value)
      (36) set attribute StatusDetails
      Parameters:
      value - the value to set the attribute to
    • getStatusDetails

      public String getStatusDetails()
      (23) get String attribute StatusDetails
      Returns:
      the value of the attribute
    • setTemplate

      public void setTemplate(boolean value)
      (36) set attribute Template
      Parameters:
      value - the value to set the attribute to
    • getTemplate

      public boolean getTemplate()
      (18) get boolean attribute Template
      Returns:
      boolean the value of the attribute
    • setTemplateID

      public void setTemplateID(String value)
      (36) set attribute TemplateID
      Parameters:
      value - the value to set the attribute to
    • getTemplateID

      public String getTemplateID()
      (23) get String attribute TemplateID
      Returns:
      the value of the attribute
    • setTemplateVersion

      public void setTemplateVersion(String value)
      (36) set attribute TemplateVersion
      Parameters:
      value - the value to set the attribute to
    • getTemplateVersion

      public String getTemplateVersion()
      (23) get String attribute TemplateVersion
      Returns:
      the value of the attribute
    • setType

      public void setType(String value)
      (36) set attribute Type
      Parameters:
      value - the value to set the attribute to
    • getType

      public String getType()
      (23) get String attribute Type
      Returns:
      the value of the attribute
    • setTypes

      public void setTypes(VString value)
      (36) set attribute Types
      Parameters:
      value - the value to set the attribute to
    • getTypes

      public VString getTypes()
      (21) get VString attribute Types
      Returns:
      VString the value of the attribute
    • getCustomerInfo

      public JDFCustomerInfo getCustomerInfo()
      (24) const get element CustomerInfo
      Returns:
      JDFCustomerInfo the element
    • getCreateCustomerInfo

      public JDFCustomerInfo getCreateCustomerInfo()
      (25) getCreateCustomerInfo
      Returns:
      JDFCustomerInfo the element
    • appendCustomerInfo

      public JDFCustomerInfo appendCustomerInfo()
      (29) append element CustomerInfo
      Returns:
      JDFCustomerInfo the element
    • getNodeInfo

      public JDFNodeInfo getNodeInfo()
      (24) const get element NodeInfo
      Returns:
      JDFNodeInfo the element
    • getCreateNodeInfo

      public JDFNodeInfo getCreateNodeInfo()
      (25) getCreateNodeInfo
      Returns:
      JDFNodeInfo the element
    • appendNodeInfo

      public JDFNodeInfo appendNodeInfo()
      (29) append element NodeInfo
      Returns:
      JDFNodeInfo the element