org.glassfish.grizzly.servlet.ver30
Class WebAppType

java.lang.Object
  extended by org.glassfish.grizzly.servlet.ver30.WebAppType

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">
         <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

moduleNameOrDescriptionAndDisplayName

protected java.util.List<javax.xml.bind.JAXBElement<?>> moduleNameOrDescriptionAndDisplayName

version

protected java.lang.String version

id

protected java.lang.String id

metadataComplete

protected java.lang.Boolean metadataComplete
Constructor Detail

WebAppType

public WebAppType()
Method Detail

getModuleNameOrDescriptionAndDisplayName

public java.util.List<javax.xml.bind.JAXBElement<?>> getModuleNameOrDescriptionAndDisplayName()
Gets the value of the moduleNameOrDescriptionAndDisplayName property.

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>


getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

isMetadataComplete

public java.lang.Boolean isMetadataComplete()
Gets the value of the metadataComplete property.

Returns:
possible object is Boolean

setMetadataComplete

public void setMetadataComplete(java.lang.Boolean value)
Sets the value of the metadataComplete property.

Parameters:
value - allowed object is Boolean


Copyright © 2011 Oracle Corpration. All Rights Reserved.