public class GetMailmergeDocument2 extends Object
<xs:complexType xmlns:ns="http://www.sugarcrm.com/sugarcrm" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="get_mailmerge_document2">
<xs:all>
<xs:element type="xs:string" name="session"/>
<xs:element type="xs:string" name="file_name"/>
<xs:element type="ns:select_fields" name="fields"/>
</xs:all>
</xs:complexType>
| Constructor and Description |
|---|
GetMailmergeDocument2() |
| Modifier and Type | Method and Description |
|---|---|
SelectFields |
getFields()
Get the 'fields' element value.
|
String |
getFileName()
Get the 'file_name' element value.
|
String |
getSession()
Get the 'session' element value.
|
void |
setFields(SelectFields fields)
Set the 'fields' element value.
|
void |
setFileName(String fileName)
Set the 'file_name' element value.
|
void |
setSession(String session)
Set the 'session' element value.
|
public String getSession()
public void setSession(String session)
session - public String getFileName()
public void setFileName(String fileName)
fileName - public SelectFields getFields()
public void setFields(SelectFields fields)
fields - Copyright © 2017 Europeana Foundation. All rights reserved.