org.eclipse.wst.wsdl
Interface Types

All Superinterfaces:
org.eclipse.emf.ecore.EObject, ExtensibleElement, org.eclipse.emf.common.notify.Notifier, WSDLElement

public interface Types
extends ExtensibleElement

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 org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

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