public class GetDataHistoryOptions
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.util.Calendar |
finalDate |
private java.util.Calendar |
initialDate |
private int |
maxReturn |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
GetDataHistoryOptions() |
GetDataHistoryOptions(int maxReturn,
java.util.Calendar initialDate,
java.util.Calendar finalDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.util.Calendar |
getFinalDate()
Gets the finalDate value for this GetDataHistoryOptions.
|
java.util.Calendar |
getInitialDate()
Gets the initialDate value for this GetDataHistoryOptions.
|
int |
getMaxReturn()
Gets the maxReturn value for this GetDataHistoryOptions.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setFinalDate(java.util.Calendar finalDate)
Sets the finalDate value for this GetDataHistoryOptions.
|
void |
setInitialDate(java.util.Calendar initialDate)
Sets the initialDate value for this GetDataHistoryOptions.
|
void |
setMaxReturn(int maxReturn)
Sets the maxReturn value for this GetDataHistoryOptions.
|
private int maxReturn
private java.util.Calendar initialDate
private java.util.Calendar finalDate
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public GetDataHistoryOptions()
public GetDataHistoryOptions(int maxReturn, java.util.Calendar initialDate, java.util.Calendar finalDate)
public int getMaxReturn()
public void setMaxReturn(int maxReturn)
maxReturn
- public java.util.Calendar getInitialDate()
public void setInitialDate(java.util.Calendar initialDate)
initialDate
- public java.util.Calendar getFinalDate()
public void setFinalDate(java.util.Calendar finalDate)
finalDate
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)