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