|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TldTaglibTypeImpl
public class TldTaglibTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected FunctionType[] |
function
|
protected IconType[] |
icon
|
protected String |
id
|
protected ListenerType[] |
listener
|
protected TldCanonicalNameTypeImpl |
shortName
|
protected TagType[] |
tag
|
protected TagFileType[] |
tagFile
|
protected 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.indexed.novalueclass.javaee.impl.TldTaglibTypeImpl instance. |
|
TldTaglibTypeImpl(TldTaglibTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TldTaglibTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TldTaglibTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
protected void |
copyFunction(FunctionType[] source)
Copies all values of property Function. |
protected void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
protected void |
copyListener(ListenerType[] source)
Copies all values of property Listener. |
protected void |
copyTag(TagType[] source)
Copies all values of property Tag. |
protected void |
copyTagFile(TagFileType[] source)
Copies all values of property TagFile. |
protected void |
copyTaglibExtension(TldExtensionType[] source)
Copies all values of property TaglibExtension. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
FunctionType[] |
getFunction()
|
FunctionType |
getFunction(int idx)
|
int |
getFunctionLength()
|
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
ListenerType[] |
getListener()
|
ListenerType |
getListener(int idx)
|
int |
getListenerLength()
|
TldCanonicalNameType |
getShortName()
Gets the value of the shortName property. |
TagType[] |
getTag()
|
TagType |
getTag(int idx)
|
TagFileType[] |
getTagFile()
|
TagFileType |
getTagFile(int idx)
|
int |
getTagFileLength()
|
int |
getTagLength()
|
TldExtensionType[] |
getTaglibExtension()
|
TldExtensionType |
getTaglibExtension(int idx)
|
int |
getTaglibExtensionLength()
|
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 |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setFunction(FunctionType[] values)
|
FunctionType |
setFunction(int idx,
FunctionType value)
|
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
ListenerType |
setListener(int idx,
ListenerType value)
|
void |
setListener(ListenerType[] values)
|
void |
setShortName(TldCanonicalNameType value)
Sets the value of the shortName property. |
TagType |
setTag(int idx,
TagType value)
|
void |
setTag(TagType[] values)
|
TagFileType |
setTagFile(int idx,
TagFileType value)
|
void |
setTagFile(TagFileType[] values)
|
TldExtensionType |
setTaglibExtension(int idx,
TldExtensionType value)
|
void |
setTaglibExtension(TldExtensionType[] values)
|
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 DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected String tlibVersion
protected TldCanonicalNameTypeImpl shortName
protected XsdAnyURITypeImpl uri
protected ValidatorTypeImpl 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 TldTaglibTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TldTaglibTypeImpl instance.
public TldTaglibTypeImpl(TldTaglibTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TldTaglibTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface TldTaglibTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface TldTaglibTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface TldTaglibTypepublic void setDescription(DescriptionType[] values)
setDescription in interface TldTaglibTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface TldTaglibTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface TldTaglibTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface TldTaglibTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface TldTaglibTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface TldTaglibTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface TldTaglibTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface TldTaglibTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface TldTaglibTypeIconTypepublic int getIconLength()
getIconLength in interface TldTaglibTypepublic void setIcon(IconType[] values)
setIcon in interface TldTaglibTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface TldTaglibTypevalue - allowed object is
IconTypepublic 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 ListenerType[] getListener()
getListener in interface TldTaglibTypeListenerTypepublic ListenerType getListener(int idx)
getListener in interface TldTaglibTypeListenerTypepublic int getListenerLength()
getListenerLength in interface TldTaglibTypepublic void setListener(ListenerType[] values)
setListener in interface TldTaglibTypevalues - allowed objects are
ListenerType
public ListenerType setListener(int idx,
ListenerType value)
setListener in interface TldTaglibTypevalue - allowed object is
ListenerTypepublic TagType[] getTag()
getTag in interface TldTaglibTypeTagTypepublic TagType getTag(int idx)
getTag in interface TldTaglibTypeTagTypepublic int getTagLength()
getTagLength in interface TldTaglibTypepublic void setTag(TagType[] values)
setTag in interface TldTaglibTypevalues - allowed objects are
TagType
public TagType setTag(int idx,
TagType value)
setTag in interface TldTaglibTypevalue - allowed object is
TagTypepublic TagFileType[] getTagFile()
getTagFile in interface TldTaglibTypeTagFileTypepublic TagFileType getTagFile(int idx)
getTagFile in interface TldTaglibTypeTagFileTypepublic int getTagFileLength()
getTagFileLength in interface TldTaglibTypepublic void setTagFile(TagFileType[] values)
setTagFile in interface TldTaglibTypevalues - allowed objects are
TagFileType
public TagFileType setTagFile(int idx,
TagFileType value)
setTagFile in interface TldTaglibTypevalue - allowed object is
TagFileTypepublic FunctionType[] getFunction()
getFunction in interface TldTaglibTypeFunctionTypepublic FunctionType getFunction(int idx)
getFunction in interface TldTaglibTypeFunctionTypepublic int getFunctionLength()
getFunctionLength in interface TldTaglibTypepublic void setFunction(FunctionType[] values)
setFunction in interface TldTaglibTypevalues - allowed objects are
FunctionType
public FunctionType setFunction(int idx,
FunctionType value)
setFunction in interface TldTaglibTypevalue - allowed object is
FunctionTypepublic TldExtensionType[] getTaglibExtension()
getTaglibExtension in interface TldTaglibTypeTldExtensionTypepublic TldExtensionType getTaglibExtension(int idx)
getTaglibExtension in interface TldTaglibTypeTldExtensionTypepublic int getTaglibExtensionLength()
getTaglibExtensionLength in interface TldTaglibTypepublic void setTaglibExtension(TldExtensionType[] values)
setTaglibExtension in interface TldTaglibTypevalues - allowed objects are
TldExtensionType
public TldExtensionType setTaglibExtension(int idx,
TldExtensionType value)
setTaglibExtension in interface TldTaglibTypevalue - allowed object is
TldExtensionTypepublic 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
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.protected void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.protected void copyListener(ListenerType[] source)
Listener.
source - The source to copy from.
NullPointerException - if source is null.protected void copyTag(TagType[] source)
Tag.
source - The source to copy from.
NullPointerException - if source is null.protected void copyTagFile(TagFileType[] source)
TagFile.
source - The source to copy from.
NullPointerException - if source is null.protected void copyFunction(FunctionType[] source)
Function.
source - The source to copy from.
NullPointerException - if source is null.protected void copyTaglibExtension(TldExtensionType[] source)
TaglibExtension.
source - The source to copy from.
NullPointerException - if source 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 | |||||||||