|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TldTaglibTypeImpl
public class TldTaglibTypeImpl
| 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.pub.collections.novalueclass.javaee.impl.TldTaglibTypeImpl instance. |
|
TldTaglibTypeImpl(TldTaglibTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TldTaglibTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TldTaglibTypeImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Copies all values of property Description. |
static void |
copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
Copies all values of property DisplayName. |
static void |
copyFunction(List<FunctionType> source,
List<FunctionType> target)
Copies all values of property Function. |
static void |
copyIcon(List<IconType> source,
List<IconType> target)
Copies all values of property Icon. |
static void |
copyListener(List<ListenerType> source,
List<ListenerType> target)
Copies all values of property Listener. |
static void |
copyTag(List<TagType> source,
List<TagType> target)
Copies all values of property Tag. |
static void |
copyTagFile(List<TagFileType> source,
List<TagFileType> target)
Copies all values of property TagFile. |
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 |
|---|
protected List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected String tlibVersion
protected TldCanonicalNameTypeImpl shortName
protected XsdAnyURITypeImpl uri
protected ValidatorTypeImpl validator
protected List<ListenerType> listener
protected List<TagType> tag
protected List<TagFileType> tagFile
protected List<FunctionType> function
protected List<TldExtensionType> taglibExtension
protected String version
protected String id
| Constructor Detail |
|---|
public TldTaglibTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TldTaglibTypeImpl instance.
public TldTaglibTypeImpl(TldTaglibTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.TldTaglibTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
TldTaglibType
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
getDescription in interface TldTaglibTypepublic List<DisplayNameType> getDisplayName()
TldTaglibType
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
getDisplayName in interface TldTaglibTypepublic List<IconType> getIcon()
TldTaglibType
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
getIcon in interface TldTaglibTypepublic String getTlibVersion()
TldTaglibType
getTlibVersion in interface TldTaglibTypeStringpublic void setTlibVersion(String value)
TldTaglibType
setTlibVersion in interface TldTaglibTypevalue - allowed object is
Stringpublic TldCanonicalNameType getShortName()
TldTaglibType
getShortName in interface TldTaglibTypeTldCanonicalNameTypepublic void setShortName(TldCanonicalNameType value)
TldTaglibType
setShortName in interface TldTaglibTypevalue - allowed object is
TldCanonicalNameTypepublic XsdAnyURIType getUri()
TldTaglibType
getUri in interface TldTaglibTypeXsdAnyURITypepublic void setUri(XsdAnyURIType value)
TldTaglibType
setUri in interface TldTaglibTypevalue - allowed object is
XsdAnyURITypepublic ValidatorType getValidator()
TldTaglibType
getValidator in interface TldTaglibTypeValidatorTypepublic void setValidator(ValidatorType value)
TldTaglibType
setValidator in interface TldTaglibTypevalue - allowed object is
ValidatorTypepublic List<ListenerType> getListener()
TldTaglibType
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
getListener in interface TldTaglibTypepublic List<TagType> getTag()
TldTaglibType
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
getTag in interface TldTaglibTypepublic List<TagFileType> getTagFile()
TldTaglibType
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
getTagFile in interface TldTaglibTypepublic List<FunctionType> getFunction()
TldTaglibType
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
getFunction in interface TldTaglibTypepublic List<TldExtensionType> getTaglibExtension()
TldTaglibType
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
getTaglibExtension in interface TldTaglibTypepublic String getVersion()
TldTaglibType
getVersion in interface TldTaglibTypeStringpublic void setVersion(String value)
TldTaglibType
setVersion in interface TldTaglibTypevalue - allowed object is
Stringpublic String getId()
TldTaglibType
getId in interface TldTaglibTypeStringpublic void setId(String value)
TldTaglibType
setId in interface TldTaglibTypevalue - allowed object is
String
public static void copyDescription(List<DescriptionType> source,
List<DescriptionType> target)
Description.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyDisplayName(List<DisplayNameType> source,
List<DisplayNameType> target)
DisplayName.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyIcon(List<IconType> source,
List<IconType> target)
Icon.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyListener(List<ListenerType> source,
List<ListenerType> target)
Listener.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyTag(List<TagType> source,
List<TagType> target)
Tag.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyTagFile(List<TagFileType> source,
List<TagFileType> target)
TagFile.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyFunction(List<FunctionType> source,
List<FunctionType> target)
Function.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyTaglibExtension(List<TldExtensionType> source,
List<TldExtensionType> target)
TaglibExtension.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public TldTaglibTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||