net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
Class ServletTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServletTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ServletType

public class ServletTypeImpl
extends Object
implements Serializable, Cloneable, ServletType

See Also:
Serialized Form

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.pkg.collections.novalueclass.javaee.impl.ServletTypeImpl instance.
ServletTypeImpl(ServletTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.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

description

protected List<DescriptionType> description

displayName

protected List<DisplayNameType> displayName

icon

protected List<IconType> icon

servletName

protected ServletNameTypeImpl servletName

servletClass

protected FullyQualifiedClassTypeImpl servletClass

jspFile

protected JspFileTypeImpl jspFile

initParam

protected List<ParamValueType> initParam

loadOnStartup

protected String loadOnStartup

runAs

protected RunAsTypeImpl runAs

securityRoleRef

protected List<SecurityRoleRefType> securityRoleRef

id

protected String id
Constructor Detail

ServletTypeImpl

public ServletTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServletTypeImpl instance.


ServletTypeImpl

public ServletTypeImpl(ServletTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl.ServletTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: ServletType
Gets the value of the description property.

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

Specified by:
getDescription in interface ServletType

getDisplayName

public List<DisplayNameType> getDisplayName()
Description copied from interface: ServletType
Gets the value of the displayName property.

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

Specified by:
getDisplayName in interface ServletType

getIcon

public List<IconType> getIcon()
Description copied from interface: ServletType
Gets the value of the icon property.

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

Specified by:
getIcon in interface ServletType

getServletName

public ServletNameType getServletName()
Description copied from interface: ServletType
Gets the value of the servletName property.

Specified by:
getServletName in interface ServletType
Returns:
possible object is ServletNameType

setServletName

public void setServletName(ServletNameType value)
Description copied from interface: ServletType
Sets the value of the servletName property.

Specified by:
setServletName in interface ServletType
Parameters:
value - allowed object is ServletNameType

getServletClass

public FullyQualifiedClassType getServletClass()
Description copied from interface: ServletType
Gets the value of the servletClass property.

Specified by:
getServletClass in interface ServletType
Returns:
possible object is FullyQualifiedClassType

setServletClass

public void setServletClass(FullyQualifiedClassType value)
Description copied from interface: ServletType
Sets the value of the servletClass property.

Specified by:
setServletClass in interface ServletType
Parameters:
value - allowed object is FullyQualifiedClassType

getJspFile

public JspFileType getJspFile()
Description copied from interface: ServletType
Gets the value of the jspFile property.

Specified by:
getJspFile in interface ServletType
Returns:
possible object is JspFileType

setJspFile

public void setJspFile(JspFileType value)
Description copied from interface: ServletType
Sets the value of the jspFile property.

Specified by:
setJspFile in interface ServletType
Parameters:
value - allowed object is JspFileType

getInitParam

public List<ParamValueType> getInitParam()
Description copied from interface: ServletType
Gets the value of the initParam property.

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

Specified by:
getInitParam in interface ServletType

getLoadOnStartup

public String getLoadOnStartup()
Description copied from interface: ServletType
Gets the value of the loadOnStartup property.

Specified by:
getLoadOnStartup in interface ServletType
Returns:
possible object is String

setLoadOnStartup

public void setLoadOnStartup(String value)
Description copied from interface: ServletType
Sets the value of the loadOnStartup property.

Specified by:
setLoadOnStartup in interface ServletType
Parameters:
value - allowed object is String

getRunAs

public RunAsType getRunAs()
Description copied from interface: ServletType
Gets the value of the runAs property.

Specified by:
getRunAs in interface ServletType
Returns:
possible object is RunAsType

setRunAs

public void setRunAs(RunAsType value)
Description copied from interface: ServletType
Sets the value of the runAs property.

Specified by:
setRunAs in interface ServletType
Parameters:
value - allowed object is RunAsType

getSecurityRoleRef

public List<SecurityRoleRefType> getSecurityRoleRef()
Description copied from interface: ServletType
Gets the value of the securityRoleRef property.

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

Specified by:
getSecurityRoleRef in interface ServletType

getId

public String getId()
Description copied from interface: ServletType
Gets the value of the id property.

Specified by:
getId in interface ServletType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: ServletType
Sets the value of the id property.

Specified by:
setId in interface ServletType
Parameters:
value - allowed object is String

clone

public ServletTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.