public class TaglibType extends Object
Java-Klasse für taglibType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="taglibType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="taglib-uri" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="taglib-location" type="{http://java.sun.com/xml/ns/javaee}pathType"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected PathType |
taglibLocation |
protected String |
taglibUri |
| Constructor and Description |
|---|
TaglibType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
PathType |
getTaglibLocation()
Ruft den Wert der taglibLocation-Eigenschaft ab.
|
String |
getTaglibUri()
Ruft den Wert der taglibUri-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setTaglibLocation(PathType value)
Legt den Wert der taglibLocation-Eigenschaft fest.
|
void |
setTaglibUri(String value)
Legt den Wert der taglibUri-Eigenschaft fest.
|
protected String taglibUri
protected PathType taglibLocation
protected String id
public String getTaglibUri()
Stringpublic void setTaglibUri(String value)
value - allowed object is
Stringpublic PathType getTaglibLocation()
PathTypepublic void setTaglibLocation(PathType value)
value - allowed object is
PathTypeCopyright © 2015 buschmais GbR. All rights reserved.