|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.locator.query.QuerySelectType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class QuerySelectType
Java class for QuerySelectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QuerySelectType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="filter" type="{http://apache.org/locator/query}FilterType" maxOccurs="unbounded" minOccurs="0"/>
<any processContents='lax' namespace='##other' minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object |
any
|
protected List<FilterType> |
filter
|
| Constructor Summary | |
|---|---|
QuerySelectType()
|
|
| Method Summary | |
|---|---|
Object |
getAny()
Gets the value of the any property. |
List<FilterType> |
getFilter()
Gets the value of the filter property. |
void |
setAny(Object value)
Sets the value of the any property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected List<FilterType> filter
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected Object any
| Constructor Detail |
|---|
public QuerySelectType()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public List<FilterType> getFilter()
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 filter property.
For example, to add a new item, do as follows:
getFilter().add(newItem);
Objects of the following type(s) are allowed in the list
FilterType
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Object getAny()
Object
Element
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:40+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setAny(Object value)
value - allowed object is
Object
Element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||