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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.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  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  XsdStringTypeImpl example
           
protected  FullyQualifiedClassTypeImpl functionClass
           
protected  List<TldExtensionType> functionExtension
           
protected  StringImpl functionSignature
           
protected  List<IconType> icon
           
protected  String id
           
protected  TldCanonicalNameTypeImpl name
           
 
Constructor Summary
FunctionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FunctionTypeImpl instance.
FunctionTypeImpl(FunctionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FunctionTypeImpl instance by copying a given instance.
 
Method Summary
 FunctionTypeImpl clone()
          Creates and returns a copy of this object.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 List<DisplayNameType> getDisplayName()
          Gets the value of the displayName property.
 XsdStringType getExample()
          Gets the value of the example property.
 FullyQualifiedClassType getFunctionClass()
          Gets the value of the functionClass property.
 List<TldExtensionType> getFunctionExtension()
          Gets the value of the functionExtension property.
 String getFunctionSignature()
          Gets the value of the functionSignature property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 TldCanonicalNameType getName()
          Gets the value of the name property.
 void setExample(XsdStringType value)
          Sets the value of the example property.
 void setFunctionClass(FullyQualifiedClassType value)
          Sets the value of the functionClass property.
 void setFunctionSignature(String value)
          Sets the value of the functionSignature property.
 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 List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

name

protected TldCanonicalNameTypeImpl name

functionClass

protected FullyQualifiedClassTypeImpl functionClass

functionSignature

protected StringImpl functionSignature

example

protected XsdStringTypeImpl example

functionExtension

protected List<TldExtensionType> functionExtension

id

protected String id
Constructor Detail

FunctionTypeImpl

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


FunctionTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: FunctionType
Gets the value of the description property.

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

Specified by:
getDescription in interface FunctionType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: FunctionType
Gets the value of the displayName property.

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

Specified by:
getDisplayName in interface FunctionType

getIcon

public List<IconType> getIcon()
Description copied from interface: FunctionType
Gets the value of the icon property.

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

Specified by:
getIcon in interface FunctionType

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 List<TldExtensionType> getFunctionExtension()
Description copied from interface: FunctionType
Gets the value of the functionExtension property.

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 functionExtension property.

For example, to add a new item, do as follows:

    getFunctionExtension().add(newItem);
 

Objects of the following type(s) are allowed in the list TldExtensionType

Specified by:
getFunctionExtension in interface FunctionType

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.