|
||||||||||
| 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.javaee.impl.ServletTypeImpl
public class ServletTypeImpl
| Field Summary | |
|---|---|
protected List<DescriptionType> |
description
|
protected List<DisplayNameType> |
displayName
|
protected List<IconType> |
icon
|
protected String |
id
|
protected List<ParamValueType> |
initParam
|
protected JspFileTypeImpl |
jspFile
|
protected String |
loadOnStartup
|
protected RunAsTypeImpl |
runAs
|
protected List<SecurityRoleRefType> |
securityRoleRef
|
protected FullyQualifiedClassTypeImpl |
servletClass
|
protected ServletNameTypeImpl |
servletName
|
| Constructor Summary | |
|---|---|
ServletTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServletTypeImpl instance. |
|
ServletTypeImpl(ServletTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServletTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServletTypeImpl |
clone()
Creates and returns a copy of this object. |
List<DescriptionType> |
getDescription()
Gets the value of the description property. |
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property. |
List<IconType> |
getIcon()
Gets the value of the icon property. |
String |
getId()
Gets the value of the id property. |
List<ParamValueType> |
getInitParam()
Gets the value of the initParam property. |
JspFileType |
getJspFile()
Gets the value of the jspFile property. |
String |
getLoadOnStartup()
Gets the value of the loadOnStartup property. |
RunAsType |
getRunAs()
Gets the value of the runAs property. |
List<SecurityRoleRefType> |
getSecurityRoleRef()
Gets the value of the securityRoleRef property. |
FullyQualifiedClassType |
getServletClass()
Gets the value of the servletClass property. |
ServletNameType |
getServletName()
Gets the value of the servletName property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setJspFile(JspFileType value)
Sets the value of the jspFile property. |
void |
setLoadOnStartup(String value)
Sets the value of the loadOnStartup property. |
void |
setRunAs(RunAsType value)
Sets the value of the runAs property. |
void |
setServletClass(FullyQualifiedClassType value)
Sets the value of the servletClass 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 List<DescriptionType> description
protected List<DisplayNameType> displayName
protected List<IconType> icon
protected ServletNameTypeImpl servletName
protected FullyQualifiedClassTypeImpl servletClass
protected JspFileTypeImpl jspFile
protected List<ParamValueType> initParam
protected String loadOnStartup
protected RunAsTypeImpl runAs
protected List<SecurityRoleRefType> securityRoleRef
protected String id
| Constructor Detail |
|---|
public ServletTypeImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServletTypeImpl instance.
public ServletTypeImpl(ServletTypeImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee.impl.ServletTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<DescriptionType> getDescription()
ServletType
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 description property.
For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
getDescription in interface ServletTypepublic List<DisplayNameType> getDisplayName()
ServletType
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 displayName property.
For example, to add a new item, do as follows:
getDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
DisplayNameType
getDisplayName in interface ServletTypepublic List<IconType> getIcon()
ServletType
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 icon property.
For example, to add a new item, do as follows:
getIcon().add(newItem);
Objects of the following type(s) are allowed in the list
IconType
getIcon in interface ServletTypepublic ServletNameType getServletName()
ServletType
getServletName in interface ServletTypeServletNameTypepublic void setServletName(ServletNameType value)
ServletType
setServletName in interface ServletTypevalue - allowed object is
ServletNameTypepublic FullyQualifiedClassType getServletClass()
ServletType
getServletClass in interface ServletTypeFullyQualifiedClassTypepublic void setServletClass(FullyQualifiedClassType value)
ServletType
setServletClass in interface ServletTypevalue - allowed object is
FullyQualifiedClassTypepublic JspFileType getJspFile()
ServletType
getJspFile in interface ServletTypeJspFileTypepublic void setJspFile(JspFileType value)
ServletType
setJspFile in interface ServletTypevalue - allowed object is
JspFileTypepublic List<ParamValueType> getInitParam()
ServletType
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 initParam property.
For example, to add a new item, do as follows:
getInitParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamValueType
getInitParam in interface ServletTypepublic String getLoadOnStartup()
ServletType
getLoadOnStartup in interface ServletTypeStringpublic void setLoadOnStartup(String value)
ServletType
setLoadOnStartup in interface ServletTypevalue - allowed object is
Stringpublic RunAsType getRunAs()
ServletType
getRunAs in interface ServletTypeRunAsTypepublic void setRunAs(RunAsType value)
ServletType
setRunAs in interface ServletTypevalue - allowed object is
RunAsTypepublic List<SecurityRoleRefType> getSecurityRoleRef()
ServletType
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 securityRoleRef property.
For example, to add a new item, do as follows:
getSecurityRoleRef().add(newItem);
Objects of the following type(s) are allowed in the list
SecurityRoleRefType
getSecurityRoleRef in interface ServletTypepublic String getId()
ServletType
getId in interface ServletTypeStringpublic void setId(String value)
ServletType
setId in interface ServletTypevalue - allowed object is
Stringpublic ServletTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||