org.apache.geronimo.xbeans.web
Interface LocaleEncodingMappingListType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
LocaleEncodingMappingListTypeImpl

public interface LocaleEncodingMappingListType
extends org.apache.xmlbeans.XmlObject

An XML locale-encoding-mapping-listType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class LocaleEncodingMappingListType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 LocalEncodingMappingType addNewLocaleEncodingMapping()
          Appends and returns a new empty value (as xml) as the last "locale-encoding-mapping" element
 LocalEncodingMappingType[] getLocaleEncodingMappingArray()
          Gets array of all "locale-encoding-mapping" elements
 LocalEncodingMappingType getLocaleEncodingMappingArray(int i)
          Gets ith "locale-encoding-mapping" element
 LocalEncodingMappingType insertNewLocaleEncodingMapping(int i)
          Inserts and returns a new empty value (as xml) as the ith "locale-encoding-mapping" element
 void removeLocaleEncodingMapping(int i)
          Removes the ith "locale-encoding-mapping" element
 void setLocaleEncodingMappingArray(int i, LocalEncodingMappingType localeEncodingMapping)
          Sets ith "locale-encoding-mapping" element
 void setLocaleEncodingMappingArray(LocalEncodingMappingType[] localeEncodingMappingArray)
          Sets array of all "locale-encoding-mapping" element
 int sizeOfLocaleEncodingMappingArray()
          Returns number of "locale-encoding-mapping" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getLocaleEncodingMappingArray

public LocalEncodingMappingType[] getLocaleEncodingMappingArray()
Gets array of all "locale-encoding-mapping" elements


getLocaleEncodingMappingArray

public LocalEncodingMappingType getLocaleEncodingMappingArray(int i)
Gets ith "locale-encoding-mapping" element


sizeOfLocaleEncodingMappingArray

public int sizeOfLocaleEncodingMappingArray()
Returns number of "locale-encoding-mapping" element


setLocaleEncodingMappingArray

public void setLocaleEncodingMappingArray(LocalEncodingMappingType[] localeEncodingMappingArray)
Sets array of all "locale-encoding-mapping" element


setLocaleEncodingMappingArray

public void setLocaleEncodingMappingArray(int i,
                                          LocalEncodingMappingType localeEncodingMapping)
Sets ith "locale-encoding-mapping" element


insertNewLocaleEncodingMapping

public LocalEncodingMappingType insertNewLocaleEncodingMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "locale-encoding-mapping" element


addNewLocaleEncodingMapping

public LocalEncodingMappingType addNewLocaleEncodingMapping()
Appends and returns a new empty value (as xml) as the last "locale-encoding-mapping" element


removeLocaleEncodingMapping

public void removeLocaleEncodingMapping(int i)
Removes the ith "locale-encoding-mapping" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.