public class RepresentationDocType
extends java.lang.Object
Constructor and Description |
---|
RepresentationDocType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDoc() |
javax.xml.namespace.QName |
getElement() |
java.lang.String |
getExample() |
java.lang.String |
getMediaType() |
java.lang.Long |
getStatus() |
void |
setDoc(java.lang.String doc) |
void |
setElement(javax.xml.namespace.QName element) |
void |
setExample(java.lang.String example) |
void |
setMediaType(java.lang.String mediaType) |
void |
setStatus(java.lang.Long status) |
public javax.xml.namespace.QName getElement()
public void setElement(javax.xml.namespace.QName element)
element
- the element to setpublic java.lang.String getExample()
public void setExample(java.lang.String example)
example
- the example to setpublic java.lang.Long getStatus()
public void setStatus(java.lang.Long status)
status
- the status to setpublic java.lang.String getMediaType()
public void setMediaType(java.lang.String mediaType)
mediaType
- the mediaType to setpublic java.lang.String getDoc()
public void setDoc(java.lang.String doc)
doc
- the doc to setCopyright © 2016 Oracle Corporation. All Rights Reserved.