com.ebmwebsourcing.wsstar.qml.api
Interface QOSDimension
- All Known Implementing Classes:
- QOSDimensionImpl
public interface QOSDimension
setDocumentBaseURI
void setDocumentBaseURI(java.net.URI documentBaseURI)
- Set the document base URI of this definition. Can be used to represent
the origin of the Definition, and can be exploited when resolving
relative URIs (e.g. in <import>s).
- Parameters:
documentBaseURI - the document base URI of this definition
getDocumentBaseURI
java.net.URI getDocumentBaseURI()
- Get the document base URI of this definition.
- Returns:
- the document base URI
getTagQName
javax.xml.namespace.QName getTagQName()
setTagQName
void setTagQName(javax.xml.namespace.QName name)
getOntology
java.lang.String getOntology()
setOntology
void setOntology(java.lang.String ontology)
getSemanticConcept
java.lang.String getSemanticConcept()
setSemanticConcept
void setSemanticConcept(java.lang.String semConcept)
Copyright © 2009 eBM Websourcing. All Rights Reserved.