Class ResponseDocType


  • public class ResponseDocType
    extends java.lang.Object
    The documentation type for a response.
    Created on: Jun 16, 2008
    • Field Detail

      • returnDoc

        private java.lang.String returnDoc
    • Constructor Detail

      • ResponseDocType

        public ResponseDocType()
    • Method Detail

      • getWadlParams

        public java.util.List<WadlParamType> getWadlParams()
      • hasRepresentations

        public boolean hasRepresentations()
      • getReturnDoc

        public java.lang.String getReturnDoc()
        Returns:
        the returnDoc
      • setReturnDoc

        public void setReturnDoc​(java.lang.String returnDoc)
        Parameters:
        returnDoc - the returnDoc to set