Class NameValuePair_impl

    • Constructor Detail

      • NameValuePair_impl

        public NameValuePair_impl()
        Creates a new NameValuePair_impl with a null name and value.
      • NameValuePair_impl

        public NameValuePair_impl​(java.lang.String aName,
                                  java.lang.Object aValue)
        Creates a new NameValuePair_impl with the specified name and value.
        Parameters:
        aName - a name
        aValue - a value
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name.
        Specified by:
        getName in interface NameValuePair
        Returns:
        the name
      • setName

        public void setName​(java.lang.String aName)
        Sets the name.
        Specified by:
        setName in interface NameValuePair
        Parameters:
        aName - a name
      • getValue

        public java.lang.Object getValue()
        Gets the value.
        Specified by:
        getValue in interface NameValuePair
        Returns:
        the value
      • setValue

        public void setValue​(java.lang.Object aValue)
        Sets the value.
        Specified by:
        setValue in interface NameValuePair
        Parameters:
        aValue - a value
      • getXmlizationInfo

        protected XmlizationInfo getXmlizationInfo()
        Description copied from class: MetaDataObject_impl
        To be implemented by subclasses to return information describing how to represent this object in XML.
        Specified by:
        getXmlizationInfo in class MetaDataObject_impl
        Returns:
        information defining this object's XML representation