public class Sessioninfo 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">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="start" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="dump" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
dump |
protected String |
id |
protected Integer |
start |
| Constructor and Description |
|---|
Sessioninfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDump()
Gets the value of the dump property.
|
String |
getId()
Gets the value of the id property.
|
Integer |
getStart()
Gets the value of the start property.
|
void |
setDump(Integer value)
Sets the value of the dump property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStart(Integer value)
Sets the value of the start property.
|
public void setId(String value)
value - allowed object is Stringpublic Integer getStart()
Integerpublic void setStart(Integer value)
value - allowed object is Integerpublic Integer getDump()
IntegerCopyright © 2016–2019. All rights reserved.