org.glassfish.grizzly.servlet.ver30
Class WebFragmentType

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

public class WebFragmentType
extends java.lang.Object

Java class for web-fragmentType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="web-fragmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded" minOccurs="0">
         <element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType"/>
         <group ref="{http://java.sun.com/xml/ns/javaee}web-commonType"/>
         <element name="ordering" type="{http://java.sun.com/xml/ns/javaee}orderingType"/>
       </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<?>> nameOrDescriptionAndDisplayName
           
protected  java.lang.String version
           
 
Constructor Summary
WebFragmentType()
           
 
Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<javax.xml.bind.JAXBElement<?>> getNameOrDescriptionAndDisplayName()
          Gets the value of the nameOrDescriptionAndDisplayName 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

nameOrDescriptionAndDisplayName

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

version

protected java.lang.String version

id

protected java.lang.String id

metadataComplete

protected java.lang.Boolean metadataComplete
Constructor Detail

WebFragmentType

public WebFragmentType()
Method Detail

getNameOrDescriptionAndDisplayName

public java.util.List<javax.xml.bind.JAXBElement<?>> getNameOrDescriptionAndDisplayName()
Gets the value of the nameOrDescriptionAndDisplayName 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 nameOrDescriptionAndDisplayName property.

For example, to add a new item, do as follows:

    getNameOrDescriptionAndDisplayName().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<JavaIdentifierType> JAXBElement<ParamValueType> JAXBElement<SecurityRoleType> JAXBElement<DataSourceType> JAXBElement<ServiceRefType> JAXBElement<ListenerType> JAXBElement<WelcomeFileListType> JAXBElement<IconType> JAXBElement<LocaleEncodingMappingListType> JAXBElement<DescriptionType> JAXBElement<PersistenceUnitRefType> JAXBElement<EjbLocalRefType> JAXBElement<EmptyType> JAXBElement<ErrorPageType> JAXBElement<SessionConfigType> JAXBElement<ServletType> JAXBElement<ServletMappingType> JAXBElement<EnvEntryType> JAXBElement<LifecycleCallbackType> JAXBElement<OrderingType> JAXBElement<LoginConfigType> JAXBElement<ResourceRefType> JAXBElement<EjbRefType> JAXBElement<MessageDestinationType> JAXBElement<MimeMappingType> JAXBElement<LifecycleCallbackType> JAXBElement<DisplayNameType> JAXBElement<ResourceEnvRefType> JAXBElement<SecurityConstraintType> JAXBElement<FilterMappingType> JAXBElement<PersistenceContextRefType> JAXBElement<JspConfigType> JAXBElement<FilterType> JAXBElement<MessageDestinationRefType>


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.