Class JDFAutoPerson

  • 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:
    JDFPerson

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

      • JDFAutoPerson

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

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

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

      • setAdditionalNames

        public void setAdditionalNames​(java.lang.String value)
        (36) set attribute AdditionalNames
        Parameters:
        value - the value to set the attribute to
      • getAdditionalNames

        public java.lang.String getAdditionalNames()
        (23) get String attribute AdditionalNames
        Returns:
        the value of the attribute
      • setFamilyName

        public void setFamilyName​(java.lang.String value)
        (36) set attribute FamilyName
        Parameters:
        value - the value to set the attribute to
      • getFamilyName

        public java.lang.String getFamilyName()
        (23) get String attribute FamilyName
        Returns:
        the value of the attribute
      • setPhoneticLastName

        public void setPhoneticLastName​(java.lang.String value)
        (36) set attribute PhoneticLastName
        Parameters:
        value - the value to set the attribute to
      • getPhoneticLastName

        public java.lang.String getPhoneticLastName()
        (23) get String attribute PhoneticLastName
        Returns:
        the value of the attribute
      • setFirstName

        public void setFirstName​(java.lang.String value)
        (36) set attribute FirstName
        Parameters:
        value - the value to set the attribute to
      • getFirstName

        public java.lang.String getFirstName()
        (23) get String attribute FirstName
        Returns:
        the value of the attribute
      • setPhoneticFirstName

        public void setPhoneticFirstName​(java.lang.String value)
        (36) set attribute PhoneticFirstName
        Parameters:
        value - the value to set the attribute to
      • getPhoneticFirstName

        public java.lang.String getPhoneticFirstName()
        (23) get String attribute PhoneticFirstName
        Returns:
        the value of the attribute
      • setJobTitle

        public void setJobTitle​(java.lang.String value)
        (36) set attribute JobTitle
        Parameters:
        value - the value to set the attribute to
      • getJobTitle

        public java.lang.String getJobTitle()
        (23) get String attribute JobTitle
        Returns:
        the value of the attribute
      • setLanguages

        public void setLanguages​(VString value)
        (36) set attribute Languages
        Parameters:
        value - the value to set the attribute to
      • getLanguages

        public VString getLanguages()
        (21) get VString attribute Languages
        Returns:
        VString the value of the attribute
      • setNamePrefix

        public void setNamePrefix​(java.lang.String value)
        (36) set attribute NamePrefix
        Parameters:
        value - the value to set the attribute to
      • getNamePrefix

        public java.lang.String getNamePrefix()
        (23) get String attribute NamePrefix
        Returns:
        the value of the attribute
      • setNameSuffix

        public void setNameSuffix​(java.lang.String value)
        (36) set attribute NameSuffix
        Parameters:
        value - the value to set the attribute to
      • getNameSuffix

        public java.lang.String getNameSuffix()
        (23) get String attribute NameSuffix
        Returns:
        the value of the attribute
      • getAddress

        public JDFAddress getAddress()
        (24) const get element Address
        Returns:
        JDFAddress the element
      • getCreateAddress

        public JDFAddress getCreateAddress()
        (25) getCreateAddress
        Returns:
        JDFAddress the element
      • appendAddress

        public JDFAddress appendAddress()
        (29) append element Address
        Returns:
        JDFAddress the element @ if the element already exists
      • refAddress

        public void refAddress​(JDFAddress refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getCreateComChannel

        public JDFComChannel getCreateComChannel​(int iSkip)
        (26) getCreateComChannel
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComChannel the element
      • getComChannel

        public JDFComChannel getComChannel​(int iSkip)
        (27) const get element ComChannel
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFComChannel the element default is getComChannel(0)
      • getAllComChannel

        public java.util.Collection<JDFComChannel> getAllComChannel()
        Get all ComChannel from the current element
        Returns:
        Collection, null if none are available
      • appendComChannel

        public JDFComChannel appendComChannel()
        (30) append element ComChannel
        Returns:
        JDFComChannel the element
      • refComChannel

        public void refComChannel​(JDFComChannel refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced