net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl
Class FunctionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FunctionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FunctionType

public class FunctionTypeImpl
extends Object
implements Serializable, Cloneable, FunctionType

See Also:
Serialized Form

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.priv.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance.
FunctionTypeImpl(FunctionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance by copying a given instance.
 
Method Summary
 FunctionTypeImpl clone()
          Creates and returns a copy of this object.
 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

description

protected DescriptionType[] description

displayName

protected DisplayNameType[] displayName

icon

protected IconType[] icon

name

protected TldCanonicalNameTypeImpl name

functionClass

protected FullyQualifiedClassTypeImpl functionClass

functionSignature

protected StringImpl functionSignature

example

protected XsdStringTypeImpl example

functionExtension

protected TldExtensionType[] functionExtension

id

protected String id
Constructor Detail

FunctionTypeImpl

public FunctionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance.


FunctionTypeImpl

public FunctionTypeImpl(FunctionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.javaee.impl.FunctionTypeImpl instance by copying a given instance.

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

getDescription

public DescriptionType[] getDescription()
Specified by:
getDescription in interface FunctionType
Returns:
array of DescriptionType

getDescription

public DescriptionType getDescription(int idx)
Specified by:
getDescription in interface FunctionType
Returns:
one of DescriptionType

getDescriptionLength

public int getDescriptionLength()
Specified by:
getDescriptionLength in interface FunctionType

setDescription

public void setDescription(DescriptionType[] values)
Specified by:
setDescription in interface FunctionType
Parameters:
values - allowed objects are DescriptionType

setDescription

public DescriptionType setDescription(int idx,
                                      DescriptionType value)
Specified by:
setDescription in interface FunctionType
value - allowed object is DescriptionType

getDisplayName

public DisplayNameType[] getDisplayName()
Specified by:
getDisplayName in interface FunctionType
Returns:
array of DisplayNameType

getDisplayName

public DisplayNameType getDisplayName(int idx)
Specified by:
getDisplayName in interface FunctionType
Returns:
one of DisplayNameType

getDisplayNameLength

public int getDisplayNameLength()
Specified by:
getDisplayNameLength in interface FunctionType

setDisplayName

public void setDisplayName(DisplayNameType[] values)
Specified by:
setDisplayName in interface FunctionType
Parameters:
values - allowed objects are DisplayNameType

setDisplayName

public DisplayNameType setDisplayName(int idx,
                                      DisplayNameType value)
Specified by:
setDisplayName in interface FunctionType
value - allowed object is DisplayNameType

getIcon

public IconType[] getIcon()
Specified by:
getIcon in interface FunctionType
Returns:
array of IconType

getIcon

public IconType getIcon(int idx)
Specified by:
getIcon in interface FunctionType
Returns:
one of IconType

getIconLength

public int getIconLength()
Specified by:
getIconLength in interface FunctionType

setIcon

public void setIcon(IconType[] values)
Specified by:
setIcon in interface FunctionType
Parameters:
values - allowed objects are IconType

setIcon

public IconType setIcon(int idx,
                        IconType value)
Specified by:
setIcon in interface FunctionType
value - allowed object is IconType

getName

public TldCanonicalNameType getName()
Description copied from interface: FunctionType
Gets the value of the name property.

Specified by:
getName in interface FunctionType
Returns:
possible object is TldCanonicalNameType

setName

public void setName(TldCanonicalNameType value)
Description copied from interface: FunctionType
Sets the value of the name property.

Specified by:
setName in interface FunctionType
Parameters:
value - allowed object is TldCanonicalNameType

getFunctionClass

public FullyQualifiedClassType getFunctionClass()
Description copied from interface: FunctionType
Gets the value of the functionClass property.

Specified by:
getFunctionClass in interface FunctionType
Returns:
possible object is FullyQualifiedClassType

setFunctionClass

public void setFunctionClass(FullyQualifiedClassType value)
Description copied from interface: FunctionType
Sets the value of the functionClass property.

Specified by:
setFunctionClass in interface FunctionType
Parameters:
value - allowed object is FullyQualifiedClassType

getFunctionSignature

public String getFunctionSignature()
Description copied from interface: FunctionType
Gets the value of the functionSignature property.

Specified by:
getFunctionSignature in interface FunctionType
Returns:
possible object is String

setFunctionSignature

public void setFunctionSignature(String value)
Description copied from interface: FunctionType
Sets the value of the functionSignature property.

Specified by:
setFunctionSignature in interface FunctionType
Parameters:
value - allowed object is String

getExample

public XsdStringType getExample()
Description copied from interface: FunctionType
Gets the value of the example property.

Specified by:
getExample in interface FunctionType
Returns:
possible object is XsdStringType

setExample

public void setExample(XsdStringType value)
Description copied from interface: FunctionType
Sets the value of the example property.

Specified by:
setExample in interface FunctionType
Parameters:
value - allowed object is XsdStringType

getFunctionExtension

public TldExtensionType[] getFunctionExtension()
Specified by:
getFunctionExtension in interface FunctionType
Returns:
array of TldExtensionType

getFunctionExtension

public TldExtensionType getFunctionExtension(int idx)
Specified by:
getFunctionExtension in interface FunctionType
Returns:
one of TldExtensionType

getFunctionExtensionLength

public int getFunctionExtensionLength()
Specified by:
getFunctionExtensionLength in interface FunctionType

setFunctionExtension

public void setFunctionExtension(TldExtensionType[] values)
Specified by:
setFunctionExtension in interface FunctionType
Parameters:
values - allowed objects are TldExtensionType

setFunctionExtension

public TldExtensionType setFunctionExtension(int idx,
                                             TldExtensionType value)
Specified by:
setFunctionExtension in interface FunctionType
value - allowed object is TldExtensionType

getId

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

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

setId

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

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

clone

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