|
||||||||||
| 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.FunctionTypeImpl
public class FunctionTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected XsdStringTypeImpl |
example
|
protected FullyQualifiedClassTypeImpl |
functionClass
|
protected TldExtensionType[] |
functionExtension
|
protected StringImpl |
functionSignature
|
protected IconType[] |
icon
|
protected String |
id
|
protected TldCanonicalNameTypeImpl |
name
|
| Constructor Summary | |
|---|---|
FunctionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance. |
|
FunctionTypeImpl(FunctionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
FunctionTypeImpl |
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 |
copyFunctionExtension(TldExtensionType[] source)
Copies all values of property FunctionExtension. |
protected void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
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. |
FullyQualifiedClassType |
getFunctionClass()
Gets the value of the functionClass property. |
TldExtensionType[] |
getFunctionExtension()
|
TldExtensionType |
getFunctionExtension(int idx)
|
int |
getFunctionExtensionLength()
|
String |
getFunctionSignature()
Gets the value of the functionSignature 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. |
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 |
setFunctionClass(FullyQualifiedClassType value)
Sets the value of the functionClass property. |
TldExtensionType |
setFunctionExtension(int idx,
TldExtensionType value)
|
void |
setFunctionExtension(TldExtensionType[] values)
|
void |
setFunctionSignature(String value)
Sets the value of the functionSignature 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. |
| 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 FullyQualifiedClassTypeImpl functionClass
protected StringImpl functionSignature
protected XsdStringTypeImpl example
protected TldExtensionType[] functionExtension
protected String id
| Constructor Detail |
|---|
public FunctionTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance.
public FunctionTypeImpl(FunctionTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface FunctionTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface FunctionTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface FunctionTypepublic void setDescription(DescriptionType[] values)
setDescription in interface FunctionTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface FunctionTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface FunctionTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface FunctionTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface FunctionTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface FunctionTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface FunctionTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface FunctionTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface FunctionTypeIconTypepublic int getIconLength()
getIconLength in interface FunctionTypepublic void setIcon(IconType[] values)
setIcon in interface FunctionTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface FunctionTypevalue - allowed object is
IconTypepublic TldCanonicalNameType getName()
FunctionType
getName in interface FunctionTypeTldCanonicalNameTypepublic void setName(TldCanonicalNameType value)
FunctionType
setName in interface FunctionTypevalue - allowed object is
TldCanonicalNameTypepublic FullyQualifiedClassType getFunctionClass()
FunctionType
getFunctionClass in interface FunctionTypeFullyQualifiedClassTypepublic void setFunctionClass(FullyQualifiedClassType value)
FunctionType
setFunctionClass in interface FunctionTypevalue - allowed object is
FullyQualifiedClassTypepublic String getFunctionSignature()
FunctionType
getFunctionSignature in interface FunctionTypeStringpublic void setFunctionSignature(String value)
FunctionType
setFunctionSignature in interface FunctionTypevalue - allowed object is
Stringpublic XsdStringType getExample()
FunctionType
getExample in interface FunctionTypeXsdStringTypepublic void setExample(XsdStringType value)
FunctionType
setExample in interface FunctionTypevalue - allowed object is
XsdStringTypepublic TldExtensionType[] getFunctionExtension()
getFunctionExtension in interface FunctionTypeTldExtensionTypepublic TldExtensionType getFunctionExtension(int idx)
getFunctionExtension in interface FunctionTypeTldExtensionTypepublic int getFunctionExtensionLength()
getFunctionExtensionLength in interface FunctionTypepublic void setFunctionExtension(TldExtensionType[] values)
setFunctionExtension in interface FunctionTypevalues - allowed objects are
TldExtensionType
public TldExtensionType setFunctionExtension(int idx,
TldExtensionType value)
setFunctionExtension in interface FunctionTypevalue - allowed object is
TldExtensionTypepublic String getId()
FunctionType
getId in interface FunctionTypeStringpublic void setId(String value)
FunctionType
setId in interface FunctionTypevalue - 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 copyFunctionExtension(TldExtensionType[] source)
FunctionExtension.
source - The source to copy from.
NullPointerException - if source is null.public FunctionTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||