net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl
Class TldTaglibTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldTaglibTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, TldTaglibType

public class TldTaglibTypeImpl
extends Object
implements Serializable, Cloneable, TldTaglibType

See Also:
Serialized Form

Field Summary
protected  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  List<FunctionType> function
           
protected  List<IconType> icon
           
protected  String id
           
protected  List<ListenerType> listener
           
protected  TldCanonicalNameTypeImpl shortName
           
protected  List<TagType> tag
           
protected  List<TagFileType> tagFile
           
protected  List<TldExtensionType> taglibExtension
           
protected  String tlibVersion
           
protected  XsdAnyURITypeImpl uri
           
protected  ValidatorTypeImpl validator
           
protected  String version
           
 
Constructor Summary
TldTaglibTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldTaglibTypeImpl instance.
TldTaglibTypeImpl(TldTaglibTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.TldTaglibTypeImpl instance by copying a given instance.
 
Method Summary
 TldTaglibTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
protected static void copyDisplayName(List<DisplayNameType> source, List<DisplayNameType> target)
          Copies all values of property DisplayName.
protected static void copyFunction(List<FunctionType> source, List<FunctionType> target)
          Copies all values of property Function.
protected static void copyIcon(List<IconType> source, List<IconType> target)
          Copies all values of property Icon.
protected static void copyListener(List<ListenerType> source, List<ListenerType> target)
          Copies all values of property Listener.
protected static void copyTag(List<TagType> source, List<TagType> target)
          Copies all values of property Tag.
protected static void copyTagFile(List<TagFileType> source, List<TagFileType> target)
          Copies all values of property TagFile.
protected static void copyTaglibExtension(List<TldExtensionType> source, List<TldExtensionType> target)
          Copies all values of property TaglibExtension.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 List<FunctionType> getFunction()
          Gets the value of the function property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 List<ListenerType> getListener()
          Gets the value of the listener property.
 TldCanonicalNameType getShortName()
          Gets the value of the shortName property.
 List<TagType> getTag()
          Gets the value of the tag property.
 List<TagFileType> getTagFile()
          Gets the value of the tagFile property.
 List<TldExtensionType> getTaglibExtension()
          Gets the value of the taglibExtension property.
 String getTlibVersion()
          Gets the value of the tlibVersion property.
 XsdAnyURIType getUri()
          Gets the value of the uri property.
 ValidatorType getValidator()
          Gets the value of the validator property.
 String getVersion()
          Gets the value of the version property.
 void setId(String value)
          Sets the value of the id property.
 void setShortName(TldCanonicalNameType value)
          Sets the value of the shortName property.
 void setTlibVersion(String value)
          Sets the value of the tlibVersion property.
 void setUri(XsdAnyURIType value)
          Sets the value of the uri property.
 void setValidator(ValidatorType value)
          Sets the value of the validator property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

tlibVersion

protected String tlibVersion

shortName

protected TldCanonicalNameTypeImpl shortName

uri

protected XsdAnyURITypeImpl uri

validator

protected ValidatorTypeImpl validator

listener

protected List<ListenerType> listener

tag

protected List<TagType> tag

tagFile

protected List<TagFileType> tagFile

function

protected List<FunctionType> function

taglibExtension

protected List<TldExtensionType> taglibExtension

version

protected String version

id

protected String id
Constructor Detail

TldTaglibTypeImpl

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


TldTaglibTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: TldTaglibType
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType

Specified by:
getDescription in interface TldTaglibType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: TldTaglibType
Gets the value of the displayName property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the displayName property.

For example, to add a new item, do as follows:

    getDisplayName().add(newItem);
 

Objects of the following type(s) are allowed in the list DisplayNameType

Specified by:
getDisplayName in interface TldTaglibType

getIcon

public List<IconType> getIcon()
Description copied from interface: TldTaglibType
Gets the value of the icon property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the icon property.

For example, to add a new item, do as follows:

    getIcon().add(newItem);
 

Objects of the following type(s) are allowed in the list IconType

Specified by:
getIcon in interface TldTaglibType

getTlibVersion

public String getTlibVersion()
Description copied from interface: TldTaglibType
Gets the value of the tlibVersion property.

Specified by:
getTlibVersion in interface TldTaglibType
Returns:
possible object is String

setTlibVersion

public void setTlibVersion(String value)
Description copied from interface: TldTaglibType
Sets the value of the tlibVersion property.

Specified by:
setTlibVersion in interface TldTaglibType
Parameters:
value - allowed object is String

getShortName

public TldCanonicalNameType getShortName()
Description copied from interface: TldTaglibType
Gets the value of the shortName property.

Specified by:
getShortName in interface TldTaglibType
Returns:
possible object is TldCanonicalNameType

setShortName

public void setShortName(TldCanonicalNameType value)
Description copied from interface: TldTaglibType
Sets the value of the shortName property.

Specified by:
setShortName in interface TldTaglibType
Parameters:
value - allowed object is TldCanonicalNameType

getUri

public XsdAnyURIType getUri()
Description copied from interface: TldTaglibType
Gets the value of the uri property.

Specified by:
getUri in interface TldTaglibType
Returns:
possible object is XsdAnyURIType

setUri

public void setUri(XsdAnyURIType value)
Description copied from interface: TldTaglibType
Sets the value of the uri property.

Specified by:
setUri in interface TldTaglibType
Parameters:
value - allowed object is XsdAnyURIType

getValidator

public ValidatorType getValidator()
Description copied from interface: TldTaglibType
Gets the value of the validator property.

Specified by:
getValidator in interface TldTaglibType
Returns:
possible object is ValidatorType

setValidator

public void setValidator(ValidatorType value)
Description copied from interface: TldTaglibType
Sets the value of the validator property.

Specified by:
setValidator in interface TldTaglibType
Parameters:
value - allowed object is ValidatorType

getListener

public List<ListenerType> getListener()
Description copied from interface: TldTaglibType
Gets the value of the listener property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the listener property.

For example, to add a new item, do as follows:

    getListener().add(newItem);
 

Objects of the following type(s) are allowed in the list ListenerType

Specified by:
getListener in interface TldTaglibType

getTag

public List<TagType> getTag()
Description copied from interface: TldTaglibType
Gets the value of the tag property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tag property.

For example, to add a new item, do as follows:

    getTag().add(newItem);
 

Objects of the following type(s) are allowed in the list TagType

Specified by:
getTag in interface TldTaglibType

getTagFile

public List<TagFileType> getTagFile()
Description copied from interface: TldTaglibType
Gets the value of the tagFile property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tagFile property.

For example, to add a new item, do as follows:

    getTagFile().add(newItem);
 

Objects of the following type(s) are allowed in the list TagFileType

Specified by:
getTagFile in interface TldTaglibType

getFunction

public List<FunctionType> getFunction()
Description copied from interface: TldTaglibType
Gets the value of the function property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the function property.

For example, to add a new item, do as follows:

    getFunction().add(newItem);
 

Objects of the following type(s) are allowed in the list FunctionType

Specified by:
getFunction in interface TldTaglibType

getTaglibExtension

public List<TldExtensionType> getTaglibExtension()
Description copied from interface: TldTaglibType
Gets the value of the taglibExtension property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the taglibExtension property.

For example, to add a new item, do as follows:

    getTaglibExtension().add(newItem);
 

Objects of the following type(s) are allowed in the list TldExtensionType

Specified by:
getTaglibExtension in interface TldTaglibType

getVersion

public String getVersion()
Description copied from interface: TldTaglibType
Gets the value of the version property.

Specified by:
getVersion in interface TldTaglibType
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: TldTaglibType
Sets the value of the version property.

Specified by:
setVersion in interface TldTaglibType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

copyDescription

protected static void copyDescription(List<DescriptionType> source,
                                      List<DescriptionType> target)
Copies all values of property Description.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyDisplayName

protected static void copyDisplayName(List<DisplayNameType> source,
                                      List<DisplayNameType> target)
Copies all values of property DisplayName.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyIcon

protected static void copyIcon(List<IconType> source,
                               List<IconType> target)
Copies all values of property Icon.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyListener

protected static void copyListener(List<ListenerType> source,
                                   List<ListenerType> target)
Copies all values of property Listener.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyTag

protected static void copyTag(List<TagType> source,
                              List<TagType> target)
Copies all values of property Tag.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyTagFile

protected static void copyTagFile(List<TagFileType> source,
                                  List<TagFileType> target)
Copies all values of property TagFile.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyFunction

protected static void copyFunction(List<FunctionType> source,
                                   List<FunctionType> target)
Copies all values of property Function.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyTaglibExtension

protected static void copyTaglibExtension(List<TldExtensionType> source,
                                          List<TldExtensionType> target)
Copies all values of property TaglibExtension.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

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