public interface WelcomeFileListType<T> extends Child<T>, JavaeeWelcomeFileListCommonType<T,WelcomeFileListType<T>>
welcome-file-listType
xsd typeModifier and Type | Method and Description |
---|---|
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 |
WelcomeFileListType<T> welcomeFile(String... values)
welcome-file
elements,
a new welcome-file
elementvalues
- list of welcome-file
objectsWelcomeFileListType
List<String> getAllWelcomeFile()
welcome-file
elementswelcome-file
WelcomeFileListType<T> removeAllWelcomeFile()
welcome-file
elementWelcomeFileListType
WelcomeFileListType<T> id(String id)
id
attributeid
- the value for the attribute id
WelcomeFileListType
String getId()
id
attributeid
WelcomeFileListType<T> removeId()
id
attributeWelcomeFileListType
Copyright © 2023 JBoss by Red Hat. All rights reserved.