public class TldAttribute extends Object
Java class for tld-attributeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tld-attributeType">
<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"/>
<element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
<element name="required" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/>
<choice>
<sequence>
<sequence minOccurs="0">
<element name="rtexprvalue" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType"/>
<element name="type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
</sequence>
<choice>
<element name="deferred-value" type="{http://java.sun.com/xml/ns/javaee}tld-deferred-valueType" minOccurs="0"/>
<element name="deferred-method" type="{http://java.sun.com/xml/ns/javaee}tld-deferred-methodType" minOccurs="0"/>
</choice>
</sequence>
<element name="fragment" type="{http://java.sun.com/xml/ns/javaee}generic-booleanType" minOccurs="0"/>
</choice>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TldDeferredMethod |
deferredMethod |
protected TldDeferredValue |
deferredValue |
protected TextMap |
description |
protected String |
fragment |
protected String |
id |
protected String |
name |
protected String |
required |
protected String |
rtexprvalue |
protected String |
type |
| Constructor and Description |
|---|
TldAttribute() |
| Modifier and Type | Method and Description |
|---|---|
TldDeferredMethod |
getDeferredMethod() |
TldDeferredValue |
getDeferredValue() |
String |
getDescription() |
Text[] |
getDescriptions() |
String |
getFragment() |
String |
getId() |
String |
getName() |
String |
getRequired() |
String |
getRtexprvalue() |
String |
getType() |
void |
setDeferredMethod(TldDeferredMethod value) |
void |
setDeferredValue(TldDeferredValue value) |
void |
setDescriptions(Text[] text) |
void |
setFragment(String value) |
void |
setId(String value) |
void |
setName(String value) |
void |
setRequired(String value) |
void |
setRtexprvalue(String value) |
void |
setType(String value) |
protected TextMap description
protected String name
protected String required
protected String rtexprvalue
protected String type
protected TldDeferredValue deferredValue
protected TldDeferredMethod deferredMethod
protected String fragment
protected String id
public Text[] getDescriptions()
public void setDescriptions(Text[] text)
public String getDescription()
public String getName()
public void setName(String value)
public String getRequired()
public void setRequired(String value)
public String getRtexprvalue()
public void setRtexprvalue(String value)
public String getType()
public void setType(String value)
public TldDeferredValue getDeferredValue()
public void setDeferredValue(TldDeferredValue value)
public TldDeferredMethod getDeferredMethod()
public void setDeferredMethod(TldDeferredMethod value)
public String getFragment()
public void setFragment(String value)
public String getId()
public void setId(String value)
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.