Package com.saperion.ws.jaxws
Class Query
- java.lang.Object
-
- com.saperion.ws.jaxws.Query
-
public class Query extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaWsQueryInfo
getQueryInfo()
java.lang.String
getToken()
void
setQueryInfo(SaWsQueryInfo queryInfo)
void
setToken(java.lang.String token)
-
-
-
Method Detail
-
getToken
public java.lang.String getToken()
- Returns:
- returns String
-
setToken
public void setToken(java.lang.String token)
- Parameters:
token
- the value for the token property
-
getQueryInfo
public SaWsQueryInfo getQueryInfo()
- Returns:
- returns SaWsQueryInfo
-
setQueryInfo
public void setQueryInfo(SaWsQueryInfo queryInfo)
- Parameters:
queryInfo
- the value for the queryInfo property
-
-