com.sun.jersey.server.wadl.generators.resourcedoc.model
Class RepresentationDocType
java.lang.Object
com.sun.jersey.server.wadl.generators.resourcedoc.model.RepresentationDocType
public class RepresentationDocType
- extends Object
The documentation type for representations.
Created on: Jun 16, 2008
- Version:
- $Id$
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RepresentationDocType
public RepresentationDocType()
getElement
public QName getElement()
- Returns:
- the element
setElement
public void setElement(QName element)
- Parameters:
element
- the element to set
getExample
public String getExample()
- Returns:
- the example
setExample
public void setExample(String example)
- Parameters:
example
- the example to set
getStatus
public Long getStatus()
- Returns:
- the status
setStatus
public void setStatus(Long status)
- Parameters:
status
- the status to set
getMediaType
public String getMediaType()
- Returns:
- the mediaType
setMediaType
public void setMediaType(String mediaType)
- Parameters:
mediaType
- the mediaType to set
getDoc
public String getDoc()
- Returns:
- the doc
setDoc
public void setDoc(String doc)
- Parameters:
doc
- the doc to set
Copyright © 2013 Oracle Corporation. All Rights Reserved.