Package org.apache.openejb.jee
Class FacesOrderingOrdering
- java.lang.Object
-
- org.apache.openejb.jee.FacesOrderingOrdering
-
public class FacesOrderingOrdering extends Object
web-facesconfig_2_0.xsdJava class for faces-config-ordering-orderingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="faces-config-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}faces-config-ordering-othersType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>nameprotected FacesOrderingOthersothers
-
Constructor Summary
Constructors Constructor Description FacesOrderingOrdering()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getName()Gets the value of the name property.FacesOrderingOthersgetOthers()Gets the value of the others property.voidsetOthers(FacesOrderingOthers value)Sets the value of the others property.
-
-
-
Field Detail
-
others
protected FacesOrderingOthers others
-
-
Method Detail
-
getName
public List<String> 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 asetmethod 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 listString
-
getOthers
public FacesOrderingOthers getOthers()
Gets the value of the others property.- Returns:
- possible object is
FacesOrderingOthers
-
setOthers
public void setOthers(FacesOrderingOthers value)
Sets the value of the others property.- Parameters:
value- allowed object isFacesOrderingOthers
-
-