ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.portletapp20
Interface CustomWindowStateType<T>

All Superinterfaces:
Child<T>

public interface CustomWindowStateType<T>
extends Child<T>

This interface defines the contract for the custom-window-stateType xsd type

Since:
Generation date :2012-05-09T23:45:02.086-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 CustomWindowStateType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 List<String> getAllDescription()
          Returns all description elements
 String getId()
          Returns the id attribute
 String getWindowState()
          Returns the window-state element
 CustomWindowStateType<T> id(String id)
          Sets the id attribute
 CustomWindowStateType<T> removeAllDescription()
          Removes the description element
 CustomWindowStateType<T> removeId()
          Removes the id attribute
 CustomWindowStateType<T> removeWindowState()
          Removes the window-state element
 CustomWindowStateType<T> windowState(String windowState)
          Sets the window-state element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

CustomWindowStateType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of CustomWindowStateType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

CustomWindowStateType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of CustomWindowStateType

windowState

CustomWindowStateType<T> windowState(String windowState)
Sets the window-state element

Parameters:
windowState - the value for the element window-state
Returns:
the current instance of CustomWindowStateType

getWindowState

String getWindowState()
Returns the window-state element

Returns:
the node defined for the element window-state

removeWindowState

CustomWindowStateType<T> removeWindowState()
Removes the window-state element

Returns:
the current instance of CustomWindowStateType

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

CustomWindowStateType<T> removeId()
Removes the id attribute

Returns:
the current instance of CustomWindowStateType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.