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