public class SystemEventSessionTerminationImminent
extends java.lang.Object
Java class for systemEventSessionTerminationImminent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="systemEventSessionTerminationImminent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="remainingTimeInMillis" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SystemEventSessionTerminationImminent() |
| Modifier and Type | Method and Description |
|---|---|
long |
getRemainingTimeInMillis()
Gets the value of the remainingTimeInMillis property.
|
void |
setRemainingTimeInMillis(long value)
Sets the value of the remainingTimeInMillis property.
|
Copyright © 2010 All Rights Reserved.