org.apache.axis2.om.impl.llom
Class OMAttributeImpl

java.lang.Object
  extended byorg.apache.axis2.om.impl.llom.OMAttributeImpl
All Implemented Interfaces:
OMAttribute

public class OMAttributeImpl
extends java.lang.Object
implements OMAttribute

Class OMAttributeImpl


Constructor Summary
OMAttributeImpl(java.lang.String localName, OMNamespace ns, java.lang.String value)
          Constructor OMAttributeImpl
 
Method Summary
 java.lang.String getLocalName()
          Method getLocalName
 OMNamespace getNamespace()
          Method getNamespace
 javax.xml.namespace.QName getQName()
           
 java.lang.String getValue()
          Method getValue
 void setLocalName(java.lang.String localName)
          Method setLocalName
 void setOMNamespace(OMNamespace omNamespace)
          Method setOMNamespace
 void setValue(java.lang.String value)
          Method setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMAttributeImpl

public OMAttributeImpl(java.lang.String localName,
                       OMNamespace ns,
                       java.lang.String value)
Constructor OMAttributeImpl

Parameters:
localName -
ns -
value -
Method Detail

getQName

public javax.xml.namespace.QName getQName()
Specified by:
getQName in interface OMAttribute
Returns:
qname

getLocalName

public java.lang.String getLocalName()
Method getLocalName

Specified by:
getLocalName in interface OMAttribute
Returns:
local name

setLocalName

public void setLocalName(java.lang.String localName)
Method setLocalName

Specified by:
setLocalName in interface OMAttribute
Parameters:
localName -

getValue

public java.lang.String getValue()
Method getValue

Specified by:
getValue in interface OMAttribute
Returns:
value

setValue

public void setValue(java.lang.String value)
Method setValue

Specified by:
setValue in interface OMAttribute
Parameters:
value -

setOMNamespace

public void setOMNamespace(OMNamespace omNamespace)
Method setOMNamespace

Specified by:
setOMNamespace in interface OMAttribute
Parameters:
omNamespace -

getNamespace

public OMNamespace getNamespace()
Method getNamespace

Specified by:
getNamespace in interface OMAttribute
Returns:
namespace