com.sun.jersey.server.wadl.generators.resourcedoc.model
Class ResponseDocType

java.lang.Object
  extended by com.sun.jersey.server.wadl.generators.resourcedoc.model.ResponseDocType

public class ResponseDocType
extends Object

The documentation type for a response.
Created on: Jun 16, 2008

Version:
$Id$
Author:
Martin Grotzke

Field Summary
protected  List<RepresentationDocType> representation
           
protected  List<WadlParamType> wadlParam
           
 
Constructor Summary
ResponseDocType()
           
 
Method Summary
 List<RepresentationDocType> getRepresentations()
           
 String getReturnDoc()
           
 List<WadlParamType> getWadlParams()
           
 boolean hasRepresentations()
           
 void setReturnDoc(String returnDoc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wadlParam

protected List<WadlParamType> wadlParam

representation

protected List<RepresentationDocType> representation
Constructor Detail

ResponseDocType

public ResponseDocType()
Method Detail

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


Copyright © 2013 Oracle Corporation. All Rights Reserved.