|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServletTypeImpl
public class ServletTypeImpl
| Field Summary | |
|---|---|
protected DescriptionType[] |
description
|
protected DisplayNameType[] |
displayName
|
protected IconType[] |
icon
|
protected String |
id
|
protected ParamValueType[] |
initParam
|
protected JspFileTypeImpl |
jspFile
|
protected String |
loadOnStartup
|
protected RunAsTypeImpl |
runAs
|
protected SecurityRoleRefType[] |
securityRoleRef
|
protected FullyQualifiedClassTypeImpl |
servletClass
|
protected ServletNameTypeImpl |
servletName
|
| Constructor Summary | |
|---|---|
ServletTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServletTypeImpl instance. |
|
ServletTypeImpl(ServletTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServletTypeImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ServletTypeImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyDescription(DescriptionType[] source)
Copies all values of property Description. |
protected void |
copyDisplayName(DisplayNameType[] source)
Copies all values of property DisplayName. |
protected void |
copyIcon(IconType[] source)
Copies all values of property Icon. |
protected void |
copyInitParam(ParamValueType[] source)
Copies all values of property InitParam. |
protected void |
copySecurityRoleRef(SecurityRoleRefType[] source)
Copies all values of property SecurityRoleRef. |
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
DisplayNameType[] |
getDisplayName()
|
DisplayNameType |
getDisplayName(int idx)
|
int |
getDisplayNameLength()
|
IconType[] |
getIcon()
|
IconType |
getIcon(int idx)
|
int |
getIconLength()
|
String |
getId()
Gets the value of the id property. |
ParamValueType[] |
getInitParam()
|
ParamValueType |
getInitParam(int idx)
|
int |
getInitParamLength()
|
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. |
SecurityRoleRefType[] |
getSecurityRoleRef()
|
SecurityRoleRefType |
getSecurityRoleRef(int idx)
|
int |
getSecurityRoleRefLength()
|
FullyQualifiedClassType |
getServletClass()
Gets the value of the servletClass property. |
ServletNameType |
getServletName()
Gets the value of the servletName property. |
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setDisplayName(DisplayNameType[] values)
|
DisplayNameType |
setDisplayName(int idx,
DisplayNameType value)
|
void |
setIcon(IconType[] values)
|
IconType |
setIcon(int idx,
IconType value)
|
void |
setId(String value)
Sets the value of the id property. |
ParamValueType |
setInitParam(int idx,
ParamValueType value)
|
void |
setInitParam(ParamValueType[] values)
|
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. |
SecurityRoleRefType |
setSecurityRoleRef(int idx,
SecurityRoleRefType value)
|
void |
setSecurityRoleRef(SecurityRoleRefType[] values)
|
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 DescriptionType[] description
protected DisplayNameType[] displayName
protected IconType[] icon
protected ServletNameTypeImpl servletName
protected FullyQualifiedClassTypeImpl servletClass
protected JspFileTypeImpl jspFile
protected ParamValueType[] initParam
protected String loadOnStartup
protected RunAsTypeImpl runAs
protected SecurityRoleRefType[] securityRoleRef
protected String id
| Constructor Detail |
|---|
public ServletTypeImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServletTypeImpl instance.
public ServletTypeImpl(ServletTypeImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.javaee.impl.ServletTypeImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
getDescription in interface ServletTypeDescriptionTypepublic DescriptionType getDescription(int idx)
getDescription in interface ServletTypeDescriptionTypepublic int getDescriptionLength()
getDescriptionLength in interface ServletTypepublic void setDescription(DescriptionType[] values)
setDescription in interface ServletTypevalues - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
setDescription in interface ServletTypevalue - allowed object is
DescriptionTypepublic DisplayNameType[] getDisplayName()
getDisplayName in interface ServletTypeDisplayNameTypepublic DisplayNameType getDisplayName(int idx)
getDisplayName in interface ServletTypeDisplayNameTypepublic int getDisplayNameLength()
getDisplayNameLength in interface ServletTypepublic void setDisplayName(DisplayNameType[] values)
setDisplayName in interface ServletTypevalues - allowed objects are
DisplayNameType
public DisplayNameType setDisplayName(int idx,
DisplayNameType value)
setDisplayName in interface ServletTypevalue - allowed object is
DisplayNameTypepublic IconType[] getIcon()
getIcon in interface ServletTypeIconTypepublic IconType getIcon(int idx)
getIcon in interface ServletTypeIconTypepublic int getIconLength()
getIconLength in interface ServletTypepublic void setIcon(IconType[] values)
setIcon in interface ServletTypevalues - allowed objects are
IconType
public IconType setIcon(int idx,
IconType value)
setIcon in interface ServletTypevalue - allowed object is
IconTypepublic 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 ParamValueType[] getInitParam()
getInitParam in interface ServletTypeParamValueTypepublic ParamValueType getInitParam(int idx)
getInitParam in interface ServletTypeParamValueTypepublic int getInitParamLength()
getInitParamLength in interface ServletTypepublic void setInitParam(ParamValueType[] values)
setInitParam in interface ServletTypevalues - allowed objects are
ParamValueType
public ParamValueType setInitParam(int idx,
ParamValueType value)
setInitParam in interface ServletTypevalue - allowed object is
ParamValueTypepublic 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 SecurityRoleRefType[] getSecurityRoleRef()
getSecurityRoleRef in interface ServletTypeSecurityRoleRefTypepublic SecurityRoleRefType getSecurityRoleRef(int idx)
getSecurityRoleRef in interface ServletTypeSecurityRoleRefTypepublic int getSecurityRoleRefLength()
getSecurityRoleRefLength in interface ServletTypepublic void setSecurityRoleRef(SecurityRoleRefType[] values)
setSecurityRoleRef in interface ServletTypevalues - allowed objects are
SecurityRoleRefType
public SecurityRoleRefType setSecurityRoleRef(int idx,
SecurityRoleRefType value)
setSecurityRoleRef in interface ServletTypevalue - allowed object is
SecurityRoleRefTypepublic String getId()
ServletType
getId in interface ServletTypeStringpublic void setId(String value)
ServletType
setId in interface ServletTypevalue - allowed object is
Stringprotected void copyDescription(DescriptionType[] source)
Description.
source - The source to copy from.
NullPointerException - if source is null.protected void copyDisplayName(DisplayNameType[] source)
DisplayName.
source - The source to copy from.
NullPointerException - if source is null.protected void copyIcon(IconType[] source)
Icon.
source - The source to copy from.
NullPointerException - if source is null.protected void copyInitParam(ParamValueType[] source)
InitParam.
source - The source to copy from.
NullPointerException - if source is null.protected void copySecurityRoleRef(SecurityRoleRefType[] source)
SecurityRoleRef.
source - The source to copy from.
NullPointerException - if source is null.public ServletTypeImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||