Class JDFAutoContentMetadata

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoContentMetadata
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFContentMetadata

public abstract class JDFAutoContentMetadata extends JDFElement
class JDFAutoContentMetadata : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoContentMetadata

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setISBN

      public void setISBN(String value)
      (36) set attribute ISBN
      Parameters:
      value - the value to set the attribute to
    • getISBN

      public String getISBN()
      (23) get String attribute ISBN
      Returns:
      the value of the attribute
    • setISBN10

      public void setISBN10(String value)
      (36) set attribute ISBN10
      Parameters:
      value - the value to set the attribute to
    • getISBN10

      public String getISBN10()
      (23) get String attribute ISBN10
      Returns:
      the value of the attribute
    • setISBN13

      public void setISBN13(String value)
      (36) set attribute ISBN13
      Parameters:
      value - the value to set the attribute to
    • getISBN13

      public String getISBN13()
      (23) get String attribute ISBN13
      Returns:
      the value of the attribute
    • setTitle

      public void setTitle(String value)
      (36) set attribute Title
      Parameters:
      value - the value to set the attribute to
    • getTitle

      public String getTitle()
      (23) get String attribute Title
      Returns:
      the value of the attribute
    • getContact

      public JDFContact getContact()
      (24) const get element Contact
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact()
      (25) getCreateContact
      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
      Returns:
      JDFContact the element
    • refContact

      public void refContact(JDFContact refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getEmployee

      public JDFEmployee getEmployee()
      (24) const get element Employee
      Returns:
      JDFEmployee the element
    • getCreateEmployee

      public JDFEmployee getCreateEmployee()
      (25) getCreateEmployee
      Returns:
      JDFEmployee the element
    • appendEmployee

      public JDFEmployee appendEmployee()
      (29) append element Employee
      Returns:
      JDFEmployee the element @ if the element already exists
    • refEmployee

      public void refEmployee(JDFEmployee refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getPart

      public JDFPart getPart()
      (24) const get element Part
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart()
      (25) getCreatePart
      Returns:
      JDFPart the element
    • appendPart

      public JDFPart appendPart()
      (29) append element Part
      Returns:
      JDFPart the element @ if the element already exists