Package org.apache.openejb.jee
Class FacesConfigFlowDefinitionFlowCallParameter
- java.lang.Object
-
- org.apache.openejb.jee.FacesConfigFlowDefinitionFlowCallParameter
-
public class FacesConfigFlowDefinitionFlowCallParameter extends Object
A parameter to pass when calling the method identified in the "method" element that is a sibling of this element.
Java class for faces-config-flow-definition-flow-call-parameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-flow-definition-flow-call-parameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="class" type="{http://xmlns.jcp.org/xml/ns/javaee}string" minOccurs="0"/> <element name="value" type="{http://xmlns.jcp.org/xml/ns/javaee}faces-config-flow-definition-parameter-valueType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringclazzprotected FacesConfigFlowDefinitionParameterValuevalue
-
Constructor Summary
Constructors Constructor Description FacesConfigFlowDefinitionFlowCallParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClazz()Gets the value of the clazz property.FacesConfigFlowDefinitionParameterValuegetValue()Gets the value of the value property.voidsetClazz(String value)Sets the value of the clazz property.voidsetValue(FacesConfigFlowDefinitionParameterValue value)Sets the value of the value property.
-
-
-
Field Detail
-
clazz
protected String clazz
-
value
protected FacesConfigFlowDefinitionParameterValue value
-
-
Method Detail
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getValue
public FacesConfigFlowDefinitionParameterValue getValue()
Gets the value of the value property.- Returns:
- possible object is
FacesConfigFlowDefinitionParameterValue
-
setValue
public void setValue(FacesConfigFlowDefinitionParameterValue value)
Sets the value of the value property.- Parameters:
value- allowed object isFacesConfigFlowDefinitionParameterValue
-
-