Class JDFAutoEmployee

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

public abstract class JDFAutoEmployee extends JDFResource
class JDFAutoEmployee : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoEmployee

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setPersonalID

      public void setPersonalID(String value)
      (36) set attribute PersonalID
      Parameters:
      value - the value to set the attribute to
    • getPersonalID

      public String getPersonalID()
      (23) get String attribute PersonalID
      Returns:
      the value of the attribute
    • setRoles

      public void setRoles(VString value)
      (36) set attribute Roles
      Parameters:
      value - the value to set the attribute to
    • getRoles

      public VString getRoles()
      (21) get VString attribute Roles
      Returns:
      VString the value of the attribute
    • setShift

      public void setShift(String value)
      (36) set attribute Shift
      Parameters:
      value - the value to set the attribute to
    • getShift

      public String getShift()
      (23) get String attribute Shift
      Returns:
      the value of the attribute
    • getCostCenter

      public JDFCostCenter getCostCenter()
      (24) const get element CostCenter
      Returns:
      JDFCostCenter the element
    • getCreateCostCenter

      public JDFCostCenter getCreateCostCenter()
      (25) getCreateCostCenter
      Returns:
      JDFCostCenter the element
    • appendCostCenter

      public JDFCostCenter appendCostCenter()
      (29) append element CostCenter
      Returns:
      JDFCostCenter the element
    • getPerson

      public JDFPerson getPerson()
      (24) const get element Person
      Returns:
      JDFPerson the element
    • getCreatePerson

      public JDFPerson getCreatePerson()
      (25) getCreatePerson
      Returns:
      JDFPerson the element
    • appendPerson

      public JDFPerson appendPerson()
      (29) append element Person
      Returns:
      JDFPerson the element
    • refPerson

      public void refPerson(JDFPerson refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced