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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.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  List<DescriptionType> description
           
protected  List<DisplayNameType> displayName
           
protected  FullyQualifiedClassTypeImpl filterClass
           
protected  FilterNameTypeImpl filterName
           
protected  List<IconType> icon
           
protected  String id
           
protected  List<ParamValueType> initParam
           
 
Constructor Summary
FilterTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FilterTypeImpl instance.
FilterTypeImpl(FilterTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FilterTypeImpl instance by copying a given instance.
 
Method Summary
 FilterTypeImpl 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.
 FullyQualifiedClassType getFilterClass()
          Gets the value of the filterClass property.
 FilterNameType getFilterName()
          Gets the value of the filterName property.
 List<IconType> getIcon()
          Gets the value of the icon property.
 String getId()
          Gets the value of the id property.
 List<ParamValueType> getInitParam()
          Gets the value of the initParam property.
 void setFilterClass(FullyQualifiedClassType value)
          Sets the value of the filterClass property.
 void setFilterName(FilterNameType value)
          Sets the value of the filterName property.
 void setId(String value)
          Sets the value of the id 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

filterName

protected FilterNameTypeImpl filterName

filterClass

protected FullyQualifiedClassTypeImpl filterClass

initParam

protected List<ParamValueType> initParam

id

protected String id
Constructor Detail

FilterTypeImpl

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


FilterTypeImpl

public FilterTypeImpl(FilterTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.FilterTypeImpl 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: FilterType
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 FilterType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: FilterType
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 FilterType

getIcon

public List<IconType> getIcon()
Description copied from interface: FilterType
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 FilterType

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 List<ParamValueType> getInitParam()
Description copied from interface: FilterType
Gets the value of the initParam 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 initParam property.

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

    getInitParam().add(newItem);
 

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

Specified by:
getInitParam in interface FilterType

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.