|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.servlet.ver30.OrderingOrderingType
public class OrderingOrderingType
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 |
|---|
protected java.util.List<JavaIdentifierType> name
protected OrderingOthersType others
| Constructor Detail |
|---|
public OrderingOrderingType()
| Method Detail |
|---|
public java.util.List<JavaIdentifierType> getName()
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
public OrderingOthersType getOthers()
OrderingOthersTypepublic void setOthers(OrderingOthersType value)
value - allowed object is
OrderingOthersType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||