@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class ServletType extends Object
Java class for servletType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="servletType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/> <element name="servlet-name" type="{http://java.sun.com/xml/ns/javaee}servlet-nameType"/> <choice minOccurs="0"> <element name="servlet-class" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType"/> <element name="jsp-file" type="{http://java.sun.com/xml/ns/javaee}jsp-fileType"/> </choice> <element name="init-param" type="{http://java.sun.com/xml/ns/javaee}param-valueType" maxOccurs="unbounded" minOccurs="0"/> <element name="load-on-startup" type="{http://java.sun.com/xml/ns/javaee}load-on-startupType" minOccurs="0"/> <element name="enabled" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="async-supported" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/> <element name="run-as" type="{http://java.sun.com/xml/ns/javaee}run-asType" minOccurs="0"/> <element name="security-role-ref" type="{http://java.sun.com/xml/ns/javaee}security-role-refType" maxOccurs="unbounded" minOccurs="0"/> <element name="multipart-config" type="{http://java.sun.com/xml/ns/javaee}multipart-configType" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected TrueFalseType |
asyncSupported |
protected List<DescriptionType> |
description |
protected List<DisplayNameType> |
displayName |
protected TrueFalseType |
enabled |
protected List<IconType> |
icon |
protected String |
id |
protected List<ParamValueType> |
initParam |
protected JspFileType |
jspFile |
protected String |
loadOnStartup |
protected MultipartConfigType |
multipartConfig |
protected RunAsType |
runAs |
protected List<SecurityRoleRefType> |
securityRoleRef |
protected FullyQualifiedClassType |
servletClass |
protected ServletNameType |
servletName |
Constructor and Description |
---|
ServletType() |
Modifier and Type | Method and Description |
---|---|
TrueFalseType |
getAsyncSupported()
Gets the value of the asyncSupported property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
List<DisplayNameType> |
getDisplayName()
Gets the value of the displayName property.
|
TrueFalseType |
getEnabled()
Gets the value of the enabled 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.
|
MultipartConfigType |
getMultipartConfig()
Gets the value of the multipartConfig 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 |
setAsyncSupported(TrueFalseType value)
Sets the value of the asyncSupported property.
|
void |
setEnabled(TrueFalseType value)
Sets the value of the enabled 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 |
setMultipartConfig(MultipartConfigType value)
Sets the value of the multipartConfig 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<DescriptionType> description
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<DisplayNameType> displayName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<IconType> icon
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected ServletNameType servletName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected FullyQualifiedClassType servletClass
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected JspFileType jspFile
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<ParamValueType> initParam
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String loadOnStartup
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType enabled
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected TrueFalseType asyncSupported
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected RunAsType runAs
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<SecurityRoleRefType> securityRoleRef
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected MultipartConfigType multipartConfig
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<DescriptionType> getDescription()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<DisplayNameType> getDisplayName()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<IconType> getIcon()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public ServletNameType getServletName()
ServletNameType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setServletName(ServletNameType value)
value
- allowed object is
ServletNameType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public FullyQualifiedClassType getServletClass()
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setServletClass(FullyQualifiedClassType value)
value
- allowed object is
FullyQualifiedClassType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public JspFileType getJspFile()
JspFileType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setJspFile(JspFileType value)
value
- allowed object is
JspFileType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<ParamValueType> getInitParam()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getLoadOnStartup()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setLoadOnStartup(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getEnabled()
TrueFalseType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setEnabled(TrueFalseType value)
value
- allowed object is
TrueFalseType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public TrueFalseType getAsyncSupported()
TrueFalseType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setAsyncSupported(TrueFalseType value)
value
- allowed object is
TrueFalseType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public RunAsType getRunAs()
RunAsType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setRunAs(RunAsType value)
value
- allowed object is
RunAsType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<SecurityRoleRefType> getSecurityRoleRef()
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
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public MultipartConfigType getMultipartConfig()
MultipartConfigType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMultipartConfig(MultipartConfigType value)
value
- allowed object is
MultipartConfigType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.