public class WebAppType extends Object
Java class for web-appType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="web-appType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter-mapping" type="{http://java.sun.com/xml/ns/javaee}filter-mappingType" maxOccurs="unbounded" minOccurs="0"/>
<element name="servlet-mapping" type="{http://java.sun.com/xml/ns/javaee}servlet-mappingType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}float" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FilterMappingType> |
filterMapping |
protected String |
metadataComplete |
protected List<ServletMappingType> |
servletMapping |
protected Float |
version |
| Constructor and Description |
|---|
WebAppType() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterMappingType> |
getFilterMapping()
Gets the value of the filterMapping property.
|
String |
getMetadataComplete()
Gets the value of the metadataComplete property.
|
List<ServletMappingType> |
getServletMapping()
Gets the value of the servletMapping property.
|
Float |
getVersion()
Gets the value of the version property.
|
void |
setMetadataComplete(String value)
Sets the value of the metadataComplete property.
|
void |
setVersion(Float value)
Sets the value of the version property.
|
protected List<FilterMappingType> filterMapping
protected List<ServletMappingType> servletMapping
protected String metadataComplete
protected Float version
public List<FilterMappingType> getFilterMapping()
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 filterMapping property.
For example, to add a new item, do as follows:
getFilterMapping().add(newItem);
Objects of the following type(s) are allowed in the list
FilterMappingType
public List<ServletMappingType> getServletMapping()
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 servletMapping property.
For example, to add a new item, do as follows:
getServletMapping().add(newItem);
Objects of the following type(s) are allowed in the list
ServletMappingType
public String getMetadataComplete()
Stringpublic void setMetadataComplete(String value)
value - allowed object is
Stringpublic Float getVersion()
FloatCopyright © 2018. All rights reserved.