public class RepresentationDocType extends Object
| Constructor and Description |
|---|
RepresentationDocType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDoc() |
QName |
getElement() |
String |
getExample() |
String |
getMediaType() |
Long |
getStatus() |
void |
setDoc(String doc) |
void |
setElement(QName element) |
void |
setExample(String example) |
void |
setMediaType(String mediaType) |
void |
setStatus(Long status) |
public QName getElement()
public void setElement(QName element)
element - the element to setpublic String getExample()
public void setExample(String example)
example - the example to setpublic Long getStatus()
public void setStatus(Long status)
status - the status to setpublic String getMediaType()
public void setMediaType(String mediaType)
mediaType - the mediaType to setpublic String getDoc()
public void setDoc(String doc)
doc - the doc to setCopyright © 2014 Oracle Corporation. All rights reserved.