public class NameValuePair_impl extends MetaDataObject_impl implements NameValuePair
NameValuePair.MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContext| Constructor and Description | 
|---|
| NameValuePair_impl()Creates a new  NameValuePair_implwith a null name and value. | 
| NameValuePair_impl(String aName,
                  Object aValue)Creates a new  NameValuePair_implwith the specified name and value. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Gets the name. | 
| Object | getValue()Gets the value. | 
| protected XmlizationInfo | getXmlizationInfo()To be implemented by subclasses to return information describing how to represent this object
 in XML. | 
| void | setName(String aName)Sets the name. | 
| void | setValue(Object aValue)Sets the value. | 
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic NameValuePair_impl()
NameValuePair_impl with a null name and value.public String getName()
getName in interface NameValuePairpublic void setName(String aName)
setName in interface NameValuePairaName - a namepublic Object getValue()
getValue in interface NameValuePairpublic void setValue(Object aValue)
setValue in interface NameValuePairaValue - a valueprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.