org.gcube.application.aquamaps.aquamapsservice.stubs
Class GetGenerationLiveReportResponseType

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.stubs.GetGenerationLiveReportResponseType
All Implemented Interfaces:
Serializable

public class GetGenerationLiveReportResponseType
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetGenerationLiveReportResponseType()
           
GetGenerationLiveReportResponseType(String elaboratedSpecies, double percent, String resourceLoad, String resourceMap)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getElaboratedSpecies()
          Gets the elaboratedSpecies value for this GetGenerationLiveReportResponseType.
 double getPercent()
          Gets the percent value for this GetGenerationLiveReportResponseType.
 String getResourceLoad()
          Gets the resourceLoad value for this GetGenerationLiveReportResponseType.
 String getResourceMap()
          Gets the resourceMap value for this GetGenerationLiveReportResponseType.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setElaboratedSpecies(String elaboratedSpecies)
          Sets the elaboratedSpecies value for this GetGenerationLiveReportResponseType.
 void setPercent(double percent)
          Sets the percent value for this GetGenerationLiveReportResponseType.
 void setResourceLoad(String resourceLoad)
          Sets the resourceLoad value for this GetGenerationLiveReportResponseType.
 void setResourceMap(String resourceMap)
          Sets the resourceMap value for this GetGenerationLiveReportResponseType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetGenerationLiveReportResponseType

public GetGenerationLiveReportResponseType()

GetGenerationLiveReportResponseType

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

getPercent

public double getPercent()
Gets the percent value for this GetGenerationLiveReportResponseType.

Returns:
percent

setPercent

public void setPercent(double percent)
Sets the percent value for this GetGenerationLiveReportResponseType.

Parameters:
percent -

getResourceMap

public String getResourceMap()
Gets the resourceMap value for this GetGenerationLiveReportResponseType.

Returns:
resourceMap

setResourceMap

public void setResourceMap(String resourceMap)
Sets the resourceMap value for this GetGenerationLiveReportResponseType.

Parameters:
resourceMap -

getResourceLoad

public String getResourceLoad()
Gets the resourceLoad value for this GetGenerationLiveReportResponseType.

Returns:
resourceLoad

setResourceLoad

public void setResourceLoad(String resourceLoad)
Sets the resourceLoad value for this GetGenerationLiveReportResponseType.

Parameters:
resourceLoad -

getElaboratedSpecies

public String getElaboratedSpecies()
Gets the elaboratedSpecies value for this GetGenerationLiveReportResponseType.

Returns:
elaboratedSpecies

setElaboratedSpecies

public void setElaboratedSpecies(String elaboratedSpecies)
Sets the elaboratedSpecies value for this GetGenerationLiveReportResponseType.

Parameters:
elaboratedSpecies -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2013. All Rights Reserved.