Package org.apache.openejb.jee
Class FacesConfigFlowDefinitionView
- java.lang.Object
-
- org.apache.openejb.jee.FacesConfigFlowDefinitionView
-
public class FacesConfigFlowDefinitionView extends Object
Define a view node in a flow graph.
This element must contain exactly one
<vdl-document>Java class for faces-config-flow-definition-viewType complex type.The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-flow-definition-viewType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vdl-document" type="{http://xmlns.jcp.org/xml/ns/javaee}java-identifierType"/> </sequence> <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected JavaIdentifiervdlDocument
-
Constructor Summary
Constructors Constructor Description FacesConfigFlowDefinitionView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.JavaIdentifiergetVdlDocument()Gets the value of the vdlDocument property.voidsetId(String value)Sets the value of the id property.voidsetVdlDocument(JavaIdentifier value)Sets the value of the vdlDocument property.
-
-
-
Field Detail
-
vdlDocument
protected JavaIdentifier vdlDocument
-
id
protected String id
-
-
Method Detail
-
getVdlDocument
public JavaIdentifier getVdlDocument()
Gets the value of the vdlDocument property.- Returns:
- possible object is
JavaIdentifier
-
setVdlDocument
public void setVdlDocument(JavaIdentifier value)
Sets the value of the vdlDocument property.- Parameters:
value- allowed object isJavaIdentifier
-
-