net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl
Class FilterMappingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl.FilterMappingTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FilterMappingType

public class FilterMappingTypeImpl
extends Object
implements Serializable, Cloneable, FilterMappingType

See Also:
Serialized Form

Field Summary
protected  String filterName
           
protected  PortletNameType[] portletName
           
 
Constructor Summary
FilterMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance.
FilterMappingTypeImpl(FilterMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance by copying a given instance.
 
Method Summary
 FilterMappingTypeImpl clone()
          Creates and returns a copy of this object.
 String getFilterName()
          Gets the value of the filterName property.
 PortletNameType[] getPortletName()
           
 PortletNameType getPortletName(int idx)
           
 int getPortletNameLength()
           
 void setFilterName(String value)
          Sets the value of the filterName property.
 PortletNameType setPortletName(int idx, PortletNameType value)
           
 void setPortletName(PortletNameType[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filterName

protected String filterName

portletName

protected PortletNameType[] portletName
Constructor Detail

FilterMappingTypeImpl

public FilterMappingTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance.


FilterMappingTypeImpl

public FilterMappingTypeImpl(FilterMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance by copying a given instance.

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

getFilterName

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

Specified by:
getFilterName in interface FilterMappingType
Returns:
possible object is String

setFilterName

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

Specified by:
setFilterName in interface FilterMappingType
Parameters:
value - allowed object is String

getPortletName

public PortletNameType[] getPortletName()
Specified by:
getPortletName in interface FilterMappingType
Returns:
array of PortletNameType

getPortletName

public PortletNameType getPortletName(int idx)
Specified by:
getPortletName in interface FilterMappingType
Returns:
one of PortletNameType

getPortletNameLength

public int getPortletNameLength()
Specified by:
getPortletNameLength in interface FilterMappingType

setPortletName

public void setPortletName(PortletNameType[] values)
Specified by:
setPortletName in interface FilterMappingType
Parameters:
values - allowed objects are PortletNameType

setPortletName

public PortletNameType setPortletName(int idx,
                                      PortletNameType value)
Specified by:
setPortletName in interface FilterMappingType
value - allowed object is PortletNameType

clone

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