net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl
Class FilterMappingTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FilterMappingTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, FilterMappingType

public class FilterMappingTypeImpl
extends Object
implements Serializable, Cloneable, FilterMappingType

See Also:
Serialized Form

Field Summary
protected  List<DispatcherType> dispatcher
           
protected  FilterNameTypeImpl filterName
           
protected  String id
           
protected  List<Object> urlPatternOrServletName
           
 
Constructor Summary
FilterMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FilterMappingTypeImpl instance.
FilterMappingTypeImpl(FilterMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FilterMappingTypeImpl instance by copying a given instance.
 
Method Summary
 FilterMappingTypeImpl clone()
          Creates and returns a copy of this object.
static void copyDispatcher(List<DispatcherType> source, List<DispatcherType> target)
          Copies all values of property Dispatcher.
static void copyUrlPatternOrServletName(List<Object> source, List<Object> target)
          Copies all values of property UrlPatternOrServletName.
 List<DispatcherType> getDispatcher()
          Gets the value of the dispatcher property.
 FilterNameType getFilterName()
          Gets the value of the filterName property.
 String getId()
          Gets the value of the id property.
 List<Object> getUrlPatternOrServletName()
          Gets the value of the urlPatternOrServletName 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

filterName

protected FilterNameTypeImpl filterName

urlPatternOrServletName

protected List<Object> urlPatternOrServletName

dispatcher

protected List<DispatcherType> dispatcher

id

protected String id
Constructor Detail

FilterMappingTypeImpl

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


FilterMappingTypeImpl

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

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

getFilterName

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

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

setFilterName

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

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

getUrlPatternOrServletName

public List<Object> getUrlPatternOrServletName()
Description copied from interface: FilterMappingType
Gets the value of the urlPatternOrServletName 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 urlPatternOrServletName property.

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

    getUrlPatternOrServletName().add(newItem);
 

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

Specified by:
getUrlPatternOrServletName in interface FilterMappingType

getDispatcher

public List<DispatcherType> getDispatcher()
Description copied from interface: FilterMappingType
Gets the value of the dispatcher 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 dispatcher property.

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

    getDispatcher().add(newItem);
 

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

Specified by:
getDispatcher in interface FilterMappingType

getId

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

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

setId

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

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

copyUrlPatternOrServletName

public static void copyUrlPatternOrServletName(List<Object> source,
                                               List<Object> target)
Copies all values of property UrlPatternOrServletName.

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

copyDispatcher

public static void copyDispatcher(List<DispatcherType> source,
                                  List<DispatcherType> target)
Copies all values of property Dispatcher.

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.