Class JDFAutoCustomerInfo

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

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

    • JDFAutoCustomerInfo

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

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

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

    • 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
    • setBillingCode

      public void setBillingCode(String value)
      (36) set attribute BillingCode
      Parameters:
      value - the value to set the attribute to
    • getBillingCode

      public String getBillingCode()
      (23) get String attribute BillingCode
      Returns:
      the value of the attribute
    • setCustomerID

      public void setCustomerID(String value)
      (36) set attribute CustomerID
      Parameters:
      value - the value to set the attribute to
    • getCustomerID

      public String getCustomerID()
      (23) get String attribute CustomerID
      Returns:
      the value of the attribute
    • setCustomerJobName

      public void setCustomerJobName(String value)
      (36) set attribute CustomerJobName
      Parameters:
      value - the value to set the attribute to
    • getCustomerJobName

      public String getCustomerJobName()
      (23) get String attribute CustomerJobName
      Returns:
      the value of the attribute
    • setCustomerOrderID

      public void setCustomerOrderID(String value)
      (36) set attribute CustomerOrderID
      Parameters:
      value - the value to set the attribute to
    • getCustomerOrderID

      public String getCustomerOrderID()
      (23) get String attribute CustomerOrderID
      Returns:
      the value of the attribute
    • setCustomerProjectID

      public void setCustomerProjectID(String value)
      (36) set attribute CustomerProjectID
      Parameters:
      value - the value to set the attribute to
    • getCustomerProjectID

      public String getCustomerProjectID()
      (23) get String attribute CustomerProjectID
      Returns:
      the value of the attribute
    • 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
    • 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
    • getCustomerMessage

      public JDFCustomerMessage getCustomerMessage()
      (24) const get element CustomerMessage
      Returns:
      JDFCustomerMessage the element
    • getCreateCustomerMessage

      public JDFCustomerMessage getCreateCustomerMessage()
      (25) getCreateCustomerMessage
      Returns:
      JDFCustomerMessage the element
    • getCreateCustomerMessage

      public JDFCustomerMessage getCreateCustomerMessage(int iSkip)
      (26) getCreateCustomerMessage
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFCustomerMessage the element
    • getCustomerMessage

      public JDFCustomerMessage getCustomerMessage(int iSkip)
      (27) const get element CustomerMessage
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFCustomerMessage the element default is getCustomerMessage(0)
    • getAllCustomerMessage

      public Collection<JDFCustomerMessage> getAllCustomerMessage()
      Get all CustomerMessage from the current element
      Returns:
      Collection, null if none are available
    • appendCustomerMessage

      public JDFCustomerMessage appendCustomerMessage()
      (30) append element CustomerMessage
      Returns:
      JDFCustomerMessage the element