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