org.eclipse.wst.wsdl
Interface Definition

All Superinterfaces:
ExtensibleElement, WSDLElement

public interface Definition
extends ExtensibleElement

A representation of the model object 'Definition'. This class represents a WSDL definitions element. The WSDL definitions element is the root element of a WSDL document.

The following features are supported:

See Also:
org.eclipse.wsdl.WSDLPackage#getDefinition()

Method Summary
 org.w3c.dom.Document getDocument()
           
 EList getEBindings()
          Returns the value of the 'EBindings' containment reference list.
 EList getEImports()
          Returns the value of the 'EImports' containment reference list.
 EList getEMessages()
          Returns the value of the 'EMessages' containment reference list.
 EList getENamespaces()
          Returns the value of the 'ENamespaces' containment reference list.
 java.lang.String getEncoding()
          Returns the value of the 'Encoding' attribute.
 EList getEPortTypes()
          Returns the value of the 'EPort Types' containment reference list.
 EList getEServices()
          Returns the value of the 'EServices' containment reference list.
 Types getETypes()
          Returns the value of the 'ETypes' containment reference.
 java.lang.String getLocation()
          Returns the value of the 'Location' attribute.
 QName getQName()
          Returns the value of the 'QName' attribute.
 java.lang.String getTargetNamespace()
          Returns the value of the 'Target Namespace' attribute.
 void setDocument(org.w3c.dom.Document document)
           
 void setEncoding(java.lang.String value)
          Sets the value of the 'Encoding' attribute.
 void setETypes(Types value)
          Sets the value of the 'ETypes' containment reference.
 void setLocation(java.lang.String value)
          Sets the value of the 'Location' attribute.
 void setQName(QName value)
          Sets the value of the 'QName' attribute.
 void setTargetNamespace(java.lang.String value)
          Sets the value of the 'Target Namespace' attribute.
 
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
 

Method Detail

getTargetNamespace

public java.lang.String getTargetNamespace()
Returns the value of the 'Target Namespace' attribute.

If the meaning of the 'Target Namespace' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Namespace' attribute.
See Also:
setTargetNamespace(String), org.eclipse.wsdl.WSDLPackage#getDefinition_TargetNamespace()

setTargetNamespace

public void setTargetNamespace(java.lang.String value)
Sets the value of the 'Target Namespace' attribute.

Parameters:
value - the new value of the 'Target Namespace' attribute.
See Also:
getTargetNamespace()

getLocation

public java.lang.String getLocation()
Returns the value of the 'Location' attribute.

If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Location' attribute.
See Also:
setLocation(String), org.eclipse.wsdl.WSDLPackage#getDefinition_Location()

setLocation

public void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()

getQName

public QName getQName()
Returns the value of the 'QName' attribute.

If the meaning of the 'QName' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'QName' attribute.
See Also:
setQName(QName), org.eclipse.wsdl.WSDLPackage#getDefinition_QName()

setQName

public void setQName(QName value)
Sets the value of the 'QName' attribute.

Parameters:
value - the new value of the 'QName' attribute.
See Also:
getQName()

getEncoding

public java.lang.String getEncoding()
Returns the value of the 'Encoding' attribute.

If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Encoding' attribute.
See Also:
setEncoding(String), org.eclipse.wsdl.WSDLPackage#getDefinition_Encoding()

setEncoding

public void setEncoding(java.lang.String value)
Sets the value of the 'Encoding' attribute.

Parameters:
value - the new value of the 'Encoding' attribute.
See Also:
getEncoding()

getEMessages

public EList getEMessages()
Returns the value of the 'EMessages' containment reference list. The list contents are of type org.eclipse.wsdl.Message.

If the meaning of the 'EMessages' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EMessages' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getDefinition_EMessages()

getEPortTypes

public EList getEPortTypes()
Returns the value of the 'EPort Types' containment reference list. The list contents are of type org.eclipse.wsdl.PortType.

If the meaning of the 'EPort Types' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EPort Types' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getDefinition_EPortTypes()

getEBindings

public EList getEBindings()
Returns the value of the 'EBindings' containment reference list. The list contents are of type org.eclipse.wsdl.Binding.

If the meaning of the 'EBindings' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EBindings' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getDefinition_EBindings()

getEServices

public EList getEServices()
Returns the value of the 'EServices' containment reference list. The list contents are of type org.eclipse.wsdl.Service.

If the meaning of the 'EServices' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EServices' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getDefinition_EServices()

getENamespaces

public EList getENamespaces()
Returns the value of the 'ENamespaces' containment reference list. The list contents are of type org.eclipse.wsdl.Namespace.

If the meaning of the 'ENamespaces' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'ENamespaces' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getDefinition_ENamespaces()

getETypes

public Types getETypes()
Returns the value of the 'ETypes' containment reference.

If the meaning of the 'ETypes' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'ETypes' containment reference.
See Also:
setETypes(Types), org.eclipse.wsdl.WSDLPackage#getDefinition_ETypes()

setETypes

public void setETypes(Types value)
Sets the value of the 'ETypes' containment reference.

Parameters:
value - the new value of the 'ETypes' containment reference.
See Also:
getETypes()

getEImports

public EList getEImports()
Returns the value of the 'EImports' containment reference list. The list contents are of type org.eclipse.wsdl.Import.

If the meaning of the 'EImports' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'EImports' containment reference list.
See Also:
org.eclipse.wsdl.WSDLPackage#getDefinition_EImports()

getDocument

public org.w3c.dom.Document getDocument()


setDocument

public void setDocument(org.w3c.dom.Document document)