|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final org.apache.xmlbeans.SchemaType type
Method Detail |
public String[] getWelcomeFileArray()
public String getWelcomeFileArray(int i)
public String[] xgetWelcomeFileArray()
public String xgetWelcomeFileArray(int i)
public int sizeOfWelcomeFileArray()
public void setWelcomeFileArray(String[] welcomeFileArray)
public void setWelcomeFileArray(int i, String welcomeFile)
public void xsetWelcomeFileArray(String[] welcomeFileArray)
public void xsetWelcomeFileArray(int i, String welcomeFile)
public void insertWelcomeFile(int i, String welcomeFile)
public void addWelcomeFile(String welcomeFile)
public void removeWelcomeFile(int i)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |