org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class RepresentationDocType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
public class RepresentationDocType
- extends Object
The documentation type for representations.
Created on: Jun 16, 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 |
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 © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.