java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RequestDocType

public class RequestDocType extends Object
The documentation type for requests.
Created on: Jun 16, 2008
Author:
Martin Grotzke (martin.grotzke at freiheit.com)
  • Constructor Details

    • RequestDocType

      public RequestDocType()
  • Method Details

    • getRepresentationDoc

      public RepresentationDocType getRepresentationDoc()
      Returns:
      the representationDoc
    • setRepresentationDoc

      public void setRepresentationDoc(RepresentationDocType representationDoc)
      Parameters:
      representationDoc - the representationDoc to set