Class RepresentationDocType
- java.lang.Object
-
- org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.RepresentationDocType
-
public class RepresentationDocType extends java.lang.ObjectThe documentation type for representations.
Created on: Jun 16, 2008
-
-
Constructor Summary
Constructors Constructor Description RepresentationDocType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDoc()javax.xml.namespace.QNamegetElement()java.lang.StringgetExample()java.lang.StringgetMediaType()java.lang.LonggetStatus()voidsetDoc(java.lang.String doc)voidsetElement(javax.xml.namespace.QName element)voidsetExample(java.lang.String example)voidsetMediaType(java.lang.String mediaType)voidsetStatus(java.lang.Long status)
-
-
-
Method Detail
-
getElement
public javax.xml.namespace.QName getElement()
- Returns:
- the element
-
setElement
public void setElement(javax.xml.namespace.QName element)
- Parameters:
element- the element to set
-
getExample
public java.lang.String getExample()
- Returns:
- the example
-
setExample
public void setExample(java.lang.String example)
- Parameters:
example- the example to set
-
getStatus
public java.lang.Long getStatus()
- Returns:
- the status
-
setStatus
public void setStatus(java.lang.Long status)
- Parameters:
status- the status to set
-
getMediaType
public java.lang.String getMediaType()
- Returns:
- the mediaType
-
setMediaType
public void setMediaType(java.lang.String mediaType)
- Parameters:
mediaType- the mediaType to set
-
getDoc
public java.lang.String getDoc()
- Returns:
- the doc
-
setDoc
public void setDoc(java.lang.String doc)
- Parameters:
doc- the doc to set
-
-