org.apache.axis2.mex.om
Class AnyURIType
java.lang.Object
org.apache.axis2.mex.om.MexOM
org.apache.axis2.mex.om.AnyURIType
- All Implemented Interfaces:
- IMexOM
- Direct Known Subclasses:
- Dialect, Identifier, Location
public abstract class AnyURIType
- extends MexOM
- implements IMexOM
Base Class implemented for element(s) that of type='xs:anyURI' defined in
the WS-MEX spec.
Constructor Summary |
AnyURIType(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue,
java.lang.String uri)
|
Method Summary |
protected abstract java.lang.String |
getElementName()
|
java.lang.String |
getURI()
|
protected void |
setURI(java.lang.String uri)
|
org.apache.axiom.om.OMElement |
toOM()
Convert object content to the OMElement representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyURIType
public AnyURIType(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue,
java.lang.String uri)
throws MexOMException
- Throws:
MexOMException
toOM
public org.apache.axiom.om.OMElement toOM()
throws MexOMException
- Convert object content to the OMElement representation.
- Specified by:
toOM
in interface IMexOM
- Overrides:
toOM
in class MexOM
- Returns:
- OMElement representation of sub-class of AnyURIType.
- Throws:
MexOMException
setURI
protected void setURI(java.lang.String uri)
getURI
public java.lang.String getURI()
getElementName
protected abstract java.lang.String getElementName()
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.