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">
<choice maxOccurs="unbounded" minOccurs="0">
<element name="module-name" type="{http://java.sun.com/xml/ns/javaee}string" minOccurs="0"/>
<group ref="{http://java.sun.com/xml/ns/javaee}web-commonType"/>
<element name="absolute-ordering" type="{http://java.sun.com/xml/ns/javaee}absoluteOrderingType"/>
</choice>
<attGroup ref="{http://java.sun.com/xml/ns/javaee}web-common-attributes"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Boolean |
metadataComplete |
protected List<JAXBElement<?>> |
moduleNameOrDescriptionAndDisplayName |
protected String |
version |
| Constructor and Description |
|---|
WebAppType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
Boolean |
getMetadataComplete()
Gets the value of the metadataComplete property.
|
List<JAXBElement<?>> |
getModuleNameOrDescriptionAndDisplayName()
Gets the value of the moduleNameOrDescriptionAndDisplayName property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMetadataComplete(Boolean value)
Sets the value of the metadataComplete property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
WebAppType |
withId(String value) |
WebAppType |
withMetadataComplete(Boolean value) |
WebAppType |
withModuleNameOrDescriptionAndDisplayName(Collection<JAXBElement<?>> values) |
WebAppType |
withModuleNameOrDescriptionAndDisplayName(JAXBElement<?>... values) |
WebAppType |
withVersion(String value) |
protected List<JAXBElement<?>> moduleNameOrDescriptionAndDisplayName
protected String version
protected String id
protected Boolean metadataComplete
public List<JAXBElement<?>> getModuleNameOrDescriptionAndDisplayName()
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 moduleNameOrDescriptionAndDisplayName property.
For example, to add a new item, do as follows:
getModuleNameOrDescriptionAndDisplayName().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<String>
JAXBElement<DescriptionType>
JAXBElement<DisplayNameType>
JAXBElement<IconType>
JAXBElement<EmptyType>
JAXBElement<ParamValueType>
JAXBElement<FilterType>
JAXBElement<FilterMappingType>
JAXBElement<ListenerType>
JAXBElement<ServletType>
JAXBElement<ServletMappingType>
JAXBElement<SessionConfigType>
JAXBElement<MimeMappingType>
JAXBElement<WelcomeFileListType>
JAXBElement<ErrorPageType>
JAXBElement<JspConfigType>
JAXBElement<SecurityConstraintType>
JAXBElement<LoginConfigType>
JAXBElement<SecurityRoleType>
JAXBElement<EnvEntryType>
JAXBElement<EjbRefType>
JAXBElement<EjbLocalRefType>
JAXBElement<ServiceRefType>
JAXBElement<ResourceRefType>
JAXBElement<ResourceEnvRefType>
JAXBElement<MessageDestinationRefType>
JAXBElement<PersistenceContextRefType>
JAXBElement<PersistenceUnitRefType>
JAXBElement<LifecycleCallbackType>
JAXBElement<LifecycleCallbackType>
JAXBElement<DataSourceType>
JAXBElement<MessageDestinationType>
JAXBElement<LocaleEncodingMappingListType>
JAXBElement<AbsoluteOrderingType>
public String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Boolean getMetadataComplete()
Booleanpublic void setMetadataComplete(Boolean value)
value - allowed object is
Booleanpublic WebAppType withModuleNameOrDescriptionAndDisplayName(JAXBElement<?>... values)
public WebAppType withModuleNameOrDescriptionAndDisplayName(Collection<JAXBElement<?>> values)
public WebAppType withVersion(String value)
public WebAppType withId(String value)
public WebAppType withMetadataComplete(Boolean value)
Copyright © 2020. All rights reserved.