net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
Class TaglibTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TaglibTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, TaglibType

public class TaglibTypeImpl
extends Object
implements Serializable, Cloneable, TaglibType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  PathTypeImpl taglibLocation
           
protected  StringImpl taglibUri
           
 
Constructor Summary
TaglibTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TaglibTypeImpl instance.
TaglibTypeImpl(TaglibTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TaglibTypeImpl instance by copying a given instance.
 
Method Summary
 TaglibTypeImpl 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 StringImpl taglibUri

taglibLocation

protected PathTypeImpl taglibLocation

id

protected String id
Constructor Detail

TaglibTypeImpl

public TaglibTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TaglibTypeImpl instance.


TaglibTypeImpl

public TaglibTypeImpl(TaglibTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TaglibTypeImpl instance by copying a given instance.

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

getTaglibUri

public String getTaglibUri()
Description copied from interface: TaglibType
Gets the value of the taglibUri property.

Specified by:
getTaglibUri in interface TaglibType
Returns:
possible object is String

setTaglibUri

public void setTaglibUri(String value)
Description copied from interface: TaglibType
Sets the value of the taglibUri property.

Specified by:
setTaglibUri in interface TaglibType
Parameters:
value - allowed object is String

getTaglibLocation

public PathType getTaglibLocation()
Description copied from interface: TaglibType
Gets the value of the taglibLocation property.

Specified by:
getTaglibLocation in interface TaglibType
Returns:
possible object is PathType

setTaglibLocation

public void setTaglibLocation(PathType value)
Description copied from interface: TaglibType
Sets the value of the taglibLocation property.

Specified by:
setTaglibLocation in interface TaglibType
Parameters:
value - allowed object is PathType

getId

public String getId()
Description copied from interface: TaglibType
Gets the value of the id property.

Specified by:
getId in interface TaglibType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: TaglibType
Sets the value of the id property.

Specified by:
setId in interface TaglibType
Parameters:
value - allowed object is String

clone

public TaglibTypeImpl 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.