Package org.apache.openejb.jee
Class FacesConfigFlowDefinitionInboundParameter
- java.lang.Object
-
- org.apache.openejb.jee.FacesConfigFlowDefinitionInboundParameter
-
public class FacesConfigFlowDefinitionInboundParameter extends Object
A named parameter whose value will be populated with a correspondingly named parameter within an "outbound-parameter" element.
Java class for faces-config-flow-definition-inbound-parameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-flow-definition-inbound-parameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://xmlns.jcp.org/xml/ns/javaee}java-identifierType"/> <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 JavaIdentifiernameprotected FacesConfigFlowDefinitionParameterValuevalue
-
Constructor Summary
Constructors Constructor Description FacesConfigFlowDefinitionInboundParameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JavaIdentifiergetName()Gets the value of the name property.FacesConfigFlowDefinitionParameterValuegetValue()Gets the value of the value property.voidsetName(JavaIdentifier value)Sets the value of the name property.voidsetValue(FacesConfigFlowDefinitionParameterValue value)Sets the value of the value property.
-
-
-
Field Detail
-
name
protected JavaIdentifier name
-
value
protected FacesConfigFlowDefinitionParameterValue value
-
-
Method Detail
-
getName
public JavaIdentifier getName()
Gets the value of the name property.- Returns:
- possible object is
JavaIdentifier
-
setName
public void setName(JavaIdentifier value)
Sets the value of the name property.- Parameters:
value- allowed object isJavaIdentifier
-
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
-
-