org.apache.geronimo.xbeans.web
Interface WelcomeFileListType

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

public interface WelcomeFileListType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class WelcomeFileListType.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
 void addWelcomeFile(String welcomeFile)
          Appends the value as the last "welcome-file" element
 String[] getWelcomeFileArray()
          Gets array of all "welcome-file" elements
 String getWelcomeFileArray(int i)
          Gets ith "welcome-file" element
 void insertWelcomeFile(int i, String welcomeFile)
          Inserts the value as the ith "welcome-file" element
 void removeWelcomeFile(int i)
          Removes the ith "welcome-file" element
 void setWelcomeFileArray(int i, String welcomeFile)
          Sets ith "welcome-file" element
 void setWelcomeFileArray(String[] welcomeFileArray)
          Sets array of all "welcome-file" element
 int sizeOfWelcomeFileArray()
          Returns number of "welcome-file" element
 String[] xgetWelcomeFileArray()
          Gets (as xml) array of all "welcome-file" elements
 String xgetWelcomeFileArray(int i)
          Gets (as xml) ith "welcome-file" element
 void xsetWelcomeFileArray(int i, String welcomeFile)
          Sets (as xml) ith "welcome-file" element
 void xsetWelcomeFileArray(String[] welcomeFileArray)
          Sets (as xml) array of all "welcome-file" 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

getWelcomeFileArray

public String[] getWelcomeFileArray()
Gets array of all "welcome-file" elements


getWelcomeFileArray

public String getWelcomeFileArray(int i)
Gets ith "welcome-file" element


xgetWelcomeFileArray

public String[] xgetWelcomeFileArray()
Gets (as xml) array of all "welcome-file" elements


xgetWelcomeFileArray

public String xgetWelcomeFileArray(int i)
Gets (as xml) ith "welcome-file" element


sizeOfWelcomeFileArray

public int sizeOfWelcomeFileArray()
Returns number of "welcome-file" element


setWelcomeFileArray

public void setWelcomeFileArray(String[] welcomeFileArray)
Sets array of all "welcome-file" element


setWelcomeFileArray

public void setWelcomeFileArray(int i,
                                String welcomeFile)
Sets ith "welcome-file" element


xsetWelcomeFileArray

public void xsetWelcomeFileArray(String[] welcomeFileArray)
Sets (as xml) array of all "welcome-file" element


xsetWelcomeFileArray

public void xsetWelcomeFileArray(int i,
                                 String welcomeFile)
Sets (as xml) ith "welcome-file" element


insertWelcomeFile

public void insertWelcomeFile(int i,
                              String welcomeFile)
Inserts the value as the ith "welcome-file" element


addWelcomeFile

public void addWelcomeFile(String welcomeFile)
Appends the value as the last "welcome-file" element


removeWelcomeFile

public void removeWelcomeFile(int i)
Removes the ith "welcome-file" element



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