java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.WadlParamType

public class WadlParamType extends Object
The documentation type for wadl params.
Created on: Jun 12, 2008
Author:
Martin Grotzke (martin.grotzke at freiheit.com)
  • Constructor Details

    • WadlParamType

      public WadlParamType()
  • Method Details

    • getDoc

      public String getDoc()
      Returns:
      the commentText
    • setDoc

      public void setDoc(String commentText)
      Parameters:
      commentText - the commentText to set
    • getName

      public String getName()
      Returns:
      the className
    • setName

      public void setName(String paramName)
      Parameters:
      paramName - the className to set
    • getStyle

      public String getStyle()
      Returns:
      the style
    • setStyle

      public void setStyle(String style)
      Parameters:
      style - the style to set
    • getType

      public QName getType()
      Returns:
      the type
    • setType

      public void setType(QName type)
      Parameters:
      type - the type to set