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