|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServletMappingTypeImpl
public class ServletMappingTypeImpl
| Field Summary | |
|---|---|
protected String |
id
|
protected ServletNameTypeImpl |
servletName
|
protected List<UrlPatternType> |
urlPattern
|
| Constructor Summary | |
|---|---|
ServletMappingTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServletMappingTypeImpl instance. |
|
ServletMappingTypeImpl(ServletMappingTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServletMappingTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServletMappingTypeImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyUrlPattern(List<UrlPatternType> source,
List<UrlPatternType> target)
Copies all values of property UrlPattern. |
String |
getId()
Gets the value of the id property. |
ServletNameType |
getServletName()
Gets the value of the servletName property. |
List<UrlPatternType> |
getUrlPattern()
Gets the value of the urlPattern property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setServletName(ServletNameType value)
Sets the value of the servletName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ServletNameTypeImpl servletName
protected List<UrlPatternType> urlPattern
protected String id
| Constructor Detail |
|---|
public ServletMappingTypeImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServletMappingTypeImpl instance.
public ServletMappingTypeImpl(ServletMappingTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.impl.ServletMappingTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public ServletNameType getServletName()
ServletMappingType
getServletName in interface ServletMappingTypeServletNameTypepublic void setServletName(ServletNameType value)
ServletMappingType
setServletName in interface ServletMappingTypevalue - allowed object is
ServletNameTypepublic List<UrlPatternType> getUrlPattern()
ServletMappingType
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 urlPattern property.
For example, to add a new item, do as follows:
getUrlPattern().add(newItem);
Objects of the following type(s) are allowed in the list
UrlPatternType
getUrlPattern in interface ServletMappingTypepublic String getId()
ServletMappingType
getId in interface ServletMappingTypeStringpublic void setId(String value)
ServletMappingType
setId in interface ServletMappingTypevalue - allowed object is
String
protected static void copyUrlPattern(List<UrlPatternType> source,
List<UrlPatternType> target)
UrlPattern.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public ServletMappingTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||