Package org.icatproject
Class GetRemainingMinutesResponse
- java.lang.Object
-
- org.icatproject.GetRemainingMinutesResponse
-
public class GetRemainingMinutesResponse extends Object
Java class for getRemainingMinutesResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getRemainingMinutesResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected double_return
-
Constructor Summary
Constructors Constructor Description GetRemainingMinutesResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetReturn()Gets the value of the return property.voidsetReturn(double value)Sets the value of the return property.
-