org.eclipse.jst.j2ee.webservice.jaxrpcmap
Interface JavaWSDLMapping

All Superinterfaces:
J2EEEObject

public interface JavaWSDLMapping
extends J2EEEObject

A representation of the model object 'Java WSDL Mapping'. The element describes the Java mapping to a known WSDL document.It contains the mapping between package names and XML namespaces, WSDL root types and Java artifacts, and the set of mappings for services.

The following features are supported:

See Also:
JaxrpcmapPackage.getJavaWSDLMapping()

Method Summary
 EList getExceptionMappings()
          Returns the value of the 'Exception Mappings' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 EList getInterfaceMappings()
          Returns the value of the 'Interface Mappings' containment reference list.
 EList getJavaXMLTypeMappings()
          Returns the value of the 'Java XML Type Mappings' containment reference list.
 EList getPackageMappings()
          Returns the value of the 'Package Mappings' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 

Method Detail

getId

public java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), JaxrpcmapPackage.getJavaWSDLMapping_Id()

setId

public void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getPackageMappings

public EList getPackageMappings()
Returns the value of the 'Package Mappings' containment reference list. The list contents are of type PackageMapping.

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

Returns:
the value of the 'Package Mappings' containment reference list.
See Also:
JaxrpcmapPackage.getJavaWSDLMapping_PackageMappings()

getJavaXMLTypeMappings

public EList getJavaXMLTypeMappings()
Returns the value of the 'Java XML Type Mappings' containment reference list. The list contents are of type JavaXMLTypeMapping.

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

Returns:
the value of the 'Java XML Type Mappings' containment reference list.
See Also:
JaxrpcmapPackage.getJavaWSDLMapping_JavaXMLTypeMappings()

getExceptionMappings

public EList getExceptionMappings()
Returns the value of the 'Exception Mappings' containment reference list. The list contents are of type ExceptionMapping.

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

Returns:
the value of the 'Exception Mappings' containment reference list.
See Also:
JaxrpcmapPackage.getJavaWSDLMapping_ExceptionMappings()

getInterfaceMappings

public EList getInterfaceMappings()
Returns the value of the 'Interface Mappings' containment reference list. The list contents are of type InterfaceMapping.

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

Returns:
the value of the 'Interface Mappings' containment reference list.
See Also:
JaxrpcmapPackage.getJavaWSDLMapping_InterfaceMappings()