Class JDFAutoPerson

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

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

    • JDFAutoPerson

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public 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(String value)
      (36) set attribute NamePrefix
      Parameters:
      value - the value to set the attribute to
    • getNamePrefix

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

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

      public 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
    • refAddress

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

      public JDFComChannel getComChannel()
      (24) const get element ComChannel
      Returns:
      JDFComChannel the element
    • getCreateComChannel

      public JDFComChannel getCreateComChannel()
      (25) getCreateComChannel
      Returns:
      JDFComChannel the element
    • 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 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