public class GetMailmergeDocumentResult extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_mailmerge_document_result">
<xs:all>
<xs:element type="xs:string" name="html"/>
<xs:element type="ns:name_value_list" name="name_value_list"/>
<xs:element type="ns:error_value" name="error"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetMailmergeDocumentResult() |
| Modifier and Type | Method and Description |
|---|---|
ErrorValue |
getError()
Get the 'error' element value.
|
String |
getHtml()
Get the 'html' element value.
|
NameValueList |
getNameValueList()
Get the 'name_value_list' element value.
|
void |
setError(ErrorValue error)
Set the 'error' element value.
|
void |
setHtml(String html)
Set the 'html' element value.
|
void |
setNameValueList(NameValueList nameValueList)
Set the 'name_value_list' element value.
|
public String getHtml()
public void setHtml(String html)
html - public NameValueList getNameValueList()
public void setNameValueList(NameValueList nameValueList)
nameValueList - public ErrorValue getError()
public void setError(ErrorValue error)
error - Copyright © 2018 Europeana Foundation. All rights reserved.