Package org.apache.openejb.jee
Class FacesNullValue
- java.lang.Object
-
- org.apache.openejb.jee.FacesNullValue
-
public class FacesNullValue extends Object
web-facesconfig_2_0.xsdJava class for faces-config-null-valueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-null-valueType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FacesNullValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
id
protected String id
-
-