org.glassfish.grizzly.servlet.ver30
Class AbsoluteOrderingType

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

public class AbsoluteOrderingType
extends java.lang.Object

Please see section 8.2.2 of the specification for details.

Java class for absoluteOrderingType complex type.

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

 <complexType name="absoluteOrderingType">
   <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" maxOccurs="unbounded" minOccurs="0"/>
         <element name="others" type="{http://java.sun.com/xml/ns/javaee}ordering-othersType" minOccurs="0"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.Object> nameOrOthers
           
 
Constructor Summary
AbsoluteOrderingType()
           
 
Method Summary
 java.util.List<java.lang.Object> getNameOrOthers()
          Gets the value of the nameOrOthers property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameOrOthers

protected java.util.List<java.lang.Object> nameOrOthers
Constructor Detail

AbsoluteOrderingType

public AbsoluteOrderingType()
Method Detail

getNameOrOthers

public java.util.List<java.lang.Object> getNameOrOthers()
Gets the value of the nameOrOthers 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 nameOrOthers property.

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

    getNameOrOthers().add(newItem);
 

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



Copyright © 2011 Oracle Corpration. All Rights Reserved.