|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.dragon.service.deployment.SearchService
public class SearchService
Java class for searchService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="searchCriteria" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="searchedProperties" type="{http://deployment.service.dragon.ow2.org/}serviceSearchProperties" maxOccurs="unbounded" minOccurs="0"/>
<element name="requestOptions" type="{http://deployment.service.dragon.ow2.org/}requestOptionsTO" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected RequestOptionsTO |
requestOptions
|
protected java.lang.String |
searchCriteria
|
protected java.util.List<ServiceSearchProperties> |
searchedProperties
|
| Constructor Summary | |
|---|---|
SearchService()
|
|
| Method Summary | |
|---|---|
RequestOptionsTO |
getRequestOptions()
Gets the value of the requestOptions property. |
java.lang.String |
getSearchCriteria()
Gets the value of the searchCriteria property. |
java.util.List<ServiceSearchProperties> |
getSearchedProperties()
Gets the value of the searchedProperties property. |
void |
setRequestOptions(RequestOptionsTO value)
Sets the value of the requestOptions property. |
void |
setSearchCriteria(java.lang.String value)
Sets the value of the searchCriteria property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String searchCriteria
protected java.util.List<ServiceSearchProperties> searchedProperties
protected RequestOptionsTO requestOptions
| Constructor Detail |
|---|
public SearchService()
| Method Detail |
|---|
public java.lang.String getSearchCriteria()
Stringpublic void setSearchCriteria(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ServiceSearchProperties> getSearchedProperties()
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 searchedProperties property.
For example, to add a new item, do as follows:
getSearchedProperties().add(newItem);
Objects of the following type(s) are allowed in the list
ServiceSearchProperties
public RequestOptionsTO getRequestOptions()
RequestOptionsTOpublic void setRequestOptions(RequestOptionsTO value)
value - allowed object is
RequestOptionsTO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||