public class MethodDocType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
commentText |
protected java.util.List<ParamDocType> |
paramDoc |
Constructor and Description |
---|
MethodDocType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getAny() |
java.lang.String |
getCommentText()
Gets the value of the commentText property.
|
java.lang.String |
getMethodName() |
java.util.List<ParamDocType> |
getParamDocs() |
RequestDocType |
getRequestDoc() |
ResponseDocType |
getResponseDoc() |
java.lang.String |
getReturnDoc() |
java.lang.String |
getReturnTypeExample() |
void |
setCommentText(java.lang.String value)
Sets the value of the commentText property.
|
void |
setMethodName(java.lang.String methodName) |
void |
setRequestDoc(RequestDocType requestDoc) |
void |
setResponseDoc(ResponseDocType responseDoc) |
void |
setReturnDoc(java.lang.String returnDoc) |
void |
setReturnTypeExample(java.lang.String returnTypeExample) |
protected java.lang.String commentText
protected java.util.List<ParamDocType> paramDoc
public java.lang.String getCommentText()
public void setCommentText(java.lang.String value)
value
- the commentTextpublic java.util.List<ParamDocType> getParamDocs()
public java.util.List<java.lang.Object> getAny()
public java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
methodName
- the className to setpublic java.lang.String getReturnDoc()
public void setReturnDoc(java.lang.String returnDoc)
returnDoc
- the returnDoc to setpublic java.lang.String getReturnTypeExample()
public void setReturnTypeExample(java.lang.String returnTypeExample)
returnTypeExample
- the returnTypeExample to setpublic RequestDocType getRequestDoc()
public void setRequestDoc(RequestDocType requestDoc)
requestDoc
- the requestDoc to setpublic ResponseDocType getResponseDoc()
public void setResponseDoc(ResponseDocType responseDoc)
responseDoc
- the responseDoc to setCopyright © 2016 Oracle Corporation. All Rights Reserved.