|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.FilterMappingTypeImpl
public class FilterMappingTypeImpl
| Field Summary | |
|---|---|
protected String |
filterName
|
protected List<PortletNameType> |
portletName
|
| Constructor Summary | |
|---|---|
FilterMappingTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance. |
|
FilterMappingTypeImpl(FilterMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.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. |
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 |
|---|
protected String filterName
protected List<PortletNameType> portletName
| Constructor Detail |
|---|
public FilterMappingTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance.
public FilterMappingTypeImpl(FilterMappingTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.FilterMappingTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getFilterName()
FilterMappingType
getFilterName in interface FilterMappingTypeStringpublic void setFilterName(String value)
FilterMappingType
setFilterName in interface FilterMappingTypevalue - allowed object is
Stringpublic List<PortletNameType> getPortletName()
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 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
getPortletName in interface FilterMappingTypepublic FilterMappingTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||