net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee
Class TaglibType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TaglibType
All Implemented Interfaces:
Serializable, Cloneable

public class TaglibType
extends Object
implements Serializable, Cloneable

The taglibType defines the syntax for declaring in the deployment descriptor that a tag library is available to the application. This can be done to override implicit map entries from TLD files and from the container.

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>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  PathType taglibLocation
           
protected  String taglibUri
           
 
Constructor Summary
TaglibType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TaglibType instance.
TaglibType(TaglibType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TaglibType instance by copying a given instance.
 
Method Summary
 TaglibType clone()
          Creates and returns a copy of this object.
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taglibUri

protected String taglibUri

taglibLocation

protected PathType taglibLocation

id

protected String id
Constructor Detail

TaglibType

public TaglibType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TaglibType instance.


TaglibType

public TaglibType(TaglibType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.javaee.TaglibType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getTaglibUri

public String getTaglibUri()
Gets the value of the taglibUri property.

Returns:
possible object is String

setTaglibUri

public void setTaglibUri(String value)
Sets the value of the taglibUri property.

Parameters:
value - allowed object is String

getTaglibLocation

public PathType getTaglibLocation()
Gets the value of the taglibLocation property.

Returns:
possible object is PathType

setTaglibLocation

public void setTaglibLocation(PathType value)
Sets the value of the taglibLocation property.

Parameters:
value - allowed object is PathType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public TaglibType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.