public class MetadataSection extends MexOM implements IMexOM
Constructor and Description |
---|
MetadataSection()
Constructor
|
MetadataSection(org.apache.axiom.om.OMFactory defaultFactory,
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. |
String |
getanyAttribute() |
String |
getDialect() |
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(String in_dialect) |
void |
setIdentifier(String in_identifier) |
void |
setinlineData(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, isNamespaceSupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNamespaceValue, isNamespaceSupported
public MetadataSection() throws MexException
MexException
public MetadataSection(org.apache.axiom.om.OMFactory defaultFactory, String namespaceValue) throws MexOMException
defaultFactory
- namespaceValue
- MexOMException
public MetadataSection fromOM(org.apache.axiom.om.OMElement element) throws MexOMException
OMElement
passed.inElement
- mex:MetadataSection elementMexOMException
public org.apache.axiom.om.OMElement toOM() throws MexOMException
toOM
in interface IMexOM
toOM
in class MexOM
MexOMException
public String getDialect()
public String getIdentifier()
public String getanyAttribute()
public Location getLocation()
public org.apache.axiom.om.OMNode getInlineData()
public MetadataReference getMetadataReference()
public void setIdentifier(String in_identifier)
public void setDialect(String in_dialect)
public void setLocation(Location in_location)
public void setinlineData(Object in_inlineData)
public void setMetadataReference(MetadataReference in_ref)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.