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

java.lang.Object
  extended byorg.apache.axiom.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, OMFactory factory)
          Constructor OMAttributeImpl.
 
Method Summary
 java.lang.String getAttributeValue()
          Method getAttributeValue.
 java.lang.String getLocalName()
          Method getLocalName.
 OMNamespace getNamespace()
          Method getNamespace.
 OMFactory getOMFactory()
          Returns the OMFactory that created this object
 javax.xml.namespace.QName getQName()
           
 void setAttributeValue(java.lang.String value)
          Method setAttributeValue.
 void setLocalName(java.lang.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(java.lang.String localName,
                       OMNamespace ns,
                       java.lang.String value,
                       OMFactory factory)
Constructor OMAttributeImpl.

Parameters:
localName -
ns -
value -
Method Detail

getQName

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

getLocalName

public java.lang.String getLocalName()
Method getLocalName.

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

setLocalName

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

Specified by:
setLocalName in interface OMAttribute
Parameters:
localName -

getAttributeValue

public java.lang.String getAttributeValue()
Method getAttributeValue.

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

setAttributeValue

public void setAttributeValue(java.lang.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.

getOMFactory

public OMFactory getOMFactory()
Description copied from interface: OMAttribute
Returns the OMFactory that created this object

Specified by:
getOMFactory in interface OMAttribute
Returns: