public class GetGenerationLiveReportResponseType extends Object implements Serializable
| Constructor and Description |
|---|
GetGenerationLiveReportResponseType() |
GetGenerationLiveReportResponseType(String elaboratedSpecies,
double percent,
String resourceLoad,
String resourceMap) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public double getPercent()
public void setPercent(double percent)
percent - public String getResourceMap()
public void setResourceMap(String resourceMap)
resourceMap - public String getResourceLoad()
public void setResourceLoad(String resourceLoad)
resourceLoad - public String getElaboratedSpecies()
public void setElaboratedSpecies(String elaboratedSpecies)
elaboratedSpecies - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.