org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class RequestDocType
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)
| 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 © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.