com.ebmwebsourcing.wsstar.qml.api
Interface Constraint

All Known Implementing Classes:
ConstraintImpl

public interface Constraint


Method Summary
 java.net.URI getDocumentBaseURI()
          Get the document base URI of this definition.
 java.lang.String getOperator()
           
 javax.xml.namespace.QName getTagQName()
           
 Value getValue()
           
 Value newValue()
           
 void setDocumentBaseURI(java.net.URI documentBaseURI)
          Set the document base URI of this definition.
 void setOperator(java.lang.String op)
           
 void setTagQName(javax.xml.namespace.QName name)
           
 void setValue(Value val)
           
 

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)

getOperator

java.lang.String getOperator()

setOperator

void setOperator(java.lang.String op)

newValue

Value newValue()
               throws WSQMLException
Throws:
WSQMLException

getValue

Value getValue()

setValue

void setValue(Value val)


Copyright © 2009 eBM Websourcing. All Rights Reserved.