Class JDFAutoInk

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

    public abstract class JDFAutoInk
    extends JDFResource
    class JDFAutoInk : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoInk

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

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

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

      • setColorName

        public void setColorName​(java.lang.String value)
        (36) set attribute ColorName
        Parameters:
        value - the value to set the attribute to
      • getColorName

        public java.lang.String getColorName()
        (23) get String attribute ColorName
        Returns:
        the value of the attribute
      • setFamily

        public void setFamily​(java.lang.String value)
        (36) set attribute Family
        Parameters:
        value - the value to set the attribute to
      • getFamily

        public java.lang.String getFamily()
        (23) get String attribute Family
        Returns:
        the value of the attribute
      • setInkName

        public void setInkName​(java.lang.String value)
        (36) set attribute InkName
        Parameters:
        value - the value to set the attribute to
      • getInkName

        public java.lang.String getInkName()
        (23) get String attribute InkName
        Returns:
        the value of the attribute
      • setSpecialInk

        public void setSpecialInk​(java.lang.String value)
        (36) set attribute SpecialInk
        Parameters:
        value - the value to set the attribute to
      • getSpecialInk

        public java.lang.String getSpecialInk()
        (23) get String attribute SpecialInk
        Returns:
        the value of the attribute
      • setSpecificYield

        public void setSpecificYield​(double value)
        (36) set attribute SpecificYield
        Parameters:
        value - the value to set the attribute to
      • getSpecificYield

        public double getSpecificYield()
        (17) get double attribute SpecificYield
        Returns:
        double the value of the attribute
      • getCertification

        public JDFCertification getCertification()
        (24) const get element Certification
        Returns:
        JDFCertification the element
      • getCreateCertification

        public JDFCertification getCreateCertification()
        (25) getCreateCertification
        Returns:
        JDFCertification the element
      • getCreateCertification

        public JDFCertification getCreateCertification​(int iSkip)
        (26) getCreateCertification
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCertification the element
      • getCertification

        public JDFCertification getCertification​(int iSkip)
        (27) const get element Certification
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCertification the element default is getCertification(0)
      • getAllCertification

        public java.util.Collection<JDFCertification> getAllCertification()
        Get all Certification from the current element
        Returns:
        Collection, null if none are available
      • appendCertification

        public JDFCertification appendCertification()
        (30) append element Certification
        Returns:
        JDFCertification 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
      • refContact

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

        public JDFIdentificationField getIdentificationField()
        (24) const get element IdentificationField
        Returns:
        JDFIdentificationField the element
      • getCreateIdentificationField

        public JDFIdentificationField getCreateIdentificationField()
        (25) getCreateIdentificationField
        Returns:
        JDFIdentificationField the element
      • getIdentificationField

        public JDFIdentificationField getIdentificationField​(int iSkip)
        (27) const get element IdentificationField
        Overrides:
        getIdentificationField in class JDFResource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFIdentificationField the element default is getIdentificationField(0)
      • getAllIdentificationField

        public java.util.Collection<JDFIdentificationField> getAllIdentificationField()
        Get all IdentificationField from the current element
        Returns:
        Collection, null if none are available
      • refIdentificationField

        public void refIdentificationField​(JDFIdentificationField refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced