public class ResponseDocType extends Object
Modifier and Type | Field and Description |
---|---|
protected List<RepresentationDocType> |
representation |
protected List<WadlParamType> |
wadlParam |
Constructor and Description |
---|
ResponseDocType() |
Modifier and Type | Method and Description |
---|---|
List<RepresentationDocType> |
getRepresentations() |
String |
getReturnDoc() |
List<WadlParamType> |
getWadlParams() |
boolean |
hasRepresentations() |
void |
setReturnDoc(String returnDoc) |
protected List<WadlParamType> wadlParam
protected List<RepresentationDocType> representation
public List<WadlParamType> getWadlParams()
public List<RepresentationDocType> getRepresentations()
public boolean hasRepresentations()
public String getReturnDoc()
public void setReturnDoc(String returnDoc)
returnDoc
- the returnDoc to setCopyright © 2013 Oracle Corporation. All rights reserved.