net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee
Interface WelcomeFileListType

All Known Implementing Classes:
WelcomeFileListTypeImpl

public interface WelcomeFileListType

The welcome-file-list contains an ordered list of welcome files elements. Used in: web-app

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>
 


Method Summary
 String getId()
          Gets the value of the id property.
 String[] getWelcomeFile()
           
 String getWelcomeFile(int idx)
           
 int getWelcomeFileLength()
           
 void setId(String value)
          Sets the value of the id property.
 String setWelcomeFile(int idx, String value)
           
 void setWelcomeFile(String[] values)
           
 

Method Detail

getWelcomeFile

String[] getWelcomeFile()
Returns:
array of String

getWelcomeFile

String getWelcomeFile(int idx)
Returns:
one of String

getWelcomeFileLength

int getWelcomeFileLength()

setWelcomeFile

void setWelcomeFile(String[] values)
Parameters:
values - allowed objects are String

setWelcomeFile

String setWelcomeFile(int idx,
                      String value)
Parameters:
value - allowed object is String

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.