Package org.apache.openejb.jee
Class FacesRedirectViewParam
- java.lang.Object
-
- org.apache.openejb.jee.FacesRedirectViewParam
-
public class FacesRedirectViewParam extends Object
web-facesconfig_2_0.xsdJava class for faces-config-redirect-viewParamType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-redirect-viewParamType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://java.sun.com/xml/ns/javaee}string"/> <element name="value" type="{http://java.sun.com/xml/ns/javaee}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FacesRedirectViewParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.StringgetName()Gets the value of the name property.StringgetValue()Gets the value of the value property.voidsetId(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetValue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getValue
public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
-