Class JDFAutoCompany

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFCompany

    public abstract class JDFAutoCompany
    extends JDFResource
    class JDFAutoCompany : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoCompany

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

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

        protected JDFAutoCompany​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                 java.lang.String myNamespaceURI,
                                 java.lang.String qualifiedName,
                                 java.lang.String myLocalName)
        Constructor for JDFAutoCompany
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setOrganizationName

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

        public java.lang.String getOrganizationName()
        (23) get String attribute OrganizationName
        Returns:
        the value of the attribute
      • 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 java.util.Collection<JDFContact> getAllContact()
        Get all Contact from the current element
        Returns:
        Collection, null if none are available
      • refContact

        public void refContact​(JDFContact refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • 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 java.util.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