public class FacesConfigFlowDefinitionFlowCallParameter
extends java.lang.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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
clazz |
protected FacesConfigFlowDefinitionParameterValue |
value |
Constructor and Description |
---|
FacesConfigFlowDefinitionFlowCallParameter() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClazz()
Gets the value of the clazz property.
|
FacesConfigFlowDefinitionParameterValue |
getValue()
Gets the value of the value property.
|
void |
setClazz(java.lang.String value)
Sets the value of the clazz property.
|
void |
setValue(FacesConfigFlowDefinitionParameterValue value)
Sets the value of the value property.
|
protected java.lang.String clazz
protected FacesConfigFlowDefinitionParameterValue value
public FacesConfigFlowDefinitionFlowCallParameter()
public java.lang.String getClazz()
String
public void setClazz(java.lang.String value)
value
- allowed object is
String
public FacesConfigFlowDefinitionParameterValue getValue()
FacesConfigFlowDefinitionParameterValue
public void setValue(FacesConfigFlowDefinitionParameterValue value)
value
- allowed object is
FacesConfigFlowDefinitionParameterValue