com.sun.jersey.server.wadl.generators.resourcedoc.model
Class MethodDocType
java.lang.Object
com.sun.jersey.server.wadl.generators.resourcedoc.model.MethodDocType
public class MethodDocType
- extends Object
The documentation type for methods.
Created on: Jun 12, 2008
- Version:
- $Id$
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commentText
protected String commentText
paramDoc
protected List<ParamDocType> paramDoc
MethodDocType
public MethodDocType()
getCommentText
public String getCommentText()
- Gets the value of the commentText property.
- Returns:
- the commentText
setCommentText
public void setCommentText(String value)
- Sets the value of the commentText property.
- Parameters:
value
- the commentText
getParamDocs
public List<ParamDocType> getParamDocs()
getAny
public List<Object> getAny()
getMethodName
public String getMethodName()
- Returns:
- the className
setMethodName
public void setMethodName(String methodName)
- Parameters:
methodName
- the className to set
getReturnDoc
public String getReturnDoc()
- Returns:
- the returnDoc
setReturnDoc
public void setReturnDoc(String returnDoc)
- Parameters:
returnDoc
- the returnDoc to set
getReturnTypeExample
public String getReturnTypeExample()
- Returns:
- the returnTypeExample
setReturnTypeExample
public void setReturnTypeExample(String returnTypeExample)
- Parameters:
returnTypeExample
- the returnTypeExample to set
getRequestDoc
public RequestDocType getRequestDoc()
- Returns:
- the requestDoc
setRequestDoc
public void setRequestDoc(RequestDocType requestDoc)
- Parameters:
requestDoc
- the requestDoc to set
getResponseDoc
public ResponseDocType getResponseDoc()
- Returns:
- the responseDoc
setResponseDoc
public void setResponseDoc(ResponseDocType responseDoc)
- Parameters:
responseDoc
- the responseDoc to set
Copyright © 2013 Oracle Corporation. All Rights Reserved.