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

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

public class OMAttributeImpl
extends java.lang.Object
implements org.apache.axiom.om.OMAttribute

Class OMAttributeImpl


Constructor Summary
OMAttributeImpl(java.lang.String localName, org.apache.axiom.om.OMNamespace ns, java.lang.String value, org.apache.axiom.om.OMFactory factory)
          Constructor OMAttributeImpl.
 
Method Summary
 java.lang.String getAttributeValue()
          Method getAttributeValue.
 java.lang.String getLocalName()
          Method getLocalName.
 org.apache.axiom.om.OMNamespace getNamespace()
          Method getNamespace.
 org.apache.axiom.om.OMFactory getOMFactory()
           
 javax.xml.namespace.QName getQName()
           
 void setAttributeValue(java.lang.String value)
          Method setAttributeValue.
 void setLocalName(java.lang.String localName)
          Method setLocalName.
 void setOMNamespace(org.apache.axiom.om.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,
                       org.apache.axiom.om.OMNamespace ns,
                       java.lang.String value,
                       org.apache.axiom.om.OMFactory factory)
Constructor OMAttributeImpl.

Parameters:
localName -
ns -
value -
Method Detail

getQName

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

getLocalName

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

Specified by:
getLocalName in interface org.apache.axiom.om.OMAttribute
Returns:
Returns local name.

setLocalName

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

Specified by:
setLocalName in interface org.apache.axiom.om.OMAttribute
Parameters:
localName -

getAttributeValue

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

Specified by:
getAttributeValue in interface org.apache.axiom.om.OMAttribute
Returns:
Returns value.

setAttributeValue

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

Specified by:
setAttributeValue in interface org.apache.axiom.om.OMAttribute
Parameters:
value -

setOMNamespace

public void setOMNamespace(org.apache.axiom.om.OMNamespace omNamespace)
Method setOMNamespace.

Specified by:
setOMNamespace in interface org.apache.axiom.om.OMAttribute
Parameters:
omNamespace -

getNamespace

public org.apache.axiom.om.OMNamespace getNamespace()
Method getNamespace.

Specified by:
getNamespace in interface org.apache.axiom.om.OMAttribute
Returns:
Returns namespace.

getOMFactory

public org.apache.axiom.om.OMFactory getOMFactory()
Specified by:
getOMFactory in interface org.apache.axiom.om.OMAttribute


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.