|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FilterMappingTypeImpl
public class FilterMappingTypeImpl
| 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 |
|---|
protected FilterNameTypeImpl filterName
protected List<Object> urlPatternOrServletName
protected List<DispatcherType> dispatcher
protected String id
| Constructor Detail |
|---|
public FilterMappingTypeImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FilterMappingTypeImpl instance.
public FilterMappingTypeImpl(FilterMappingTypeImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.impl.FilterMappingTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public FilterNameType getFilterName()
FilterMappingType
getFilterName in interface FilterMappingTypeFilterNameTypepublic void setFilterName(FilterNameType value)
FilterMappingType
setFilterName in interface FilterMappingTypevalue - allowed object is
FilterNameTypepublic List<Object> getUrlPatternOrServletName()
FilterMappingType
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
getUrlPatternOrServletName in interface FilterMappingTypepublic List<DispatcherType> getDispatcher()
FilterMappingType
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
getDispatcher in interface FilterMappingTypepublic String getId()
FilterMappingType
getId in interface FilterMappingTypeStringpublic void setId(String value)
FilterMappingType
setId in interface FilterMappingTypevalue - allowed object is
String
public static void copyUrlPatternOrServletName(List<Object> source,
List<Object> target)
UrlPatternOrServletName.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
public static void copyDispatcher(List<DispatcherType> source,
List<DispatcherType> target)
Dispatcher.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public FilterMappingTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||