Class JDFAutoCompany

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

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

    • JDFAutoCompany

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

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

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

      public void setOrganizationName(String value)
      (36) set attribute OrganizationName
      Parameters:
      value - the value to set the attribute to
    • getOrganizationName

      public String getOrganizationName()
      (23) get String attribute OrganizationName
      Returns:
      the value of the attribute
    • getContact

      public JDFContact getContact()
      (24) const get element Contact
      Overrides:
      getContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact()
      (25) getCreateContact
      Overrides:
      getCreateContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact(int iSkip)
      (26) getCreateContact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element
    • getContact

      public JDFContact getContact(int iSkip)
      (27) const get element Contact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element default is getContact(0)
    • getAllContact

      public Collection<JDFContact> getAllContact()
      Get all Contact from the current element
      Returns:
      Collection, null if none are available
    • appendContact

      public JDFContact appendContact()
      (30) append element Contact
      Overrides:
      appendContact in class JDFResource
      Returns:
      JDFContact the element
    • refContact

      public void refContact(JDFContact refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getOrganizationalUnit

      public JDFElement getOrganizationalUnit()
      (24) const get element OrganizationalUnit
      Returns:
      JDFElement the element
    • getCreateOrganizationalUnit

      public JDFElement getCreateOrganizationalUnit()
      (25) getCreateOrganizationalUnit
      Returns:
      JDFElement the element
    • getCreateOrganizationalUnit

      public JDFElement getCreateOrganizationalUnit(int iSkip)
      (26) getCreateOrganizationalUnit
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element
    • getOrganizationalUnit

      public JDFElement getOrganizationalUnit(int iSkip)
      (27) const get element OrganizationalUnit
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFElement the element default is getOrganizationalUnit(0)
    • getAllOrganizationalUnit

      public Collection<JDFElement> getAllOrganizationalUnit()
      Get all OrganizationalUnit from the current element
      Returns:
      Collection, null if none are available
    • appendOrganizationalUnit

      public JDFElement appendOrganizationalUnit()
      (30) append element OrganizationalUnit
      Returns:
      JDFElement the element