Package org.apache.openejb.jee
Class WelcomeFileList
- java.lang.Object
-
- org.apache.openejb.jee.WelcomeFileList
-
public class WelcomeFileList extends Object
web-common_3_0.xsdJava class for welcome-file-listType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="welcome-file-listType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="welcome-file" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<String>welcomeFile
-
Constructor Summary
Constructors Constructor Description WelcomeFileList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()List<String>getWelcomeFile()voidsetId(String value)
-