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