public class GetRemainingMinutes extends Object
Java class for getRemainingMinutes complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="getRemainingMinutes">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
| GetRemainingMinutes() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getSessionId()Gets the value of the sessionId property. | 
| void | setSessionId(String value)Sets the value of the sessionId property. | 
protected String sessionId
Copyright © 2013 The ICAT Collaboration. All Rights Reserved.