org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class ResponseDocType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
public class ResponseDocType
- extends Object
The documentation type for a response.
Created on: Jun 16, 2008
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wadlParam
protected List<WadlParamType> wadlParam
representation
protected List<RepresentationDocType> representation
ResponseDocType
public ResponseDocType()
getWadlParams
public List<WadlParamType> getWadlParams()
getRepresentations
public List<RepresentationDocType> getRepresentations()
hasRepresentations
public boolean hasRepresentations()
getReturnDoc
public String getReturnDoc()
- Returns:
- the returnDoc
setReturnDoc
public void setReturnDoc(String returnDoc)
- Parameters:
returnDoc - the returnDoc to set
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.