@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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.
|
List<JAXBElement<?>> |
getModuleNameOrDescriptionAndDisplayName()
Gets the value of the moduleNameOrDescriptionAndDisplayName property.
|
String |
getVersion()
Gets the value of the version property.
|
Boolean |
isMetadataComplete()
Gets the value of the metadataComplete 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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected List<JAXBElement<?>> moduleNameOrDescriptionAndDisplayName
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String version
@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") protected Boolean metadataComplete
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") 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
<
ResourceRefType
>
JAXBElement
<
ErrorPageType
>
JAXBElement
<
EjbRefType
>
JAXBElement
<
PersistenceContextRefType
>
JAXBElement
<
EmptyType
>
JAXBElement
<
ServiceRefType
>
JAXBElement
<
ListenerType
>
JAXBElement
<
EjbLocalRefType
>
JAXBElement
<
ResourceEnvRefType
>
JAXBElement
<
SecurityRoleType
>
JAXBElement
<
LifecycleCallbackType
>
JAXBElement
<
FilterMappingType
>
JAXBElement
<
PersistenceUnitRefType
>
JAXBElement
<
String
>
JAXBElement
<
ParamValueType
>
JAXBElement
<
ServletMappingType
>
JAXBElement
<
SecurityConstraintType
>
JAXBElement
<
FilterType
>
JAXBElement
<
ServletType
>
JAXBElement
<
LoginConfigType
>
JAXBElement
<
AbsoluteOrderingType
>
JAXBElement
<
EnvEntryType
>
JAXBElement
<
LocaleEncodingMappingListType
>
JAXBElement
<
DisplayNameType
>
JAXBElement
<
JspConfigType
>
JAXBElement
<
DescriptionType
>
JAXBElement
<
WelcomeFileListType
>
JAXBElement
<
MessageDestinationRefType
>
JAXBElement
<
MimeMappingType
>
JAXBElement
<
LifecycleCallbackType
>
JAXBElement
<
MessageDestinationType
>
JAXBElement
<
IconType
>
JAXBElement
<
DataSourceType
>
JAXBElement
<
SessionConfigType
>
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getVersion()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setVersion(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 String getId()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setId(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 Boolean isMetadataComplete()
Boolean
Copyright © 2016 buschmais GbR. All rights reserved.