Class RepresentationDocType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
The documentation type for representations.
Created on: Jun 16, 2008
Created on: Jun 16, 2008
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
void
void
setElement
(QName element) void
setExample
(String example) void
setMediaType
(String mediaType) void
-
Constructor Details
-
RepresentationDocType
public RepresentationDocType()
-
-
Method Details
-
getElement
- Returns:
- the element
-
setElement
- Parameters:
element
- the element to set
-
getExample
- Returns:
- the example
-
setExample
- Parameters:
example
- the example to set
-
getStatus
- Returns:
- the status
-
setStatus
- Parameters:
status
- the status to set
-
getMediaType
- Returns:
- the mediaType
-
setMediaType
- Parameters:
mediaType
- the mediaType to set
-
getDoc
- Returns:
- the doc
-
setDoc
- Parameters:
doc
- the doc to set
-