org.eclipse.modisco.jee.webapp.webapp25
Interface WebAppType


public interface WebAppType

A representation of the model object 'Web App Type'.

The following features are supported:

See Also:
Webapp25Package.getWebAppType()
Generated:
Model:
extendedMetaData="name='web-appType' kind='elementOnly'"

Method Summary
  getContextParam()
          Returns the value of the 'Context Param' containment reference list.
  getDescription()
          Returns the value of the 'Description' containment reference list.
  getDisplayName()
          Returns the value of the 'Display Name' containment reference list.
  getDistributable()
          Returns the value of the 'Distributable' containment reference list.
  getEjbLocalRef()
          Returns the value of the 'Ejb Local Ref' containment reference list.
  getEjbRef()
          Returns the value of the 'Ejb Ref' containment reference list.
  getEnvEntry()
          Returns the value of the 'Env Entry' containment reference list.
  getErrorPage()
          Returns the value of the 'Error Page' containment reference list.
  getFilter()
          Returns the value of the 'Filter' containment reference list.
  getFilterMapping()
          Returns the value of the 'Filter Mapping' containment reference list.
 FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
  getIcon()
          Returns the value of the 'Icon' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
  getJspConfig()
          Returns the value of the 'Jsp Config' containment reference list.
  getListener()
          Returns the value of the 'Listener' containment reference list.
  getLocaleEncodingMappingList()
          Returns the value of the 'Locale Encoding Mapping List' containment reference list.
  getLoginConfig()
          Returns the value of the 'Login Config' containment reference list.
  getMessageDestination()
          Returns the value of the 'Message Destination' containment reference list.
  getMessageDestinationRef()
          Returns the value of the 'Message Destination Ref' containment reference list.
  getMimeMapping()
          Returns the value of the 'Mime Mapping' containment reference list.
  getPersistenceContextRef()
          Returns the value of the 'Persistence Context Ref' containment reference list.
  getPersistenceUnitRef()
          Returns the value of the 'Persistence Unit Ref' containment reference list.
  getPostConstruct()
          Returns the value of the 'Post Construct' containment reference list.
  getPreDestroy()
          Returns the value of the 'Pre Destroy' containment reference list.
  getResourceEnvRef()
          Returns the value of the 'Resource Env Ref' containment reference list.
  getResourceRef()
          Returns the value of the 'Resource Ref' containment reference list.
  getSecurityConstraint()
          Returns the value of the 'Security Constraint' containment reference list.
  getSecurityRole()
          Returns the value of the 'Security Role' containment reference list.
  getServiceRef()
          Returns the value of the 'Service Ref' containment reference list.
  getServlet()
          Returns the value of the 'Servlet' containment reference list.
  getServletMapping()
          Returns the value of the 'Servlet Mapping' containment reference list.
  getSessionConfig()
          Returns the value of the 'Session Config' containment reference list.
 WebAppVersionType getVersion()
          Returns the value of the 'Version' attribute.
  getWelcomeFileList()
          Returns the value of the 'Welcome File List' containment reference list.
 boolean isMetadataComplete()
          Returns the value of the 'Metadata Complete' attribute.
 boolean isSetMetadataComplete()
          Returns whether the value of the 'Metadata Complete' attribute is set.
 boolean isSetVersion()
          Returns whether the value of the 'Version' attribute is set.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setMetadataComplete(boolean value)
          Sets the value of the 'Metadata Complete' attribute.
 void setVersion(WebAppVersionType value)
          Sets the value of the 'Version' attribute.
 void unsetMetadataComplete()
          Unsets the value of the 'Metadata Complete' attribute.
 void unsetVersion()
          Unsets the value of the 'Version' attribute.
 

Method Detail

getGroup

FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Group' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Group' attribute list.
See Also:
Webapp25Package.getWebAppType_Group()
Generated:
Model:
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:0'"

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference list.
See Also:
Webapp25Package.getWebAppType_Description()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getDisplayName

 getDisplayName()
Returns the value of the 'Display Name' containment reference list. The list contents are of type DisplayNameType.

If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Display Name' containment reference list.
See Also:
Webapp25Package.getWebAppType_DisplayName()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='display-name' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getIcon

 getIcon()
Returns the value of the 'Icon' containment reference list. The list contents are of type IconType.

If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Icon' containment reference list.
See Also:
Webapp25Package.getWebAppType_Icon()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='icon' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getDistributable

 getDistributable()
Returns the value of the 'Distributable' containment reference list. The list contents are of type EmptyType.

If the meaning of the 'Distributable' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Distributable' containment reference list.
See Also:
Webapp25Package.getWebAppType_Distributable()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='distributable' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getContextParam

 getContextParam()
Returns the value of the 'Context Param' containment reference list. The list contents are of type ParamValueType. The context-param element contains the declaration of a web application's servlet context initialization parameters.

Returns:
the value of the 'Context Param' containment reference list.
See Also:
Webapp25Package.getWebAppType_ContextParam()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='context-param' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getFilter

 getFilter()
Returns the value of the 'Filter' containment reference list. The list contents are of type FilterType.

If the meaning of the 'Filter' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filter' containment reference list.
See Also:
Webapp25Package.getWebAppType_Filter()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='filter' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getFilterMapping

 getFilterMapping()
Returns the value of the 'Filter Mapping' containment reference list. The list contents are of type FilterMappingType.

If the meaning of the 'Filter Mapping' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Filter Mapping' containment reference list.
See Also:
Webapp25Package.getWebAppType_FilterMapping()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='filter-mapping' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getListener

 getListener()
Returns the value of the 'Listener' containment reference list. The list contents are of type ListenerType.

If the meaning of the 'Listener' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Listener' containment reference list.
See Also:
Webapp25Package.getWebAppType_Listener()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='listener' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getServlet

 getServlet()
Returns the value of the 'Servlet' containment reference list. The list contents are of type ServletType.

If the meaning of the 'Servlet' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Servlet' containment reference list.
See Also:
Webapp25Package.getWebAppType_Servlet()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='servlet' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getServletMapping

 getServletMapping()
Returns the value of the 'Servlet Mapping' containment reference list. The list contents are of type ServletMappingType.

If the meaning of the 'Servlet Mapping' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Servlet Mapping' containment reference list.
See Also:
Webapp25Package.getWebAppType_ServletMapping()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='servlet-mapping' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getSessionConfig

 getSessionConfig()
Returns the value of the 'Session Config' containment reference list. The list contents are of type SessionConfigType.

If the meaning of the 'Session Config' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Session Config' containment reference list.
See Also:
Webapp25Package.getWebAppType_SessionConfig()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='session-config' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getMimeMapping

 getMimeMapping()
Returns the value of the 'Mime Mapping' containment reference list. The list contents are of type MimeMappingType.

If the meaning of the 'Mime Mapping' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mime Mapping' containment reference list.
See Also:
Webapp25Package.getWebAppType_MimeMapping()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='mime-mapping' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getWelcomeFileList

 getWelcomeFileList()
Returns the value of the 'Welcome File List' containment reference list. The list contents are of type WelcomeFileListType.

If the meaning of the 'Welcome File List' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Welcome File List' containment reference list.
See Also:
Webapp25Package.getWebAppType_WelcomeFileList()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='welcome-file-list' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getErrorPage

 getErrorPage()
Returns the value of the 'Error Page' containment reference list. The list contents are of type ErrorPageType.

If the meaning of the 'Error Page' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Error Page' containment reference list.
See Also:
Webapp25Package.getWebAppType_ErrorPage()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='error-page' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getJspConfig

 getJspConfig()
Returns the value of the 'Jsp Config' containment reference list. The list contents are of type JspConfigType.

If the meaning of the 'Jsp Config' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Jsp Config' containment reference list.
See Also:
Webapp25Package.getWebAppType_JspConfig()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='jsp-config' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getSecurityConstraint

 getSecurityConstraint()
Returns the value of the 'Security Constraint' containment reference list. The list contents are of type SecurityConstraintType.

If the meaning of the 'Security Constraint' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Constraint' containment reference list.
See Also:
Webapp25Package.getWebAppType_SecurityConstraint()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='security-constraint' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getLoginConfig

 getLoginConfig()
Returns the value of the 'Login Config' containment reference list. The list contents are of type LoginConfigType.

If the meaning of the 'Login Config' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Login Config' containment reference list.
See Also:
Webapp25Package.getWebAppType_LoginConfig()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='login-config' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getSecurityRole

 getSecurityRole()
Returns the value of the 'Security Role' containment reference list. The list contents are of type SecurityRoleType.

If the meaning of the 'Security Role' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Role' containment reference list.
See Also:
Webapp25Package.getWebAppType_SecurityRole()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='security-role' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getEnvEntry

 getEnvEntry()
Returns the value of the 'Env Entry' containment reference list. The list contents are of type EnvEntryType.

If the meaning of the 'Env Entry' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Env Entry' containment reference list.
See Also:
Webapp25Package.getWebAppType_EnvEntry()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='env-entry' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getEjbRef

 getEjbRef()
Returns the value of the 'Ejb Ref' containment reference list. The list contents are of type EjbRefType.

If the meaning of the 'Ejb Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_EjbRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ejb-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getEjbLocalRef

 getEjbLocalRef()
Returns the value of the 'Ejb Local Ref' containment reference list. The list contents are of type EjbLocalRefType.

If the meaning of the 'Ejb Local Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ejb Local Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_EjbLocalRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ejb-local-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getServiceRef

 getServiceRef()
Returns the value of the 'Service Ref' containment reference list. The list contents are of type ServiceRefType.

If the meaning of the 'Service Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Service Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_ServiceRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='service-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getResourceRef

 getResourceRef()
Returns the value of the 'Resource Ref' containment reference list. The list contents are of type ResourceRefType.

If the meaning of the 'Resource Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_ResourceRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='resource-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getResourceEnvRef

 getResourceEnvRef()
Returns the value of the 'Resource Env Ref' containment reference list. The list contents are of type ResourceEnvRefType.

If the meaning of the 'Resource Env Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resource Env Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_ResourceEnvRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='resource-env-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getMessageDestinationRef

 getMessageDestinationRef()
Returns the value of the 'Message Destination Ref' containment reference list. The list contents are of type MessageDestinationRefType.

If the meaning of the 'Message Destination Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Destination Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_MessageDestinationRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='message-destination-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getPersistenceContextRef

 getPersistenceContextRef()
Returns the value of the 'Persistence Context Ref' containment reference list. The list contents are of type PersistenceContextRefType.

If the meaning of the 'Persistence Context Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Persistence Context Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_PersistenceContextRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='persistence-context-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getPersistenceUnitRef

 getPersistenceUnitRef()
Returns the value of the 'Persistence Unit Ref' containment reference list. The list contents are of type PersistenceUnitRefType.

If the meaning of the 'Persistence Unit Ref' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Persistence Unit Ref' containment reference list.
See Also:
Webapp25Package.getWebAppType_PersistenceUnitRef()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='persistence-unit-ref' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getPostConstruct

 getPostConstruct()
Returns the value of the 'Post Construct' containment reference list. The list contents are of type LifecycleCallbackType.

If the meaning of the 'Post Construct' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Post Construct' containment reference list.
See Also:
Webapp25Package.getWebAppType_PostConstruct()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='post-construct' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getPreDestroy

 getPreDestroy()
Returns the value of the 'Pre Destroy' containment reference list. The list contents are of type LifecycleCallbackType.

If the meaning of the 'Pre Destroy' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Pre Destroy' containment reference list.
See Also:
Webapp25Package.getWebAppType_PreDestroy()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='pre-destroy' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getMessageDestination

 getMessageDestination()
Returns the value of the 'Message Destination' containment reference list. The list contents are of type MessageDestinationType.

If the meaning of the 'Message Destination' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Message Destination' containment reference list.
See Also:
Webapp25Package.getWebAppType_MessageDestination()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='message-destination' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getLocaleEncodingMappingList

 getLocaleEncodingMappingList()
Returns the value of the 'Locale Encoding Mapping List' containment reference list. The list contents are of type LocaleEncodingMappingListType.

If the meaning of the 'Locale Encoding Mapping List' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Locale Encoding Mapping List' containment reference list.
See Also:
Webapp25Package.getWebAppType_LocaleEncodingMappingList()
Generated:
Model:
containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='locale-encoding-mapping-list' namespace='http://java.sun.com/xml/ns/javaee' group='#group:0'"

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp25Package.getWebAppType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated:

isMetadataComplete

boolean isMetadataComplete()
Returns the value of the 'Metadata Complete' attribute. The metadata-complete attribute defines whether this deployment descriptor and other related deployment descriptors for this module (e.g., web service descriptors) are complete, or whether the class files available to this module and packaged with this application should be examined for annotations that specify deployment information. If metadata-complete is set to "true", the deployment tool must ignore any annotations that specify deployment information, which might be present in the class files of the application. If metadata-complete is not specified or is set to "false", the deployment tool must examine the class files of the application for annotations, as specified by the specifications.

Returns:
the value of the 'Metadata Complete' attribute.
See Also:
isSetMetadataComplete(), unsetMetadataComplete(), setMetadataComplete(boolean), Webapp25Package.getWebAppType_MetadataComplete()
Generated:
Model:
unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" extendedMetaData="kind='attribute' name='metadata-complete'"

setMetadataComplete

void setMetadataComplete(boolean value)
Sets the value of the 'Metadata Complete' attribute.

Parameters:
value - the new value of the 'Metadata Complete' attribute.
See Also:
isSetMetadataComplete(), unsetMetadataComplete(), isMetadataComplete()
Generated:

unsetMetadataComplete

void unsetMetadataComplete()
Unsets the value of the 'Metadata Complete' attribute.

See Also:
isSetMetadataComplete(), isMetadataComplete(), setMetadataComplete(boolean)
Generated:

isSetMetadataComplete

boolean isSetMetadataComplete()
Returns whether the value of the 'Metadata Complete' attribute is set.

Returns:
whether the value of the 'Metadata Complete' attribute is set.
See Also:
unsetMetadataComplete(), isMetadataComplete(), setMetadataComplete(boolean)
Generated:

getVersion

WebAppVersionType getVersion()
Returns the value of the 'Version' attribute. The literals are from the enumeration WebAppVersionType.

If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Version' attribute.
See Also:
WebAppVersionType, isSetVersion(), unsetVersion(), setVersion(WebAppVersionType), Webapp25Package.getWebAppType_Version()
Generated:
Model:
unsettable="true" required="true" extendedMetaData="kind='attribute' name='version'"

setVersion

void setVersion(WebAppVersionType value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
WebAppVersionType, isSetVersion(), unsetVersion(), getVersion()
Generated:

unsetVersion

void unsetVersion()
Unsets the value of the 'Version' attribute.

See Also:
isSetVersion(), getVersion(), setVersion(WebAppVersionType)
Generated:

isSetVersion

boolean isSetVersion()
Returns whether the value of the 'Version' attribute is set.

Returns:
whether the value of the 'Version' attribute is set.
See Also:
unsetVersion(), getVersion(), setVersion(WebAppVersionType)
Generated: