org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class WadlParamType
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)
| 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 © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.