public class TaglibType extends Object
Java class for taglibType complex type.
The following schema fragment specifies the expected content contained within this class.
<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()
Gets the value of the id property.
|
PathType |
getTaglibLocation()
Gets the value of the taglibLocation property.
|
String |
getTaglibUri()
Gets the value of the taglibUri property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTaglibLocation(PathType value)
Sets the value of the taglibLocation property.
|
void |
setTaglibUri(String value)
Sets the value of the taglibUri property.
|
TaglibType |
withId(String value) |
TaglibType |
withTaglibLocation(PathType value) |
TaglibType |
withTaglibUri(String value) |
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
PathTypepublic void setId(String value)
value - allowed object is
Stringpublic TaglibType withTaglibUri(String value)
public TaglibType withTaglibLocation(PathType value)
public TaglibType withId(String value)
Copyright © 2019. All rights reserved.