org.eclipse.datatools.modelbase.sql.xml.query
Interface XMLValueFunctionValidateAccordingToURI

All Superinterfaces:
SQLObject, SQLQueryObject, XMLValueFunctionValidateAccordingTo
All Known Implementing Classes:
XMLValueFunctionValidateAccordingToURIImpl

public interface XMLValueFunctionValidateAccordingToURI
extends XMLValueFunctionValidateAccordingTo

A representation of the model object 'XML Value Function Validate According To URI'.

The following features are supported:

See Also:
SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToURI()

Method Summary
 java.lang.String getSchemaLocationURI()
          Returns the value of the 'Schema Location URI' attribute.
 java.lang.String getTargetNamespaceURI()
          Returns the value of the 'Target Namespace URI' attribute.
 boolean isNoNamespace()
          Returns the value of the 'No Namespace' attribute.
 void setNoNamespace(boolean value)
          Sets the value of the 'No Namespace' attribute.
 void setSchemaLocationURI(java.lang.String value)
          Sets the value of the 'Schema Location URI' attribute.
 void setTargetNamespaceURI(java.lang.String value)
          Sets the value of the 'Target Namespace URI' attribute.
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.xml.query.XMLValueFunctionValidateAccordingTo
getValidateElement, getValueFunctionValidate, setValidateElement, setValueFunctionValidate
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject
getSourceInfo, getSQL, setSourceInfo, setSQL
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

isNoNamespace

public boolean isNoNamespace()
Returns the value of the 'No Namespace' attribute. The default value is "false".

If the meaning of the 'No Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'No Namespace' attribute.
See Also:
setNoNamespace(boolean), SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToURI_NoNamespace()

setNoNamespace

public void setNoNamespace(boolean value)
Sets the value of the 'No Namespace' attribute.

Parameters:
value - the new value of the 'No Namespace' attribute.
See Also:
isNoNamespace()

getTargetNamespaceURI

public java.lang.String getTargetNamespaceURI()
Returns the value of the 'Target Namespace URI' attribute.

If the meaning of the 'Target Namespace URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Namespace URI' attribute.
See Also:
setTargetNamespaceURI(String), SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToURI_TargetNamespaceURI()

setTargetNamespaceURI

public void setTargetNamespaceURI(java.lang.String value)
Sets the value of the 'Target Namespace URI' attribute.

Parameters:
value - the new value of the 'Target Namespace URI' attribute.
See Also:
getTargetNamespaceURI()

getSchemaLocationURI

public java.lang.String getSchemaLocationURI()
Returns the value of the 'Schema Location URI' attribute.

If the meaning of the 'Schema Location URI' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Schema Location URI' attribute.
See Also:
setSchemaLocationURI(String), SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToURI_SchemaLocationURI()

setSchemaLocationURI

public void setSchemaLocationURI(java.lang.String value)
Sets the value of the 'Schema Location URI' attribute.

Parameters:
value - the new value of the 'Schema Location URI' attribute.
See Also:
getSchemaLocationURI()


Copyright © 2007 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.