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

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

public interface XMLValueFunctionValidateAccordingToIdentifier
extends XMLValueFunctionValidateAccordingTo

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

The following features are supported:

See Also:
SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToIdentifier()

Method Summary
 java.lang.String getRegisteredXMLSchemaName()
          Returns the value of the 'Registered XML Schema Name' attribute.
 java.lang.String getSchemaName()
          Returns the value of the 'Schema Name' attribute.
 void setRegisteredXMLSchemaName(java.lang.String value)
          Sets the value of the 'Registered XML Schema Name' attribute.
 void setSchemaName(java.lang.String value)
          Sets the value of the 'Schema Name' 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

getSchemaName

public java.lang.String getSchemaName()
Returns the value of the 'Schema Name' attribute.

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

Returns:
the value of the 'Schema Name' attribute.
See Also:
setSchemaName(String), SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToIdentifier_SchemaName()

setSchemaName

public void setSchemaName(java.lang.String value)
Sets the value of the 'Schema Name' attribute.

Parameters:
value - the new value of the 'Schema Name' attribute.
See Also:
getSchemaName()

getRegisteredXMLSchemaName

public java.lang.String getRegisteredXMLSchemaName()
Returns the value of the 'Registered XML Schema Name' attribute.

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

Returns:
the value of the 'Registered XML Schema Name' attribute.
See Also:
setRegisteredXMLSchemaName(String), SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToIdentifier_RegisteredXMLSchemaName()

setRegisteredXMLSchemaName

public void setRegisteredXMLSchemaName(java.lang.String value)
Sets the value of the 'Registered XML Schema Name' attribute.

Parameters:
value - the new value of the 'Registered XML Schema Name' attribute.
See Also:
getRegisteredXMLSchemaName()


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