com.sun.jersey.server.wadl.generators.resourcedoc.model
Class MethodDocType

java.lang.Object
  extended by 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

Field Summary
protected  String commentText
           
protected  List<ParamDocType> paramDoc
           
 
Constructor Summary
MethodDocType()
           
 
Method Summary
 List<Object> getAny()
           
 String getCommentText()
          Gets the value of the commentText property.
 String getMethodName()
           
 List<ParamDocType> getParamDocs()
           
 RequestDocType getRequestDoc()
           
 ResponseDocType getResponseDoc()
           
 String getReturnDoc()
           
 String getReturnTypeExample()
           
 void setCommentText(String value)
          Sets the value of the commentText property.
 void setMethodName(String methodName)
           
 void setRequestDoc(RequestDocType requestDoc)
           
 void setResponseDoc(ResponseDocType responseDoc)
           
 void setReturnDoc(String returnDoc)
           
 void setReturnTypeExample(String returnTypeExample)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commentText

protected String commentText

paramDoc

protected List<ParamDocType> paramDoc
Constructor Detail

MethodDocType

public MethodDocType()
Method Detail

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.