Class ResponseDocType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ResponseDocType
The documentation type for a response.
Created on: Jun 16, 2008
Created on: Jun 16, 2008
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<RepresentationDocType>
protected List<WadlParamType>
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
wadlParam
-
representation
-
-
Constructor Details
-
ResponseDocType
public ResponseDocType()
-
-
Method Details
-
getWadlParams
-
getRepresentations
-
hasRepresentations
public boolean hasRepresentations() -
getReturnDoc
- Returns:
- the returnDoc
-
setReturnDoc
- Parameters:
returnDoc
- the returnDoc to set
-