Class WebMethodStubSet
- java.lang.Object
 - 
- com.logicaldoc.webservice.doc.model.WebMethodStubSet
 
 
- 
public class WebMethodStubSet extends Object
it correspond to a method in a web service 
- 
- 
Constructor Summary
Constructors Constructor Description WebMethodStubSet() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRequetStub(Stub stub)StringgetDescription()StringgetMethodName()List<Stub>getRequestStubs()StubgetResponseStub()StubTypeTreeRepositorygetStubTypeTreeRepository()booleanisInheritanceInvolved()voidsetDescription(String description)voidsetMethodName(String methodName)voidsetResponseStub(Stub responseStub) 
 - 
 
- 
- 
Method Detail
- 
getMethodName
public String getMethodName()
 
- 
setMethodName
public void setMethodName(String methodName)
 
- 
getResponseStub
public Stub getResponseStub()
 
- 
setResponseStub
public void setResponseStub(Stub responseStub)
 
- 
addRequetStub
public void addRequetStub(Stub stub)
 
- 
getStubTypeTreeRepository
public StubTypeTreeRepository getStubTypeTreeRepository()
 
- 
isInheritanceInvolved
public boolean isInheritanceInvolved()
 
- 
getDescription
public String getDescription()
 
- 
setDescription
public void setDescription(String description)
 
 - 
 
 -