public class BreakdownForecast extends Object implements Serializable
| Constructor and Description |
|---|
BreakdownForecast() |
BreakdownForecast(Long matched,
Long available,
Long possible) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Long |
getAvailable()
Gets the available value for this BreakdownForecast.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Long |
getMatched()
Gets the matched value for this BreakdownForecast.
|
Long |
getPossible()
Gets the possible value for this BreakdownForecast.
|
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 |
setAvailable(Long available)
Sets the available value for this BreakdownForecast.
|
void |
setMatched(Long matched)
Sets the matched value for this BreakdownForecast.
|
void |
setPossible(Long possible)
Sets the possible value for this BreakdownForecast.
|
String |
toString() |
public Long getMatched()
public void setMatched(Long matched)
matched - public Long getAvailable()
public void setAvailable(Long available)
available - public Long getPossible()
public void setPossible(Long possible)
possible - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.