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 Object
implements OMAttribute

Class OMAttributeImpl


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

Constructor Detail

OMAttributeImpl

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

Parameters:
localName -
ns -
value -
Method Detail

getQName

public QName getQName()
Specified by:
getQName in interface OMAttribute
Returns:
Returns QName.

getLocalName

public String getLocalName()
Method getLocalName.

Specified by:
getLocalName in interface OMAttribute
Returns:
Returns local name.

setLocalName

public void setLocalName(String localName)
Method setLocalName.

Specified by:
setLocalName in interface OMAttribute
Parameters:
localName -

getAttributeValue

public String getAttributeValue()
Method getAttributeValue.

Specified by:
getAttributeValue in interface OMAttribute
Returns:
Returns value.

setAttributeValue

public void setAttributeValue(String value)
Method setAttributeValue.

Specified by:
setAttributeValue 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:
Returns namespace.