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)
  • Field Details

  • Constructor Details

    • ResponseDocType

      public ResponseDocType()
  • Method Details

    • 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