Class JDFAutoMiscConsumable

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

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

      • JDFAutoMiscConsumable

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

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

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

      • setColor

        public void setColor​(JDFElement.EnumNamedColor value)
        (13) set attribute Color
        Parameters:
        value - the value to set the attribute to
      • getColor

        public JDFElement.EnumNamedColor getColor()
        (19) get EnumNamedColor attribute Color
        Returns:
        EnumNamedColor the value of the attribute
      • setColorDetails

        public void setColorDetails​(java.lang.String value)
        (36) set attribute ColorDetails
        Parameters:
        value - the value to set the attribute to
      • getColorDetails

        public java.lang.String getColorDetails()
        (23) get String attribute ColorDetails
        Returns:
        the value of the attribute
      • setConsumableType

        public void setConsumableType​(java.lang.String value)
        (36) set attribute ConsumableType
        Parameters:
        value - the value to set the attribute to
      • getConsumableType

        public java.lang.String getConsumableType()
        (23) get String attribute ConsumableType
        Returns:
        the value of the attribute
      • setTypeDetails

        public void setTypeDetails​(java.lang.String value)
        (36) set attribute TypeDetails
        Parameters:
        value - the value to set the attribute to
      • getTypeDetails

        public java.lang.String getTypeDetails()
        (23) get String attribute TypeDetails
        Returns:
        the value of the attribute
      • 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​(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