net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee
Class WelcomeFileListType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.WelcomeFileListType
All Implemented Interfaces:
Serializable, Cloneable

public class WelcomeFileListType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String[] welcomeFile
           
 
Constructor Summary
WelcomeFileListType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.WelcomeFileListType instance.
WelcomeFileListType(WelcomeFileListType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.WelcomeFileListType instance by copying a given instance.
 
Method Summary
 WelcomeFileListType clone()
          Creates and returns a copy of this object.
 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)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

welcomeFile

protected String[] welcomeFile

id

protected String id
Constructor Detail

WelcomeFileListType

public WelcomeFileListType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.WelcomeFileListType instance.


WelcomeFileListType

public WelcomeFileListType(WelcomeFileListType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.WelcomeFileListType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getWelcomeFile

public String[] getWelcomeFile()
Returns:
array of String

getWelcomeFile

public String getWelcomeFile(int idx)
Returns:
one of String

getWelcomeFileLength

public int getWelcomeFileLength()

setWelcomeFile

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

setWelcomeFile

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

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

clone

public WelcomeFileListType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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