Class JDFAutoRegisterRibbon

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

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

      • JDFAutoRegisterRibbon

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

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

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

      • setLengthOverall

        public void setLengthOverall​(double value)
        (36) set attribute LengthOverall
        Parameters:
        value - the value to set the attribute to
      • getLengthOverall

        public double getLengthOverall()
        (17) get double attribute LengthOverall
        Returns:
        double the value of the attribute
      • setMaterial

        public void setMaterial​(java.lang.String value)
        (36) set attribute Material
        Parameters:
        value - the value to set the attribute to
      • getMaterial

        public java.lang.String getMaterial()
        (23) get String attribute Material
        Returns:
        the value of the attribute
      • setRibbonColor

        public void setRibbonColor​(JDFElement.EnumNamedColor value)
        (13) set attribute RibbonColor
        Parameters:
        value - the value to set the attribute to
      • getRibbonColor

        public JDFElement.EnumNamedColor getRibbonColor()
        (19) get EnumNamedColor attribute RibbonColor
        Returns:
        EnumNamedColor the value of the attribute
      • setRibbonColorDetails

        public void setRibbonColorDetails​(java.lang.String value)
        (36) set attribute RibbonColorDetails
        Parameters:
        value - the value to set the attribute to
      • getRibbonColorDetails

        public java.lang.String getRibbonColorDetails()
        (23) get String attribute RibbonColorDetails
        Returns:
        the value of the attribute
      • setRibbonEnd

        public void setRibbonEnd​(java.lang.String value)
        (36) set attribute RibbonEnd
        Parameters:
        value - the value to set the attribute to
      • getRibbonEnd

        public java.lang.String getRibbonEnd()
        (23) get String attribute RibbonEnd
        Returns:
        the value of the attribute
      • setVisibleLength

        public void setVisibleLength​(double value)
        (36) set attribute VisibleLength
        Parameters:
        value - the value to set the attribute to
      • getVisibleLength

        public double getVisibleLength()
        (17) get double attribute VisibleLength
        Returns:
        double the value of the attribute
      • 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