Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


org.eclipse.wst.wsdl
Interface Types

All Superinterfaces:
ExtensibleElement, java.io.Serializable, javax.wsdl.Types, WSDLElement

public interface Types
extends ExtensibleElement, javax.wsdl.Types

A representation of the model object ' Types '.

Since:
1.0
See Also:
WSDLPackage.getTypes()

Method Summary
 java.util.List getSchemas ()
          Returns a List of inline XSDSchema instances in this Types.
 java.util.List getSchemas (java.lang.String namespaceURI)
          Returns a List of inline XSDSchema instances in this Types.
 
Methods inherited from interface org.eclipse.wst.wsdl. ExtensibleElement
addExtensibilityElement, getEExtensibilityElements, getExtensibilityElements
 
Methods inherited from interface org.eclipse.wst.wsdl. WSDLElement
elementChanged, getContainer, getDocumentationElement, getElement, getEnclosingDefinition, setDocumentationElement, setElement, setEnclosingDefinition, updateElement, updateElement
 
Methods inherited from interface javax.wsdl.Types
addExtensibilityElement, getDocumentationElement, getExtensibilityElements, setDocumentationElement
 

Method Detail

getSchemas

java.util.List getSchemas()
Returns a List of inline XSDSchema instances in this Types.

Returns:
List of XSDSchema instances.
See Also:
XSDSchema

getSchemas

java.util.List getSchemas(java.lang.String namespaceURI)
Returns a List of inline XSDSchema instances in this Types. The targetNamespace of the schemas are the same as namespaceURI argument value.

Parameters:
namespaceURI - targetNamespace of the schemas to be searched for.
Returns:
List of XSDSchema instances.
See Also:
XSDSchema



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire