net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class FilterTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FilterTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FilterType

public class FilterTypeImpl
extends Object
implements Serializable, Cloneable, FilterType

See Also:
Serialized Form

Field Summary
protected  DescriptionType[] description
           
protected  DisplayNameType[] displayName
           
protected  FullyQualifiedClassTypeImpl filterClass
           
protected  FilterNameTypeImpl filterName
           
protected  IconType[] icon
           
protected  String id
           
protected  ParamValueType[] initParam
           
 
Constructor Summary
FilterTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FilterTypeImpl instance.
FilterTypeImpl(FilterTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FilterTypeImpl instance by copying a given instance.
 
Method Summary
 FilterTypeImpl 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()
           
 FullyQualifiedClassType getFilterClass()
          Gets the value of the filterClass property.
 FilterNameType getFilterName()
          Gets the value of the filterName property.
 IconType[] getIcon()
           
 IconType getIcon(int idx)
           
 int getIconLength()
           
 String getId()
          Gets the value of the id property.
 ParamValueType[] getInitParam()
           
 ParamValueType getInitParam(int idx)
           
 int getInitParamLength()
           
 void setDescription(DescriptionType[] values)
           
 DescriptionType setDescription(int idx, DescriptionType value)
           
 void setDisplayName(DisplayNameType[] values)
           
 DisplayNameType setDisplayName(int idx, DisplayNameType value)
           
 void setFilterClass(FullyQualifiedClassType value)
          Sets the value of the filterClass property.
 void setFilterName(FilterNameType value)
          Sets the value of the filterName property.
 void setIcon(IconType[] values)
           
 IconType setIcon(int idx, IconType value)
           
 void setId(String value)
          Sets the value of the id property.
 ParamValueType setInitParam(int idx, ParamValueType value)
           
 void setInitParam(ParamValueType[] values)
           
 
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

filterName

protected FilterNameTypeImpl filterName

filterClass

protected FullyQualifiedClassTypeImpl filterClass

initParam

protected ParamValueType[] initParam

id

protected String id
Constructor Detail

FilterTypeImpl

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


FilterTypeImpl

public FilterTypeImpl(FilterTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.FilterTypeImpl 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 FilterType
Returns:
array of DescriptionType

getDescription

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

getDescriptionLength

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

setDescription

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

setDescription

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

getDisplayName

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

getDisplayName

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

getDisplayNameLength

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

setDisplayName

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

setDisplayName

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

getIcon

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

getIcon

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

getIconLength

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

setIcon

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

setIcon

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

getFilterName

public FilterNameType getFilterName()
Description copied from interface: FilterType
Gets the value of the filterName property.

Specified by:
getFilterName in interface FilterType
Returns:
possible object is FilterNameType

setFilterName

public void setFilterName(FilterNameType value)
Description copied from interface: FilterType
Sets the value of the filterName property.

Specified by:
setFilterName in interface FilterType
Parameters:
value - allowed object is FilterNameType

getFilterClass

public FullyQualifiedClassType getFilterClass()
Description copied from interface: FilterType
Gets the value of the filterClass property.

Specified by:
getFilterClass in interface FilterType
Returns:
possible object is FullyQualifiedClassType

setFilterClass

public void setFilterClass(FullyQualifiedClassType value)
Description copied from interface: FilterType
Sets the value of the filterClass property.

Specified by:
setFilterClass in interface FilterType
Parameters:
value - allowed object is FullyQualifiedClassType

getInitParam

public ParamValueType[] getInitParam()
Specified by:
getInitParam in interface FilterType
Returns:
array of ParamValueType

getInitParam

public ParamValueType getInitParam(int idx)
Specified by:
getInitParam in interface FilterType
Returns:
one of ParamValueType

getInitParamLength

public int getInitParamLength()
Specified by:
getInitParamLength in interface FilterType

setInitParam

public void setInitParam(ParamValueType[] values)
Specified by:
setInitParam in interface FilterType
Parameters:
values - allowed objects are ParamValueType

setInitParam

public ParamValueType setInitParam(int idx,
                                   ParamValueType value)
Specified by:
setInitParam in interface FilterType
value - allowed object is ParamValueType

getId

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

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

setId

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

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

clone

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