public class WebAppType extends Object
Java-Klasse für web-appType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der id-Eigenschaft ab.
|
List<JAXBElement<?>> |
getModuleNameOrDescriptionAndDisplayName()
Gets the value of the moduleNameOrDescriptionAndDisplayName property.
|
String |
getVersion()
Ruft den Wert der version-Eigenschaft ab.
|
Boolean |
isMetadataComplete()
Ruft den Wert der metadataComplete-Eigenschaft ab.
|
void |
setId(String value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setMetadataComplete(Boolean value)
Legt den Wert der metadataComplete-Eigenschaft fest.
|
void |
setVersion(String value)
Legt den Wert der version-Eigenschaft fest.
|
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
<
EjbRefType
>
JAXBElement
<
JspConfigType
>
JAXBElement
<
LocaleEncodingMappingListType
>
JAXBElement
<
DescriptionType
>
JAXBElement
<
MimeMappingType
>
JAXBElement
<
String
>
JAXBElement
<
AbsoluteOrderingType
>
JAXBElement
<
EmptyType
>
JAXBElement
<
ResourceRefType
>
JAXBElement
<
ResourceEnvRefType
>
JAXBElement
<
IconType
>
JAXBElement
<
FilterMappingType
>
JAXBElement
<
SecurityRoleType
>
JAXBElement
<
FilterType
>
JAXBElement
<
EjbLocalRefType
>
JAXBElement
<
MessageDestinationRefType
>
JAXBElement
<
DataSourceType
>
JAXBElement
<
PersistenceContextRefType
>
JAXBElement
<
LoginConfigType
>
JAXBElement
<
ErrorPageType
>
JAXBElement
<
MessageDestinationType
>
JAXBElement
<
SecurityConstraintType
>
JAXBElement
<
EnvEntryType
>
JAXBElement
<
SessionConfigType
>
JAXBElement
<
PersistenceUnitRefType
>
JAXBElement
<
ServletMappingType
>
JAXBElement
<
WelcomeFileListType
>
JAXBElement
<
LifecycleCallbackType
>
JAXBElement
<
LifecycleCallbackType
>
JAXBElement
<
DisplayNameType
>
JAXBElement
<
ParamValueType
>
JAXBElement
<
ListenerType
>
JAXBElement
<
ServiceRefType
>
JAXBElement
<
ServletType
>
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public void setId(String value)
value
- allowed object is
String
public Boolean isMetadataComplete()
Boolean
Copyright © 2015 buschmais GbR. All rights reserved.