Package org.apache.axis2.mex.om
Class AnyURIType
- java.lang.Object
-
- org.apache.axis2.mex.om.MexOM
-
- org.apache.axis2.mex.om.AnyURIType
-
-
Constructor Summary
Constructors Constructor Description AnyURIType(OMFactory defaultFactory, String namespaceValue, String uri)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StringgetElementName()StringgetURI()protected voidsetURI(String uri)OMElementtoOM()Convert object content to the OMElement representation.-
Methods inherited from class org.apache.axis2.mex.om.MexOM
getNamespaceValue, isNamespaceSupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.axis2.mex.om.IMexOM
getNamespaceValue, isNamespaceSupported
-
-
-
-
Constructor Detail
-
AnyURIType
public AnyURIType(OMFactory defaultFactory, String namespaceValue, String uri) throws MexOMException
- Throws:
MexOMException
-
-
Method Detail
-
toOM
public OMElement toOM() throws MexOMException
Convert object content to the OMElement representation.- Specified by:
toOMin interfaceIMexOM- Overrides:
toOMin classMexOM- Returns:
- OMElement representation of sub-class of AnyURIType.
- Throws:
MexOMException
-
setURI
protected void setURI(String uri)
-
getURI
public String getURI()
-
getElementName
protected abstract String getElementName()
-
-