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

All Superinterfaces:
J2EEEObject

public interface ConstructorParameterOrder
extends J2EEEObject

A representation of the model object 'Constructor Parameter Order'. The constructor-parameter-order element defines the order that complexType element values are applied to a Java exception constructor. Element names are specified for each parameter of the constructor, including element names of inherited types if necessary. Used in: exception-mapping

The following features are supported:

See Also:
JaxrpcmapPackage.getConstructorParameterOrder()

Method Summary
 EList getElementNames()
          Returns the value of the 'Element Names' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 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.getConstructorParameterOrder_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()

getElementNames

public EList getElementNames()
Returns the value of the 'Element Names' containment reference list. The list contents are of type ElementName.

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

Returns:
the value of the 'Element Names' containment reference list.
See Also:
JaxrpcmapPackage.getConstructorParameterOrder_ElementNames()