public class GetExistingPresetQueries extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="importedFile" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
importedFile |
protected String |
sessionId |
| Constructor and Description |
|---|
GetExistingPresetQueries() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getImportedFile()
Gets the value of the importedFile property.
|
String |
getSessionId()
Gets the value of the sessionId property.
|
void |
setImportedFile(byte[] value)
Sets the value of the importedFile property.
|
void |
setSessionId(String value)
Sets the value of the sessionId property.
|
protected String sessionId
protected byte[] importedFile
public String getSessionId()
Stringpublic void setSessionId(String value)
value - allowed object is
Stringpublic byte[] getImportedFile()
public void setImportedFile(byte[] value)
value - allowed object is
byte[]Copyright © 2020. All rights reserved.