org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements
Class GetGenerationLiveReportResponseType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.fw.model.elements.GetGenerationLiveReportResponseType

public class GetGenerationLiveReportResponseType
extends Object


Constructor Summary
GetGenerationLiveReportResponseType()
           
GetGenerationLiveReportResponseType(double percent, String resourceMap, String resourceLoad, String elaboratedSpecies)
           
 
Method Summary
 String elaboratedSpecies()
           
 void elaboratedSpecies(String elaboratedSpecies)
           
 double percent()
           
 void percent(double percent)
           
 String resourceLoad()
           
 void resourceLoad(String resourceLoad)
           
 String resourceMap()
           
 void resourceMap(String resourceMap)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetGenerationLiveReportResponseType

public GetGenerationLiveReportResponseType()

GetGenerationLiveReportResponseType

public GetGenerationLiveReportResponseType(double percent,
                                           String resourceMap,
                                           String resourceLoad,
                                           String elaboratedSpecies)
Method Detail

percent

public double percent()
Returns:
the percent

percent

public void percent(double percent)
Parameters:
percent - the percent to set

resourceMap

public String resourceMap()
Returns:
the resourceMap

resourceMap

public void resourceMap(String resourceMap)
Parameters:
resourceMap - the resourceMap to set

resourceLoad

public String resourceLoad()
Returns:
the resourceLoad

resourceLoad

public void resourceLoad(String resourceLoad)
Parameters:
resourceLoad - the resourceLoad to set

elaboratedSpecies

public String elaboratedSpecies()
Returns:
the elaboratedSpecies

elaboratedSpecies

public void elaboratedSpecies(String elaboratedSpecies)
Parameters:
elaboratedSpecies - the elaboratedSpecies to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.