ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface LocaleEncodingMappingListType<T>

All Superinterfaces:
Child<T>

public interface LocaleEncodingMappingListType<T>
extends Child<T>

This interface defines the contract for the locale-encoding-mapping-listType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> createLocaleEncodingMapping()
          Creates a new locale-encoding-mapping element
 List<LocaleEncodingMappingType<LocaleEncodingMappingListType<T>>> getAllLocaleEncodingMapping()
          Returns all locale-encoding-mapping elements
 LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> getOrCreateLocaleEncodingMapping()
          If not already created, a new locale-encoding-mapping element will be created and returned.
 LocaleEncodingMappingListType<T> removeAllLocaleEncodingMapping()
          Removes all locale-encoding-mapping elements
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateLocaleEncodingMapping

LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> getOrCreateLocaleEncodingMapping()
If not already created, a new locale-encoding-mapping element will be created and returned. Otherwise, the first existing locale-encoding-mapping element will be returned.

Returns:
the instance defined for the element locale-encoding-mapping

createLocaleEncodingMapping

LocaleEncodingMappingType<LocaleEncodingMappingListType<T>> createLocaleEncodingMapping()
Creates a new locale-encoding-mapping element

Returns:
the new created instance of LocaleEncodingMappingType>

getAllLocaleEncodingMapping

List<LocaleEncodingMappingType<LocaleEncodingMappingListType<T>>> getAllLocaleEncodingMapping()
Returns all locale-encoding-mapping elements

Returns:
list of locale-encoding-mapping

removeAllLocaleEncodingMapping

LocaleEncodingMappingListType<T> removeAllLocaleEncodingMapping()
Removes all locale-encoding-mapping elements

Returns:
the current instance of LocaleEncodingMappingType>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.