com.ebmwebsourcing.wsstar.qml.api
Interface EquivalentTo

All Known Implementing Classes:
EquivalentToImpl

public interface EquivalentTo

Version:
1.0
Author:
Le Duc Bao - France Telecom

Method Summary
 Conversion getConversion()
           
 java.net.URI getDocumentBaseURI()
          Get the document base URI of this definition.
 java.lang.String getName()
           
 javax.xml.namespace.QName getTagQName()
           
 void setConversion(Conversion conversion)
           
 void setDocumentBaseURI(java.net.URI documentBaseURI)
          Set the document base URI of this definition.
 void setName(java.lang.String name)
           
 void setTagQName(javax.xml.namespace.QName name)
           
 

Method Detail

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)

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getConversion

Conversion getConversion()

setConversion

void setConversion(Conversion conversion)


Copyright © 2009 eBM Websourcing. All Rights Reserved.