ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.facesconfig21
Interface FacesConfigRedirectRedirectParamType<T>

All Superinterfaces:
Child<T>

public interface FacesConfigRedirectRedirectParamType<T>
extends Child<T>

This interface defines the contract for the faces-config-redirect-redirectParamType xsd type

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

Method Summary
 String getName()
          Returns the name element
 String getValue()
          Returns the value element
 FacesConfigRedirectRedirectParamType<T> name(String name)
          Sets the name element
 FacesConfigRedirectRedirectParamType<T> removeName()
          Removes the name element
 FacesConfigRedirectRedirectParamType<T> removeValue()
          Removes the value element
 FacesConfigRedirectRedirectParamType<T> value(String value)
          Sets the value element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

name

FacesConfigRedirectRedirectParamType<T> name(String name)
Sets the name element

Parameters:
name - the value for the element name
Returns:
the current instance of FacesConfigRedirectRedirectParamType

getName

String getName()
Returns the name element

Returns:
the node defined for the element name

removeName

FacesConfigRedirectRedirectParamType<T> removeName()
Removes the name element

Returns:
the current instance of FacesConfigRedirectRedirectParamType

value

FacesConfigRedirectRedirectParamType<T> value(String value)
Sets the value element

Parameters:
value - the value for the element value
Returns:
the current instance of FacesConfigRedirectRedirectParamType

getValue

String getValue()
Returns the value element

Returns:
the node defined for the element value

removeValue

FacesConfigRedirectRedirectParamType<T> removeValue()
Removes the value element

Returns:
the current instance of FacesConfigRedirectRedirectParamType

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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