public class MetadataSection extends MexOM implements IMexOM
| Constructor and Description |
|---|
MetadataSection()
Constructor
|
MetadataSection(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
MetadataSection |
fromOM(org.apache.axiom.om.OMElement element)
Populates an MetadataSection object based on the
OMElement passed. |
java.lang.String |
getanyAttribute() |
java.lang.String |
getDialect() |
java.lang.String |
getIdentifier() |
org.apache.axiom.om.OMNode |
getInlineData()
Return metadata unit in inline form such as WSDL definitions, XML schema document, etc.
|
Location |
getLocation()
Return metadata unit in URL form i.e.
|
MetadataReference |
getMetadataReference()
Return metadata unit in endpoint reference form i.e.
|
void |
setDialect(java.lang.String in_dialect) |
void |
setIdentifier(java.lang.String in_identifier) |
void |
setinlineData(java.lang.Object in_inlineData) |
void |
setLocation(Location in_location) |
void |
setMetadataReference(MetadataReference in_ref) |
org.apache.axiom.om.OMElement |
toOM()
Convert MetadatSection content to the OMElement representation.
|
getNamespaceValue, isNamespaceSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamespaceValue, isNamespaceSupportedpublic MetadataSection()
throws MexException
MexExceptionpublic MetadataSection(org.apache.axiom.om.OMFactory defaultFactory,
java.lang.String namespaceValue)
throws MexOMException
defaultFactory - namespaceValue - MexOMExceptionpublic MetadataSection fromOM(org.apache.axiom.om.OMElement element) throws MexOMException
OMElement passed.inElement - mex:MetadataSection elementMexOMExceptionpublic org.apache.axiom.om.OMElement toOM()
throws MexOMException
toOM in interface IMexOMtoOM in class MexOMMexOMExceptionpublic java.lang.String getDialect()
public java.lang.String getIdentifier()
public java.lang.String getanyAttribute()
public Location getLocation()
public org.apache.axiom.om.OMNode getInlineData()
public MetadataReference getMetadataReference()
public void setIdentifier(java.lang.String in_identifier)
public void setDialect(java.lang.String in_dialect)
public void setLocation(Location in_location)
public void setinlineData(java.lang.Object in_inlineData)
public void setMetadataReference(MetadataReference in_ref)
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.