From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/interfacedef/wsdl/XSDefinition.html | 321 +++++++++++++++++++++ 1 file changed, 321 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/interfacedef/wsdl/XSDefinition.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/interfacedef/wsdl/XSDefinition.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/interfacedef/wsdl/XSDefinition.html b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/interfacedef/wsdl/XSDefinition.html new file mode 100644 index 0000000000..6b5ff76ba4 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-spi/org/apache/tuscany/sca/interfacedef/wsdl/XSDefinition.html @@ -0,0 +1,321 @@ + + + + + + +XSDefinition + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.interfacedef.wsdl +
+Interface XSDefinition

+
+
+
public interface XSDefinition
+ + +

+Represents an XML Schema definition. +

+ +

+

+
Version:
+
$Rev: 537390 $ $Date: 2007-05-12 12:30:20 +0100 (Sat, 12 May 2007) $
+
+
+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetNamespace() + +
+          Returns the namespace of this XmlSchema definition.
+ org.apache.ws.commons.schema.XmlSchemagetSchema() + +
+          Returns the XmlSchema definition model
+ booleanisUnresolved() + +
+          Returns true if the model element is unresolved.
+ voidsetNamespace(java.lang.String namespace) + +
+          Sets the namespace of this XmlSchema definition.
+ voidsetSchema(org.apache.ws.commons.schema.XmlSchema definition) + +
+          Sets the XmlSchema definition model
+ voidsetUnresolved(boolean unresolved) + +
+          Sets whether the model element is unresolved.
+  +

+ + + + + + + + +
+Method Detail
+ +

+getSchema

+
+org.apache.ws.commons.schema.XmlSchema getSchema()
+
+
Returns the XmlSchema definition model +

+

+ +
Returns:
the XmlSchema definition model
+
+
+
+ +

+setSchema

+
+void setSchema(org.apache.ws.commons.schema.XmlSchema definition)
+
+
Sets the XmlSchema definition model +

+

+
Parameters:
definition - the XmlSchema definition model
+
+
+
+ +

+getNamespace

+
+java.lang.String getNamespace()
+
+
Returns the namespace of this XmlSchema definition. +

+

+ +
Returns:
the namespace of this XmlSchema definition
+
+
+
+ +

+setNamespace

+
+void setNamespace(java.lang.String namespace)
+
+
Sets the namespace of this XmlSchema definition. +

+

+
Parameters:
namespace - the namespace of this XmlSchema definition
+
+
+
+ +

+isUnresolved

+
+boolean isUnresolved()
+
+
Returns true if the model element is unresolved. +

+

+ +
Returns:
true if the model element is unresolved.
+
+
+
+ +

+setUnresolved

+
+void setUnresolved(boolean unresolved)
+
+
Sets whether the model element is unresolved. +

+

+
Parameters:
unresolved - whether the model element is unresolved
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3