|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.servlet.ver30.WebAppType
public class WebAppType
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>
| Field Summary | |
|---|---|
protected java.lang.String |
id
|
protected java.lang.Boolean |
metadataComplete
|
protected java.util.List<javax.xml.bind.JAXBElement<?>> |
moduleNameOrDescriptionAndDisplayName
|
protected java.lang.String |
version
|
| Constructor Summary | |
|---|---|
WebAppType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.util.List<javax.xml.bind.JAXBElement<?>> |
getModuleNameOrDescriptionAndDisplayName()
Gets the value of the moduleNameOrDescriptionAndDisplayName 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<javax.xml.bind.JAXBElement<?>> moduleNameOrDescriptionAndDisplayName
protected java.lang.String version
protected java.lang.String id
protected java.lang.Boolean metadataComplete
| Constructor Detail |
|---|
public WebAppType()
| Method Detail |
|---|
public java.util.List<javax.xml.bind.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<AbsoluteOrderingType>
JAXBElement<MessageDestinationRefType>
JAXBElement<ServletType>
JAXBElement<DisplayNameType>
JAXBElement<ResourceRefType>
JAXBElement<SecurityRoleType>
JAXBElement<SecurityConstraintType>
JAXBElement<DescriptionType>
JAXBElement<ServiceRefType>
JAXBElement<EnvEntryType>
JAXBElement<LocaleEncodingMappingListType>
JAXBElement<ErrorPageType>
JAXBElement<EmptyType>
JAXBElement<PersistenceUnitRefType>
JAXBElement<ResourceEnvRefType>
JAXBElement<DataSourceType>
JAXBElement<FilterType>
JAXBElement<LifecycleCallbackType>
JAXBElement<LoginConfigType>
JAXBElement<SessionConfigType>
JAXBElement<MessageDestinationType>
JAXBElement<ServletMappingType>
JAXBElement<JspConfigType>
JAXBElement<LifecycleCallbackType>
JAXBElement<ParamValueType>
JAXBElement<FilterMappingType>
JAXBElement<MimeMappingType>
JAXBElement<PersistenceContextRefType>
JAXBElement<EjbLocalRefType>
JAXBElement<WelcomeFileListType>
JAXBElement<ListenerType>
JAXBElement<String>
JAXBElement<IconType>
JAXBElement<EjbRefType>
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||