Class ParameterImpl

    • Constructor Detail

      • ParameterImpl

        protected ParameterImpl​(String namespaceURI,
                                String elementLocalName,
                                String namespacePrefix)
        Constructor.
        Parameters:
        namespaceURI - the namespace the element is in
        elementLocalName - the local name of the XML element this Object represents
        namespacePrefix - the prefix for the given namespace
    • Method Detail

      • getName

        public String getName()
        Returns the "Name" attribute.
        Specified by:
        getName in interface Parameter
        Returns:
        the name attribute
      • setName

        public void setName​(String name)
        Assigns the name attribute.
        Specified by:
        setName in interface Parameter
        Parameters:
        name - the name attribute