com.ebmwebsourcing.wsstar.qml.impl
Class QOSDimensionImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<QoSDimension>
      extended by com.ebmwebsourcing.wsstar.qml.impl.QOSDimensionImpl
All Implemented Interfaces:
QOSDimension, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class QOSDimensionImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<QoSDimension>
implements QOSDimension

See Also:
Serialized Form

Field Summary
protected  java.net.URI baseURI
          the baseUri
protected  java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features
          Features
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
QOSDimensionImpl(QoSDimension model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
           
QOSDimensionImpl(java.net.URI baseURI, QoSDimension model, java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
           
 
Method Summary
 java.net.URI getDocumentBaseURI()
          methods for baseURI
 java.lang.String getOntology()
           
 java.lang.String getSemanticConcept()
           
 javax.xml.namespace.QName getTagQName()
           
 void setDocumentBaseURI(java.net.URI documentBaseURI)
          Set the document base URI of this definition.
 void setOntology(java.lang.String ontology)
           
 void setSemanticConcept(java.lang.String semConcept)
           
 void setTagQName(javax.xml.namespace.QName name)
           
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

baseURI

protected java.net.URI baseURI
the baseUri


features

protected java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features
Features

Constructor Detail

QOSDimensionImpl

public QOSDimensionImpl(java.net.URI baseURI,
                        QoSDimension model,
                        java.util.Map<WSQMLReader.FeatureConstants,java.lang.Object> features)
                 throws WSQMLException
Throws:
WSQMLException

QOSDimensionImpl

public QOSDimensionImpl(QoSDimension model,
                        org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl parent)
                 throws WSQMLException
Throws:
WSQMLException
Method Detail

getTagQName

public javax.xml.namespace.QName getTagQName()
Specified by:
getTagQName in interface QOSDimension

setTagQName

public void setTagQName(javax.xml.namespace.QName name)
Specified by:
setTagQName in interface QOSDimension

getDocumentBaseURI

public java.net.URI getDocumentBaseURI()
methods for baseURI

Specified by:
getDocumentBaseURI in interface QOSDimension
Returns:
the document base URI

setDocumentBaseURI

public void setDocumentBaseURI(java.net.URI documentBaseURI)
Description copied from interface: QOSDimension
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).

Specified by:
setDocumentBaseURI in interface QOSDimension
Parameters:
documentBaseURI - the document base URI of this definition

getOntology

public java.lang.String getOntology()
Specified by:
getOntology in interface QOSDimension

getSemanticConcept

public java.lang.String getSemanticConcept()
Specified by:
getSemanticConcept in interface QOSDimension

setOntology

public void setOntology(java.lang.String ontology)
Specified by:
setOntology in interface QOSDimension

setSemanticConcept

public void setSemanticConcept(java.lang.String semConcept)
Specified by:
setSemanticConcept in interface QOSDimension


Copyright © 2009 eBM Websourcing. All Rights Reserved.