|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.om.impl.llom.OMAttributeImpl
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 |
public OMAttributeImpl(String localName, OMNamespace ns, String value)
localName
- ns
- value
- Method Detail |
public QName getQName()
getQName
in interface OMAttribute
public String getLocalName()
getLocalName
in interface OMAttribute
public void setLocalName(String localName)
setLocalName
in interface OMAttribute
localName
- public String getAttributeValue()
getAttributeValue
in interface OMAttribute
public void setAttributeValue(String value)
setAttributeValue
in interface OMAttribute
value
- public void setOMNamespace(OMNamespace omNamespace)
setOMNamespace
in interface OMAttribute
omNamespace
- public OMNamespace getNamespace()
getNamespace
in interface OMAttribute
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |