|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.TldTaglibType
public class TldTaglibType
The taglib tag is the document root, it defines: description a simple string describing the "use" of this taglib, should be user discernable display-name the display-name element contains a short name that is intended to be displayed by tools icon optional icon that can be used by tools tlib-version the version of the tag library implementation short-name a simple default short name that could be used by a JSP authoring tool to create names with a mnemonic value; for example, the it may be used as the prefered prefix value in taglib directives uri a uri uniquely identifying this taglib validator optional TagLibraryValidator information listener optional event listener specification tag tags in this tag library tag-file tag files in this tag library function zero or more EL functions defined in this tag library taglib-extension zero or more extensions that provide extra information about this taglib, for tool consumption
Java class for tldTaglibType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tldTaglibType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="tlib-version" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType"/>
<element name="short-name" type="{http://java.sun.com/xml/ns/javaee}tld-canonical-nameType"/>
<element name="uri" type="{http://java.sun.com/xml/ns/javaee}xsdAnyURIType" minOccurs="0"/>
<element name="validator" type="{http://java.sun.com/xml/ns/javaee}validatorType" minOccurs="0"/>
<element name="listener" type="{http://java.sun.com/xml/ns/javaee}listenerType" maxOccurs="unbounded" minOccurs="0"/>
<element name="tag" type="{http://java.sun.com/xml/ns/javaee}tagType" maxOccurs="unbounded" minOccurs="0"/>
<element name="tag-file" type="{http://java.sun.com/xml/ns/javaee}tagFileType" maxOccurs="unbounded" minOccurs="0"/>
<element name="function" type="{http://java.sun.com/xml/ns/javaee}functionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="taglib-extension" type="{http://java.sun.com/xml/ns/javaee}tld-extensionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}dewey-versionType" fixed="2.1" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected FunctionType[] |
function
|
protected IconType[] |
icon
|
protected String |
id
|
protected ListenerType[] |
listener
|
protected TldCanonicalNameType |
shortName
|
protected TagType[] |
tag
|
protected TagFileType[] |
tagFile
|
protected TldExtensionType[] |
taglibExtension
|
protected String |
tlibVersion
|
protected XsdAnyURIType |
uri
|
protected ValidatorType |
validator
|
protected String |
version
|
| Constructor Summary | |
|---|---|
TldTaglibType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.TldTaglibType instance. |
|
TldTaglibType(TldTaglibType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.TldTaglibType instance by copying a given instance. |
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected String tlibVersion
protected TldCanonicalNameType shortName
protected XsdAnyURIType uri
protected ValidatorType validator
protected ListenerType[] listener
protected TagType[] tag
protected TagFileType[] tagFile
protected FunctionType[] function
protected TldExtensionType[] taglibExtension
protected String version
protected String id
| Constructor Detail |
|---|
public TldTaglibType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.TldTaglibType instance.
public TldTaglibType(TldTaglibType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.javaee.TldTaglibType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
DisplayNameTypepublic DisplayNameType getDisplayName(int idx)
DisplayNameTypepublic int getDisplayNameLength()
public void setDisplayName(DisplayNameType[] values)
values - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
value - allowed object is
DisplayNameTypepublic IconType[] getIcon()
IconTypepublic IconType getIcon(int idx)
IconTypepublic int getIconLength()
public void setIcon(IconType[] values)
values - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
value - allowed object is
IconTypepublic String getTlibVersion()
Stringpublic void setTlibVersion(String value)
value - allowed object is
Stringpublic TldCanonicalNameType getShortName()
TldCanonicalNameTypepublic void setShortName(TldCanonicalNameType value)
value - allowed object is
TldCanonicalNameTypepublic XsdAnyURIType getUri()
XsdAnyURITypepublic void setUri(XsdAnyURIType value)
value - allowed object is
XsdAnyURITypepublic ValidatorType getValidator()
ValidatorTypepublic void setValidator(ValidatorType value)
value - allowed object is
ValidatorTypepublic ListenerType[] getListener()
ListenerTypepublic ListenerType getListener(int idx)
ListenerTypepublic int getListenerLength()
public void setListener(ListenerType[] values)
values - allowed objects are
ListenerType
public ListenerType setListener(int idx,
ListenerType value)
value - allowed object is
ListenerTypepublic TagType[] getTag()
TagTypepublic TagType getTag(int idx)
TagTypepublic int getTagLength()
public void setTag(TagType[] values)
values - allowed objects are
TagType
public TagType setTag(int idx,
TagType value)
value - allowed object is
TagTypepublic TagFileType[] getTagFile()
TagFileTypepublic TagFileType getTagFile(int idx)
TagFileTypepublic int getTagFileLength()
public void setTagFile(TagFileType[] values)
values - allowed objects are
TagFileType
public TagFileType setTagFile(int idx,
TagFileType value)
value - allowed object is
TagFileTypepublic FunctionType[] getFunction()
FunctionTypepublic FunctionType getFunction(int idx)
FunctionTypepublic int getFunctionLength()
public void setFunction(FunctionType[] values)
values - allowed objects are
FunctionType
public FunctionType setFunction(int idx,
FunctionType value)
value - allowed object is
FunctionTypepublic TldExtensionType[] getTaglibExtension()
TldExtensionTypepublic TldExtensionType getTaglibExtension(int idx)
TldExtensionTypepublic int getTaglibExtensionLength()
public void setTaglibExtension(TldExtensionType[] values)
values - allowed objects are
TldExtensionType
public TldExtensionType setTaglibExtension(int idx,
TldExtensionType value)
value - allowed object is
TldExtensionTypepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic TldTaglibType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||