Class RequestDocType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType
The documentation type for requests.
Created on: Jun 16, 2008
Created on: Jun 16, 2008
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRepresentationDoc
(RepresentationDocType representationDoc)
-
Constructor Details
-
RequestDocType
public RequestDocType()
-
-
Method Details
-
getRepresentationDoc
- Returns:
- the representationDoc
-
setRepresentationDoc
- Parameters:
representationDoc
- the representationDoc to set
-