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