org.eclipse.wst.wsdl
Interface Types
- All Superinterfaces:
- ExtensibleElement, WSDLElement
- public interface Types
- extends ExtensibleElement
A representation of the model object 'Types'.
- Since:
- 1.0
- See Also:
org.eclipse.wsdl.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. |
getSchemas
public java.util.List getSchemas()
-
Returns a List of inline XSDSchema instances in this Types.
- Returns:
- List of XSDSchema instances.
- See Also:
org.eclipse.xsd.XSDSchema
getSchemas
public 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:
org.eclipse.xsd.XSDSchema