net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl
Class FilterMappingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  List<PortletNameType> portletName
           
 
Constructor Summary
FilterMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance.
FilterMappingTypeImpl(FilterMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance by copying a given instance.
 
Method Summary
 FilterMappingTypeImpl clone()
          Creates and returns a copy of this object.
protected static void copyPortletName(List<PortletNameType> source, List<PortletNameType> target)
          Copies all values of property PortletName.
 String getFilterName()
          Gets the value of the filterName property.
 List<PortletNameType> getPortletName()
          Gets the value of the portletName property.
 void setFilterName(String value)
          Sets the value of the filterName property.
 
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 List<PortletNameType> portletName
Constructor Detail

FilterMappingTypeImpl

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


FilterMappingTypeImpl

public FilterMappingTypeImpl(FilterMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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 List<PortletNameType> getPortletName()
Description copied from interface: FilterMappingType
Gets the value of the portletName 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 portletName property.

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

    getPortletName().add(newItem);
 

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

Specified by:
getPortletName in interface FilterMappingType

copyPortletName

protected static void copyPortletName(List<PortletNameType> source,
                                      List<PortletNameType> target)
Copies all values of property PortletName.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

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.