org.eclipse.modisco.jee.webapp.webapp25
Interface LocaleEncodingMappingListType


public interface LocaleEncodingMappingListType

A representation of the model object 'Locale Encoding Mapping List Type'. The locale-encoding-mapping-list contains one or more locale-encoding-mapping(s).

The following features are supported:

See Also:
Webapp25Package.getLocaleEncodingMappingListType()
Generated:
Model:
extendedMetaData="name='locale-encoding-mapping-listType' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getLocaleEncodingMapping()
          Returns the value of the 'Locale Encoding Mapping' containment reference list.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getLocaleEncodingMapping

 getLocaleEncodingMapping()
Returns the value of the 'Locale Encoding Mapping' containment reference list. The list contents are of type LocaleEncodingMappingType.

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

Returns:
the value of the 'Locale Encoding Mapping' containment reference list.
See Also:
Webapp25Package.getLocaleEncodingMappingListType_LocaleEncodingMapping()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='locale-encoding-mapping' namespace='http://java.sun.com/xml/ns/javaee'"

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), Webapp25Package.getLocaleEncodingMappingListType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='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()
Generated: