public class FacesConfigFlowDefinitionView
extends java.lang.Object
Define a view node in a flow graph.
This element must contain exactly one
<vdl-document>
element.
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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
protected JavaIdentifier |
vdlDocument |
Constructor and Description |
---|
FacesConfigFlowDefinitionView() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
JavaIdentifier |
getVdlDocument()
Gets the value of the vdlDocument property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setVdlDocument(JavaIdentifier value)
Sets the value of the vdlDocument property.
|
protected JavaIdentifier vdlDocument
protected java.lang.String id
public JavaIdentifier getVdlDocument()
JavaIdentifier
public void setVdlDocument(JavaIdentifier value)
value
- allowed object is
JavaIdentifier
public java.lang.String getId()
String
public void setId(java.lang.String value)
value
- allowed object is
String