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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected FacesConfigFlowDefinitionParameterValue |
value |
| Constructor and Description |
|---|
FacesConfigFlowDefinitionFlowCallParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
FacesConfigFlowDefinitionParameterValue |
getValue()
Gets the value of the value property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setValue(FacesConfigFlowDefinitionParameterValue value)
Sets the value of the value property.
|
protected String clazz
protected FacesConfigFlowDefinitionParameterValue value
public FacesConfigFlowDefinitionFlowCallParameter()
public String getClazz()
Stringpublic void setClazz(String value)
value - allowed object is
Stringpublic FacesConfigFlowDefinitionParameterValue getValue()
FacesConfigFlowDefinitionParameterValuepublic void setValue(FacesConfigFlowDefinitionParameterValue value)
value - allowed object is
FacesConfigFlowDefinitionParameterValueCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.