Class JDFAutoContentMetadata

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

    public abstract class JDFAutoContentMetadata
    extends JDFElement
    class JDFAutoContentMetadata : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoContentMetadata

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

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

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

      • setISBN

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

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

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

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

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

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

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

        public java.lang.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 java.util.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