Class JDFAutoResourceCmdParams

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoResourceCmdParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFResourceCmdParams

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

    • JDFAutoResourceCmdParams

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

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

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

      public void setExact(boolean value)
      (36) set attribute Exact
      Parameters:
      value - the value to set the attribute to
    • getExact

      public boolean getExact()
      (18) get boolean attribute Exact
      Returns:
      boolean 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
    • setProcessUsage

      public void setProcessUsage(String value)
      (36) set attribute ProcessUsage
      Parameters:
      value - the value to set the attribute to
    • getProcessUsage

      public String getProcessUsage()
      (23) get String attribute ProcessUsage
      Returns:
      the value of the attribute
    • setProductID

      public void setProductID(String value)
      (36) set attribute ProductID
      Parameters:
      value - the value to set the attribute to
    • getProductID

      public String getProductID()
      (23) get String attribute ProductID
      Returns:
      the value of the attribute
    • setProductionAmount

      public void setProductionAmount(double value)
      (36) set attribute ProductionAmount
      Parameters:
      value - the value to set the attribute to
    • getProductionAmount

      public double getProductionAmount()
      (17) get double attribute ProductionAmount
      Returns:
      double the value of the attribute
    • setQueueEntryID

      public void setQueueEntryID(String value)
      (36) set attribute QueueEntryID
      Parameters:
      value - the value to set the attribute to
    • getQueueEntryID

      public String getQueueEntryID()
      (23) get String attribute QueueEntryID
      Returns:
      the value of the attribute
    • setResourceName

      public void setResourceName(String value)
      (36) set attribute ResourceName
      Parameters:
      value - the value to set the attribute to
    • getResourceName

      public String getResourceName()
      (23) get String attribute ResourceName
      Returns:
      the value of the attribute
    • setResourceID

      public void setResourceID(String value)
      (36) set attribute ResourceID
      Parameters:
      value - the value to set the attribute to
    • getResourceID

      public String getResourceID()
      (23) get String attribute ResourceID
      Returns:
      the value of the attribute
    • setResStatus

      public void setResStatus(JDFResource.EResStatus enumVar)
      (5) set attribute Status
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEResStatus

      public JDFResource.EResStatus getEResStatus()
      (9) get attribute Status
      Returns:
      the value of the attribute
    • setResStatus

      @Deprecated public void setResStatus(JDFResource.EnumResStatus enumVar)
      Deprecated.
      use SetResStatus(Eesource.EnumResStatus) based on java.lang.enum instead
      (5) set attribute Status
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getResStatus

      @Deprecated public JDFResource.EnumResStatus getResStatus()
      Deprecated.
      use Eesource.EnumResStatus GetEResStatus() based on java.lang.enum instead
      (9) get attribute Status
      Returns:
      the value of the attribute
    • setUpdateIDs

      public void setUpdateIDs(VString value)
      (36) set attribute UpdateIDs
      Parameters:
      value - the value to set the attribute to
    • getUpdateIDs

      public VString getUpdateIDs()
      (21) get VString attribute UpdateIDs
      Returns:
      VString the value of the attribute
    • setUpdateMethod

      public void setUpdateMethod(JDFAutoResourceCmdParams.EUpdateMethod enumVar)
      (5) set attribute UpdateMethod
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEUpdateMethod

      public JDFAutoResourceCmdParams.EUpdateMethod getEUpdateMethod()
      (9) get attribute UpdateMethod
      Returns:
      the value of the attribute
    • setUpdateMethod

      @Deprecated public void setUpdateMethod(JDFAutoResourceCmdParams.EnumUpdateMethod enumVar)
      Deprecated.
      use SetUpdateMethod(EUpdateMethod) based on java.lang.enum instead
      (5) set attribute UpdateMethod
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getUpdateMethod

      Deprecated.
      use EUpdateMethod GetEUpdateMethod() based on java.lang.enum instead
      (9) get attribute UpdateMethod
      Returns:
      the value of the attribute
    • setUsage

      public void setUsage(JDFResourceLink.EUsage enumVar)
      (5) set attribute Usage
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEUsage

      public JDFResourceLink.EUsage getEUsage()
      (9) get attribute Usage
      Returns:
      the value of the attribute
    • setUsage

      @Deprecated public void setUsage(JDFResourceLink.EnumUsage enumVar)
      Deprecated.
      use SetUsage(EesourceLink.EnumUsage) based on java.lang.enum instead
      (5) set attribute Usage
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getUsage

      Deprecated.
      use EesourceLink.EnumUsage GetEUsage() based on java.lang.enum instead
      (9) get attribute Usage
      Returns:
      the value of the attribute
    • getPart

      public JDFPart getPart()
      (24) const get element Part
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart()
      (25) getCreatePart
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart(int iSkip)
      (26) getCreatePart
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPart the element
    • getPart

      public JDFPart getPart(int iSkip)
      (27) const get element Part
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPart the element default is getPart(0)
    • getAllPart

      public Collection<JDFPart> getAllPart()
      Get all Part from the current element
      Returns:
      Collection, null if none are available
    • appendPart

      public JDFPart appendPart()
      (30) append element Part
      Returns:
      JDFPart the element
    • getMISDetails

      public JDFMISDetails getMISDetails()
      (24) const get element MISDetails
      Returns:
      JDFMISDetails the element
    • getCreateMISDetails

      public JDFMISDetails getCreateMISDetails()
      (25) getCreateMISDetails
      Returns:
      JDFMISDetails the element
    • appendMISDetails

      public JDFMISDetails appendMISDetails()
      (29) append element MISDetails
      Returns:
      JDFMISDetails the element
    • getResource

      public JDFResource getResource()
      (24) const get element Resource
      Returns:
      JDFResource the element
    • getCreateResource

      public JDFResource getCreateResource()
      (25) getCreateResource
      Returns:
      JDFResource the element
    • getCreateResource

      public JDFResource getCreateResource(int iSkip)
      (26) getCreateResource
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFResource the element
    • getResource

      public JDFResource getResource(int iSkip)
      (27) const get element Resource
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFResource the element default is getResource(0)
    • getAllResource

      public Collection<JDFResource> getAllResource()
      Get all Resource from the current element
      Returns:
      Collection, null if none are available
    • appendResource

      public JDFResource appendResource()
      (30) append element Resource
      Returns:
      JDFResource the element