Class JDFAutoContact

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

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

    • JDFAutoContact

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

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

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

      public void setContactTypes(VString value)
      (36) set attribute ContactTypes
      Parameters:
      value - the value to set the attribute to
    • getContactTypes

      public VString getContactTypes()
      (21) get VString attribute ContactTypes
      Returns:
      VString the value of the attribute
    • setContactTypeDetails

      public void setContactTypeDetails(String value)
      (36) set attribute ContactTypeDetails
      Parameters:
      value - the value to set the attribute to
    • getContactTypeDetails

      public String getContactTypeDetails()
      (23) get String attribute ContactTypeDetails
      Returns:
      the value of the attribute
    • setUserID

      public void setUserID(String value)
      (36) set attribute UserID
      Parameters:
      value - the value to set the attribute to
    • getUserID

      public String getUserID()
      (23) get String attribute UserID
      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
    • 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
    • getCompany

      public JDFCompany getCompany()
      (24) const get element Company
      Returns:
      JDFCompany the element
    • getCreateCompany

      public JDFCompany getCreateCompany()
      (25) getCreateCompany
      Returns:
      JDFCompany the element
    • appendCompany

      public JDFCompany appendCompany()
      (29) append element Company
      Returns:
      JDFCompany the element @ if the element already exists
    • refCompany

      public void refCompany(JDFCompany refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • 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 @ if the element already exists
    • refPerson

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