public class Documentation extends Object
Java class for Documentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Documentation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Content" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
content |
protected String |
mimeType |
Constructor and Description |
---|
Documentation() |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Gets the value of the content property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
public String getContent()
String
public void setContent(String value)
value
- allowed object is
String
public String getMimeType()
String
Copyright © 2012–2022. All rights reserved.