Package com.saperion.ws.jaxws
Class SearchResponse
- java.lang.Object
-
- com.saperion.ws.jaxws.SearchResponse
-
public class SearchResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SearchResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<SaWsPropertyValue[]>
getReturn()
void
setReturn(java.util.List<SaWsPropertyValue[]> _return)
-
-
-
Method Detail
-
getReturn
public java.util.List<SaWsPropertyValue[]> getReturn()
- Returns:
- returns List
-
setReturn
public void setReturn(java.util.List<SaWsPropertyValue[]> _return)
- Parameters:
_return
- the value for the _return property
-
-