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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.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  DispatcherType[] dispatcher
           
protected  FilterNameTypeImpl filterName
           
protected  String id
           
protected  Object[] urlPatternOrServletName
           
 
Constructor Summary
FilterMappingTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FilterMappingTypeImpl instance.
FilterMappingTypeImpl(FilterMappingTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.javaee.impl.FilterMappingTypeImpl instance by copying a given instance.
 
Method Summary
 FilterMappingTypeImpl clone()
          Creates and returns a copy of this object.
 void copyDispatcher(DispatcherType[] source)
          Copies all values of property Dispatcher.
 void copyUrlPatternOrServletName(Object[] source)
          Copies all values of property UrlPatternOrServletName.
 DispatcherType[] getDispatcher()
           
 DispatcherType getDispatcher(int idx)
           
 int getDispatcherLength()
           
 FilterNameType getFilterName()
          Gets the value of the filterName property.
 String getId()
          Gets the value of the id property.
 Object[] getUrlPatternOrServletName()
           
 Object getUrlPatternOrServletName(int idx)
           
 int getUrlPatternOrServletNameLength()
           
 void setDispatcher(DispatcherType[] values)
           
 DispatcherType setDispatcher(int idx, DispatcherType value)
           
 void setFilterName(FilterNameType value)
          Sets the value of the filterName property.
 void setId(String value)
          Sets the value of the id property.
 Object setUrlPatternOrServletName(int idx, Object value)
           
 void setUrlPatternOrServletName(Object[] values)
           
 
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 Object[] urlPatternOrServletName

dispatcher

protected DispatcherType[] dispatcher

id

protected String id
Constructor Detail

FilterMappingTypeImpl

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


FilterMappingTypeImpl

public FilterMappingTypeImpl(FilterMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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 Object[] getUrlPatternOrServletName()
Specified by:
getUrlPatternOrServletName in interface FilterMappingType
Returns:
array of ServletNameType UrlPatternType

getUrlPatternOrServletName

public Object getUrlPatternOrServletName(int idx)
Specified by:
getUrlPatternOrServletName in interface FilterMappingType
Returns:
one of ServletNameType UrlPatternType

getUrlPatternOrServletNameLength

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

setUrlPatternOrServletName

public void setUrlPatternOrServletName(Object[] values)
Specified by:
setUrlPatternOrServletName in interface FilterMappingType
Parameters:
values - allowed objects are ServletNameType UrlPatternType

setUrlPatternOrServletName

public Object setUrlPatternOrServletName(int idx,
                                         Object value)
Specified by:
setUrlPatternOrServletName in interface FilterMappingType
value - allowed object is ServletNameType UrlPatternType

getDispatcher

public DispatcherType[] getDispatcher()
Specified by:
getDispatcher in interface FilterMappingType
Returns:
array of DispatcherType

getDispatcher

public DispatcherType getDispatcher(int idx)
Specified by:
getDispatcher in interface FilterMappingType
Returns:
one of DispatcherType

getDispatcherLength

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

setDispatcher

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

setDispatcher

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

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 void copyUrlPatternOrServletName(Object[] source)
Copies all values of property UrlPatternOrServletName.

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

copyDispatcher

public void copyDispatcher(DispatcherType[] source)
Copies all values of property Dispatcher.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source 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.