org.glassfish.grizzly.servlet.ver30
Class OrderingOrderingType

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

public class OrderingOrderingType
extends java.lang.Object

This element contains a sequence of "name" elements, each of which refers to an application configuration resource by the "name" declared on its web.xml fragment. This element can also contain a single "others" element which specifies that this document comes before or after other documents within the application. See section 8.2.2 of the specification for details.

Java class for ordering-orderingType complex type.

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

 <complexType name="ordering-orderingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="others" type="{http://java.sun.com/xml/ns/javaee}ordering-othersType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<JavaIdentifierType> name
           
protected  OrderingOthersType others
           
 
Constructor Summary
OrderingOrderingType()
           
 
Method Summary
 java.util.List<JavaIdentifierType> getName()
          Gets the value of the name property.
 OrderingOthersType getOthers()
          Gets the value of the others property.
 void setOthers(OrderingOthersType value)
          Sets the value of the others property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.util.List<JavaIdentifierType> name

others

protected OrderingOthersType others
Constructor Detail

OrderingOrderingType

public OrderingOrderingType()
Method Detail

getName

public java.util.List<JavaIdentifierType> getName()
Gets the value of the name 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 name property.

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

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list JavaIdentifierType


getOthers

public OrderingOthersType getOthers()
Gets the value of the others property.

Returns:
possible object is OrderingOthersType

setOthers

public void setOthers(OrderingOthersType value)
Sets the value of the others property.

Parameters:
value - allowed object is OrderingOthersType


Copyright © 2011 Oracle Corpration. All Rights Reserved.