org.ow2.dragon.service.deployment
Class SearchService

java.lang.Object
  extended by org.ow2.dragon.service.deployment.SearchService

public class SearchService
extends java.lang.Object

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

searchCriteria

protected java.lang.String searchCriteria

searchedProperties

protected java.util.List<ServiceSearchProperties> searchedProperties

requestOptions

protected RequestOptionsTO requestOptions
Constructor Detail

SearchService

public SearchService()
Method Detail

getSearchCriteria

public java.lang.String getSearchCriteria()
Gets the value of the searchCriteria property.

Returns:
possible object is String

setSearchCriteria

public void setSearchCriteria(java.lang.String value)
Sets the value of the searchCriteria property.

Parameters:
value - allowed object is String

getSearchedProperties

public java.util.List<ServiceSearchProperties> getSearchedProperties()
Gets the value of the searchedProperties 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 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


getRequestOptions

public RequestOptionsTO getRequestOptions()
Gets the value of the requestOptions property.

Returns:
possible object is RequestOptionsTO

setRequestOptions

public void setRequestOptions(RequestOptionsTO value)
Sets the value of the requestOptions property.

Parameters:
value - allowed object is RequestOptionsTO


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.