Package org.apache.openejb.jee
Class Variable
- java.lang.Object
-
- org.apache.openejb.jee.Variable
-
public class Variable extends Object
web-jsptaglibrary_2_1.xsdJava class for variableType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="variableType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/> <choice> <element name="name-given" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/> <element name="name-from-attribute" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/> </choice> <element name="variable-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/> <element name="declare" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/> <element name="scope" type="{http://java.sun.com/xml/ns/javaee}variable-scopeType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdeclareprotected TextMapdescriptionprotected Stringidprotected StringnameFromAttributeprotected StringnameGivenprotected Stringscopeprotected StringvariableClass
-
Constructor Summary
Constructors Constructor Description Variable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeclare()StringgetDescription()Text[]getDescriptions()StringgetId()StringgetNameFromAttribute()StringgetNameGiven()StringgetScope()StringgetVariableClass()voidsetDeclare(String value)voidsetDescriptions(Text[] text)voidsetId(String value)voidsetNameFromAttribute(String value)voidsetNameGiven(String value)voidsetScope(String value)voidsetVariableClass(String value)
-
-
-
Method Detail
-
getDescriptions
public Text[] getDescriptions()
-
setDescriptions
public void setDescriptions(Text[] text)
-
getDescription
public String getDescription()
-
getNameGiven
public String getNameGiven()
-
setNameGiven
public void setNameGiven(String value)
-
getNameFromAttribute
public String getNameFromAttribute()
-
setNameFromAttribute
public void setNameFromAttribute(String value)
-
getVariableClass
public String getVariableClass()
-
setVariableClass
public void setVariableClass(String value)
-
getDeclare
public String getDeclare()
-
setDeclare
public void setDeclare(String value)
-
getScope
public String getScope()
-
setScope
public void setScope(String value)
-
getId
public String getId()
-
setId
public void setId(String value)
-
-