public class UnlockScan 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="i_SessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="i_ScanID" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
iScanID |
protected String |
iSessionID |
| Constructor and Description |
|---|
UnlockScan() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIScanID()
Gets the value of the iScanID property.
|
String |
getISessionID()
Gets the value of the iSessionID property.
|
void |
setIScanID(long value)
Sets the value of the iScanID property.
|
void |
setISessionID(String value)
Sets the value of the iSessionID property.
|
protected String iSessionID
protected long iScanID
public String getISessionID()
Stringpublic void setISessionID(String value)
value - allowed object is
Stringpublic long getIScanID()
public void setIScanID(long value)
Copyright © 2020. All rights reserved.