public class Variable
extends java.lang.Object
Java 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>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
declare |
protected TextMap |
description |
protected java.lang.String |
id |
protected java.lang.String |
nameFromAttribute |
protected java.lang.String |
nameGiven |
protected java.lang.String |
scope |
protected java.lang.String |
variableClass |
Constructor and Description |
---|
Variable() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeclare() |
java.lang.String |
getDescription() |
Text[] |
getDescriptions() |
java.lang.String |
getId() |
java.lang.String |
getNameFromAttribute() |
java.lang.String |
getNameGiven() |
java.lang.String |
getScope() |
java.lang.String |
getVariableClass() |
void |
setDeclare(java.lang.String value) |
void |
setDescriptions(Text[] text) |
void |
setId(java.lang.String value) |
void |
setNameFromAttribute(java.lang.String value) |
void |
setNameGiven(java.lang.String value) |
void |
setScope(java.lang.String value) |
void |
setVariableClass(java.lang.String value) |
protected TextMap description
protected java.lang.String nameGiven
protected java.lang.String nameFromAttribute
protected java.lang.String variableClass
protected java.lang.String declare
protected java.lang.String scope
protected java.lang.String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public java.lang.String getDescription()
public java.lang.String getNameGiven()
public void setNameGiven(java.lang.String value)
public java.lang.String getNameFromAttribute()
public void setNameFromAttribute(java.lang.String value)
public java.lang.String getVariableClass()
public void setVariableClass(java.lang.String value)
public java.lang.String getDeclare()
public void setDeclare(java.lang.String value)
public java.lang.String getScope()
public void setScope(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)