com.sun.jersey.server.wadl.generators.resourcedoc.model
Class WadlParamType

java.lang.Object
  extended by 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

Constructor Summary
WadlParamType()
           
 
Method Summary
 String getDoc()
           
 String getName()
           
 String getStyle()
           
 QName getType()
           
 void setDoc(String commentText)
           
 void setName(String paramName)
           
 void setStyle(String style)
           
 void setType(QName type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WadlParamType

public WadlParamType()
Method Detail

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.