com.sun.jersey.server.wadl.generators.resourcedoc.model
Class RequestDocType
java.lang.Object
com.sun.jersey.server.wadl.generators.resourcedoc.model.RequestDocType
public class RequestDocType
- extends Object
The documentation type for requests.
Created on: Jun 16, 2008
- Version:
- $Id$
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestDocType
public RequestDocType()
getRepresentationDoc
public RepresentationDocType getRepresentationDoc()
- Returns:
- the representationDoc
setRepresentationDoc
public void setRepresentationDoc(RepresentationDocType representationDoc)
- Parameters:
representationDoc
- the representationDoc to set
Copyright © 2013 Oracle Corporation. All Rights Reserved.