|
||||||||||
| 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.TagFileTypeImpl
public class TagFileTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected XsdStringTypeImpl |
example
|
protected IconType[] |
icon
|
protected String |
id
|
protected TldCanonicalNameTypeImpl |
name
|
protected PathTypeImpl |
path
|
protected TldExtensionType[] |
tagExtension
|
| Constructor Summary | |
|---|---|
TagFileTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagFileTypeImpl instance. |
|
TagFileTypeImpl(TagFileTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagFileTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TagFileTypeImpl |
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 |
copyIcon(IconType[] source)
Copies all values of property Icon. |
protected void |
copyTagExtension(TldExtensionType[] source)
Copies all values of property TagExtension. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
XsdStringType |
getExample()
Gets the value of the example property. |
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
TldCanonicalNameType |
getName()
Gets the value of the name property. |
PathType |
getPath()
Gets the value of the path property. |
TldExtensionType[] |
getTagExtension()
|
TldExtensionType |
getTagExtension(int idx)
|
int |
getTagExtensionLength()
|
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setExample(XsdStringType value)
Sets the value of the example property. |
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
void |
setName(TldCanonicalNameType value)
Sets the value of the name property. |
void |
setPath(PathType value)
Sets the value of the path property. |
TldExtensionType |
setTagExtension(int idx,
TldExtensionType value)
|
void |
setTagExtension(TldExtensionType[] values)
|
| 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 TldCanonicalNameTypeImpl name
protected PathTypeImpl path
protected XsdStringTypeImpl example
protected TldExtensionType[] tagExtension
protected String id
| Constructor Detail |
|---|
public TagFileTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagFileTypeImpl instance.
public TagFileTypeImpl(TagFileTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.TagFileTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface TagFileTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface TagFileTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface TagFileTypepublic void setDescription(DescriptionType[] values)
setDescription in interface TagFileTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface TagFileTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface TagFileTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface TagFileTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface TagFileTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface TagFileTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface TagFileTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface TagFileTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface TagFileTypeIconTypepublic int getIconLength()
getIconLength in interface TagFileTypepublic void setIcon(IconType[] values)
setIcon in interface TagFileTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface TagFileTypevalue - allowed object is
IconTypepublic TldCanonicalNameType getName()
TagFileType
getName in interface TagFileTypeTldCanonicalNameTypepublic void setName(TldCanonicalNameType value)
TagFileType
setName in interface TagFileTypevalue - allowed object is
TldCanonicalNameTypepublic PathType getPath()
TagFileType
getPath in interface TagFileTypePathTypepublic void setPath(PathType value)
TagFileType
setPath in interface TagFileTypevalue - allowed object is
PathTypepublic XsdStringType getExample()
TagFileType
getExample in interface TagFileTypeXsdStringTypepublic void setExample(XsdStringType value)
TagFileType
setExample in interface TagFileTypevalue - allowed object is
XsdStringTypepublic TldExtensionType[] getTagExtension()
getTagExtension in interface TagFileTypeTldExtensionTypepublic TldExtensionType getTagExtension(int idx)
getTagExtension in interface TagFileTypeTldExtensionTypepublic int getTagExtensionLength()
getTagExtensionLength in interface TagFileTypepublic void setTagExtension(TldExtensionType[] values)
setTagExtension in interface TagFileTypevalues - allowed objects are
TldExtensionType
public TldExtensionType setTagExtension(int idx,
TldExtensionType value)
setTagExtension in interface TagFileTypevalue - allowed object is
TldExtensionTypepublic String getId()
TagFileType
getId in interface TagFileTypeStringpublic void setId(String value)
TagFileType
setId in interface TagFileTypevalue - 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 copyTagExtension(TldExtensionType[] source)
TagExtension.
source - The source to copy from.
NullPointerException - if source is null.public TagFileTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||