org.jboss.shrinkwrap.descriptor.api.webcommon30
Interface WelcomeFileListType<T>

All Superinterfaces:
Child<T>

public interface WelcomeFileListType<T>
extends Child<T>

This interface defines the contract for the welcome-file-listType xsd type

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 List<String> getAllWelcomeFile()
          Returns all welcome-file elements
 String getId()
          Returns the id attribute
 WelcomeFileListType<T> id(String id)
          Sets the id attribute
 WelcomeFileListType<T> removeAllWelcomeFile()
          Removes the welcome-file element
 WelcomeFileListType<T> removeId()
          Removes the id attribute
 WelcomeFileListType<T> welcomeFile(String... values)
          Creates for all String objects representing welcome-file elements, a new welcome-file element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

welcomeFile

WelcomeFileListType<T> welcomeFile(String... values)
Creates for all String objects representing welcome-file elements, a new welcome-file element

Parameters:
values - list of welcome-file objects
Returns:
the current instance of WelcomeFileListType

getAllWelcomeFile

List<String> getAllWelcomeFile()
Returns all welcome-file elements

Returns:
list of welcome-file

removeAllWelcomeFile

WelcomeFileListType<T> removeAllWelcomeFile()
Removes the welcome-file element

Returns:
the current instance of WelcomeFileListType

id

WelcomeFileListType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of WelcomeFileListType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

WelcomeFileListType<T> removeId()
Removes the id attribute

Returns:
the current instance of WelcomeFileListType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.