|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'XML Value Function Validate According To URI'.
The following features are supported:
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 |
public boolean isNoNamespace()
"false"
.
If the meaning of the 'No Namespace' attribute isn't clear, there really should be more of a description here...
setNoNamespace(boolean)
,
SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToURI_NoNamespace()
public void setNoNamespace(boolean value)
No Namespace
' attribute.
value
- the new value of the 'No Namespace' attribute.isNoNamespace()
public java.lang.String getTargetNamespaceURI()
If the meaning of the 'Target Namespace URI' attribute isn't clear, there really should be more of a description here...
setTargetNamespaceURI(String)
,
SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToURI_TargetNamespaceURI()
public void setTargetNamespaceURI(java.lang.String value)
Target Namespace URI
' attribute.
value
- the new value of the 'Target Namespace URI' attribute.getTargetNamespaceURI()
public java.lang.String getSchemaLocationURI()
If the meaning of the 'Schema Location URI' attribute isn't clear, there really should be more of a description here...
setSchemaLocationURI(String)
,
SQLXMLQueryModelPackage.getXMLValueFunctionValidateAccordingToURI_SchemaLocationURI()
public void setSchemaLocationURI(java.lang.String value)
Schema Location URI
' attribute.
value
- the new value of the 'Schema Location URI' attribute.getSchemaLocationURI()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |