public class WebAppType
extends java.lang.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">
<choice maxOccurs="unbounded" minOccurs="0">
<group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
<element name="distributable" type="{http://java.sun.com/xml/ns/javaee}emptyType"/>
<element name="context-param" type="{http://java.sun.com/xml/ns/javaee}param-valueType"/>
<element name="filter" type="{http://java.sun.com/xml/ns/javaee}filterType"/>
<element name="filter-mapping" type="{http://java.sun.com/xml/ns/javaee}filter-mappingType"/>
<element name="listener" type="{http://java.sun.com/xml/ns/javaee}listenerType"/>
<element name="servlet" type="{http://java.sun.com/xml/ns/javaee}servletType"/>
<element name="servlet-mapping" type="{http://java.sun.com/xml/ns/javaee}servlet-mappingType"/>
<element name="session-config" type="{http://java.sun.com/xml/ns/javaee}session-configType"/>
<element name="mime-mapping" type="{http://java.sun.com/xml/ns/javaee}mime-mappingType"/>
<element name="welcome-file-list" type="{http://java.sun.com/xml/ns/javaee}welcome-file-listType"/>
<element name="error-page" type="{http://java.sun.com/xml/ns/javaee}error-pageType"/>
<element name="jsp-config" type="{http://java.sun.com/xml/ns/javaee}jsp-configType"/>
<element name="security-constraint" type="{http://java.sun.com/xml/ns/javaee}security-constraintType"/>
<element name="login-config" type="{http://java.sun.com/xml/ns/javaee}login-configType"/>
<element name="security-role" type="{http://java.sun.com/xml/ns/javaee}security-roleType"/>
<group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
<element name="message-destination" type="{http://java.sun.com/xml/ns/javaee}message-destinationType"/>
<element name="locale-encoding-mapping-list" type="{http://java.sun.com/xml/ns/javaee}locale-encoding-mapping-listType"/>
</choice>
<attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}web-app-versionType" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
descriptionAndDisplayNameAndIcon |
protected java.lang.String |
id |
protected java.lang.Boolean |
metadataComplete |
protected java.lang.String |
version |
| Constructor and Description |
|---|
WebAppType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<?>> |
getDescriptionAndDisplayNameAndIcon()
Gets the value of the descriptionAndDisplayNameAndIcon property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getVersion()
Gets the value of the version property.
|
java.lang.Boolean |
isMetadataComplete()
Gets the value of the metadataComplete property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setMetadataComplete(java.lang.Boolean value)
Sets the value of the metadataComplete property.
|
void |
setVersion(java.lang.String value)
Sets the value of the version property.
|
protected java.util.List<javax.xml.bind.JAXBElement<?>> descriptionAndDisplayNameAndIcon
protected java.lang.String version
protected java.lang.String id
protected java.lang.Boolean metadataComplete
public java.util.List<javax.xml.bind.JAXBElement<?>> getDescriptionAndDisplayNameAndIcon()
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 descriptionAndDisplayNameAndIcon property.
For example, to add a new item, do as follows:
getDescriptionAndDisplayNameAndIcon().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<SecurityConstraintType>
JAXBElement<SecurityRoleType>
JAXBElement<LocaleEncodingMappingListType>
JAXBElement<EjbLocalRefType>
JAXBElement<ServiceRefType>
JAXBElement<LifecycleCallbackType>
JAXBElement<SessionConfigType>
JAXBElement<ResourceRefType>
JAXBElement<PersistenceUnitRefType>
JAXBElement<WelcomeFileListType>
JAXBElement<MessageDestinationRefType>
JAXBElement<DescriptionType>
JAXBElement<ListenerType>
JAXBElement<DisplayNameType>
JAXBElement<EjbRefType>
JAXBElement<MimeMappingType>
JAXBElement<ServletMappingType>
JAXBElement<FilterType>
JAXBElement<ServletType>
JAXBElement<IconType>
JAXBElement<LoginConfigType>
JAXBElement<EmptyType>
JAXBElement<ResourceEnvRefType>
JAXBElement<LifecycleCallbackType>
JAXBElement<JspConfigType>
JAXBElement<ErrorPageType>
JAXBElement<FilterMappingType>
JAXBElement<MessageDestinationType>
JAXBElement<ParamValueType>
JAXBElement<PersistenceContextRefType>
JAXBElement<EnvEntryType>
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isMetadataComplete()
Booleanpublic void setMetadataComplete(java.lang.Boolean value)
value - allowed object is
Boolean