org.apache.openejb.jee
Class WelcomeFileList

java.lang.Object
  extended by org.apache.openejb.jee.WelcomeFileList

public class WelcomeFileList
extends Object

web-common_3_0.xsd

Java 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
protected  String id
           
protected  List<String> welcomeFile
           
 
Constructor Summary
WelcomeFileList()
           
 
Method Summary
 String getId()
           
 List<String> getWelcomeFile()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

welcomeFile

protected List<String> welcomeFile

id

protected String id
Constructor Detail

WelcomeFileList

public WelcomeFileList()
Method Detail

getWelcomeFile

public List<String> getWelcomeFile()

getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.