org.apache.openejb.jee
Class FacesConfigFlowDefinitionFlowCallParameter

java.lang.Object
  extended by 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
protected  String clazz
           
protected  FacesConfigFlowDefinitionParameterValue value
           
 
Constructor Summary
FacesConfigFlowDefinitionFlowCallParameter()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clazz

protected String clazz

value

protected FacesConfigFlowDefinitionParameterValue value
Constructor Detail

FacesConfigFlowDefinitionFlowCallParameter

public FacesConfigFlowDefinitionFlowCallParameter()
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 is String

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 is FacesConfigFlowDefinitionParameterValue


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.