com.sun.jersey.server.wadl.generators.resourcedoc.model
Class WadlParamType
java.lang.Object
com.sun.jersey.server.wadl.generators.resourcedoc.model.WadlParamType
public class WadlParamType
- extends Object
The documentation type for wadl params.
Created on: Jun 12, 2008
- Version:
- $Id$
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WadlParamType
public WadlParamType()
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
Copyright © 2013 Oracle Corporation. All Rights Reserved.