Class 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 Detail

      • _return

        protected double _return
    • Constructor Detail

      • GetRemainingMinutesResponse

        public GetRemainingMinutesResponse()
    • Method Detail

      • getReturn

        public double getReturn()
        Gets the value of the return property.
      • setReturn

        public void setReturn​(double value)
        Sets the value of the return property.