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

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

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
 org.eclipse.emf.common.util.EList getExceptionMappings()
          Returns the value of the 'Exception Mappings' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 org.eclipse.emf.common.util.EList getInterfaceMappings()
          Returns the value of the 'Interface Mappings' containment reference list.
 org.eclipse.emf.common.util.EList getJavaXMLTypeMappings()
          Returns the value of the 'Java XML Type Mappings' containment reference list.
 org.eclipse.emf.common.util.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
 
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

getId

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

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

org.eclipse.emf.common.util.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

org.eclipse.emf.common.util.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

org.eclipse.emf.common.util.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

org.eclipse.emf.common.util.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()