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

All Superinterfaces:
J2EEEObject

public interface ElementName
extends J2EEEObject

A representation of the model object 'Element Name'. The element-name element defines the name of a complexType element name attribute value. Used in: constructor-parameter-order

The following features are supported:

See Also:
JaxrpcmapPackage.getElementName()

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getText()
          Returns the value of the 'Text' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setText(java.lang.String value)
          Sets the value of the 'Text' 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.getElementName_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()

getText

public java.lang.String getText()
Returns the value of the 'Text' attribute.

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

Returns:
the value of the 'Text' attribute.
See Also:
setText(String), JaxrpcmapPackage.getElementName_Text()

setText

public void setText(java.lang.String value)
Sets the value of the 'Text' attribute.

Parameters:
value - the new value of the 'Text' attribute.
See Also:
getText()