net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee
Class WebAppType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.WebAppType
All Implemented Interfaces:
Serializable, Cloneable

public class WebAppType
extends Object
implements Serializable, Cloneable

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">
         <group ref="{http://java.sun.com/xml/ns/javaee}descriptionGroup"/>
         <element name="distributable" type="{http://java.sun.com/xml/ns/javaee}emptyType"/>
         <element name="context-param" type="{http://java.sun.com/xml/ns/javaee}param-valueType"/>
         <element name="filter" type="{http://java.sun.com/xml/ns/javaee}filterType"/>
         <element name="filter-mapping" type="{http://java.sun.com/xml/ns/javaee}filter-mappingType"/>
         <element name="listener" type="{http://java.sun.com/xml/ns/javaee}listenerType"/>
         <element name="servlet" type="{http://java.sun.com/xml/ns/javaee}servletType"/>
         <element name="servlet-mapping" type="{http://java.sun.com/xml/ns/javaee}servlet-mappingType"/>
         <element name="session-config" type="{http://java.sun.com/xml/ns/javaee}session-configType"/>
         <element name="mime-mapping" type="{http://java.sun.com/xml/ns/javaee}mime-mappingType"/>
         <element name="welcome-file-list" type="{http://java.sun.com/xml/ns/javaee}welcome-file-listType"/>
         <element name="error-page" type="{http://java.sun.com/xml/ns/javaee}error-pageType"/>
         <element name="jsp-config" type="{http://java.sun.com/xml/ns/javaee}jsp-configType"/>
         <element name="security-constraint" type="{http://java.sun.com/xml/ns/javaee}security-constraintType"/>
         <element name="login-config" type="{http://java.sun.com/xml/ns/javaee}login-configType"/>
         <element name="security-role" type="{http://java.sun.com/xml/ns/javaee}security-roleType"/>
         <group ref="{http://java.sun.com/xml/ns/javaee}jndiEnvironmentRefsGroup"/>
         <element name="message-destination" type="{http://java.sun.com/xml/ns/javaee}message-destinationType"/>
         <element name="locale-encoding-mapping-list" type="{http://java.sun.com/xml/ns/javaee}locale-encoding-mapping-listType"/>
       </choice>
       <attribute name="version" use="required" type="{http://java.sun.com/xml/ns/javaee}web-app-versionType" />
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="metadata-complete" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  javax.xml.bind.JAXBElement<?>[] descriptionAndDisplayNameAndIcon
           
protected  String id
           
protected  Boolean metadataComplete
           
protected  String version
           
 
Constructor Summary
WebAppType()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.WebAppType instance.
WebAppType(WebAppType o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.WebAppType instance by copying a given instance.
 
Method Summary
 WebAppType clone()
          Creates and returns a copy of this object.
 void copyDescriptionAndDisplayNameAndIcon(javax.xml.bind.JAXBElement<?>[] source)
          Copies all values of property DescriptionAndDisplayNameAndIcon.
 javax.xml.bind.JAXBElement<?>[] getDescriptionAndDisplayNameAndIcon()
           
 javax.xml.bind.JAXBElement<?> getDescriptionAndDisplayNameAndIcon(int idx)
           
 int getDescriptionAndDisplayNameAndIconLength()
           
 String getId()
          Gets the value of the id property.
 String getVersion()
          Gets the value of the version property.
 Boolean isMetadataComplete()
          Gets the value of the metadataComplete property.
 javax.xml.bind.JAXBElement<?> setDescriptionAndDisplayNameAndIcon(int idx, javax.xml.bind.JAXBElement<?> value)
           
 void setDescriptionAndDisplayNameAndIcon(javax.xml.bind.JAXBElement<?>[] values)
           
 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.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descriptionAndDisplayNameAndIcon

protected javax.xml.bind.JAXBElement<?>[] descriptionAndDisplayNameAndIcon

version

protected String version

id

protected String id

metadataComplete

protected Boolean metadataComplete
Constructor Detail

WebAppType

public WebAppType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.WebAppType instance.


WebAppType

public WebAppType(WebAppType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.javaee.WebAppType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getDescriptionAndDisplayNameAndIcon

public javax.xml.bind.JAXBElement<?>[] getDescriptionAndDisplayNameAndIcon()
Returns:
array of JAXBElement<IconType> JAXBElement<EnvEntryType> JAXBElement<ListenerType> JAXBElement<SessionConfigType> JAXBElement<ResourceEnvRefType> JAXBElement<DescriptionType> JAXBElement<PersistenceContextRefType> JAXBElement<MessageDestinationRefType> JAXBElement<FilterType> JAXBElement<ErrorPageType> JAXBElement<MimeMappingType> JAXBElement<ServletMappingType> JAXBElement<WelcomeFileListType> JAXBElement<EjbLocalRefType> JAXBElement<SecurityConstraintType> JAXBElement<LifecycleCallbackType> JAXBElement<ParamValueType> JAXBElement<LocaleEncodingMappingListType> JAXBElement<ResourceRefType> JAXBElement<DisplayNameType> JAXBElement<JspConfigType> JAXBElement<SecurityRoleType> JAXBElement<ServiceRefType> JAXBElement<PersistenceUnitRefType> JAXBElement<ServletType> JAXBElement<EjbRefType> JAXBElement<LifecycleCallbackType> JAXBElement<FilterMappingType> JAXBElement<LoginConfigType> JAXBElement<EmptyType> JAXBElement<MessageDestinationType>

getDescriptionAndDisplayNameAndIcon

public javax.xml.bind.JAXBElement<?> getDescriptionAndDisplayNameAndIcon(int idx)
Returns:
one of JAXBElement<IconType> JAXBElement<EnvEntryType> JAXBElement<ListenerType> JAXBElement<SessionConfigType> JAXBElement<ResourceEnvRefType> JAXBElement<DescriptionType> JAXBElement<PersistenceContextRefType> JAXBElement<MessageDestinationRefType> JAXBElement<FilterType> JAXBElement<ErrorPageType> JAXBElement<MimeMappingType> JAXBElement<ServletMappingType> JAXBElement<WelcomeFileListType> JAXBElement<EjbLocalRefType> JAXBElement<SecurityConstraintType> JAXBElement<LifecycleCallbackType> JAXBElement<ParamValueType> JAXBElement<LocaleEncodingMappingListType> JAXBElement<ResourceRefType> JAXBElement<DisplayNameType> JAXBElement<JspConfigType> JAXBElement<SecurityRoleType> JAXBElement<ServiceRefType> JAXBElement<PersistenceUnitRefType> JAXBElement<ServletType> JAXBElement<EjbRefType> JAXBElement<LifecycleCallbackType> JAXBElement<FilterMappingType> JAXBElement<LoginConfigType> JAXBElement<EmptyType> JAXBElement<MessageDestinationType>

getDescriptionAndDisplayNameAndIconLength

public int getDescriptionAndDisplayNameAndIconLength()

setDescriptionAndDisplayNameAndIcon

public void setDescriptionAndDisplayNameAndIcon(javax.xml.bind.JAXBElement<?>[] values)
Parameters:
values - allowed objects are JAXBElement<IconType> JAXBElement<EnvEntryType> JAXBElement<ListenerType> JAXBElement<SessionConfigType> JAXBElement<ResourceEnvRefType> JAXBElement<DescriptionType> JAXBElement<PersistenceContextRefType> JAXBElement<MessageDestinationRefType> JAXBElement<FilterType> JAXBElement<ErrorPageType> JAXBElement<MimeMappingType> JAXBElement<ServletMappingType> JAXBElement<WelcomeFileListType> JAXBElement<EjbLocalRefType> JAXBElement<SecurityConstraintType> JAXBElement<LifecycleCallbackType> JAXBElement<ParamValueType> JAXBElement<LocaleEncodingMappingListType> JAXBElement<ResourceRefType> JAXBElement<DisplayNameType> JAXBElement<JspConfigType> JAXBElement<SecurityRoleType> JAXBElement<ServiceRefType> JAXBElement<PersistenceUnitRefType> JAXBElement<ServletType> JAXBElement<EjbRefType> JAXBElement<LifecycleCallbackType> JAXBElement<FilterMappingType> JAXBElement<LoginConfigType> JAXBElement<EmptyType> JAXBElement<MessageDestinationType>

setDescriptionAndDisplayNameAndIcon

public javax.xml.bind.JAXBElement<?> setDescriptionAndDisplayNameAndIcon(int idx,
                                                                         javax.xml.bind.JAXBElement<?> value)
Parameters:
value - allowed object is JAXBElement<IconType> JAXBElement<EnvEntryType> JAXBElement<ListenerType> JAXBElement<SessionConfigType> JAXBElement<ResourceEnvRefType> JAXBElement<DescriptionType> JAXBElement<PersistenceContextRefType> JAXBElement<MessageDestinationRefType> JAXBElement<FilterType> JAXBElement<ErrorPageType> JAXBElement<MimeMappingType> JAXBElement<ServletMappingType> JAXBElement<WelcomeFileListType> JAXBElement<EjbLocalRefType> JAXBElement<SecurityConstraintType> JAXBElement<LifecycleCallbackType> JAXBElement<ParamValueType> JAXBElement<LocaleEncodingMappingListType> JAXBElement<ResourceRefType> JAXBElement<DisplayNameType> JAXBElement<JspConfigType> JAXBElement<SecurityRoleType> JAXBElement<ServiceRefType> JAXBElement<PersistenceUnitRefType> JAXBElement<ServletType> JAXBElement<EjbRefType> JAXBElement<LifecycleCallbackType> JAXBElement<FilterMappingType> JAXBElement<LoginConfigType> JAXBElement<EmptyType> JAXBElement<MessageDestinationType>

getVersion

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

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

isMetadataComplete

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

Returns:
possible object is Boolean

setMetadataComplete

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

Parameters:
value - allowed object is Boolean

copyDescriptionAndDisplayNameAndIcon

public void copyDescriptionAndDisplayNameAndIcon(javax.xml.bind.JAXBElement<?>[] source)
Copies all values of property DescriptionAndDisplayNameAndIcon.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public WebAppType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.