public class ReadDataParams
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.Object | 
__equalsCalc  | 
private boolean | 
__hashCodeCalc  | 
private java.lang.String[] | 
itemPathList  | 
private ReadDataOptions | 
options  | 
private static org.apache.axis.description.TypeDesc | 
typeDesc  | 
| Constructor and Description | 
|---|
ReadDataParams()  | 
ReadDataParams(java.lang.String[] itemPathList,
              ReadDataOptions options)  | 
| 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.lang.String[] | 
getItemPathList()
Gets the itemPathList value for this ReadDataParams. 
 | 
java.lang.String | 
getItemPathList(int i)  | 
ReadDataOptions | 
getOptions()
Gets the options value for this ReadDataParams. 
 | 
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 | 
setItemPathList(int i,
               java.lang.String _value)  | 
void | 
setItemPathList(java.lang.String[] itemPathList)
Sets the itemPathList value for this ReadDataParams. 
 | 
void | 
setOptions(ReadDataOptions options)
Sets the options value for this ReadDataParams. 
 | 
private java.lang.String[] itemPathList
private ReadDataOptions options
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public ReadDataParams()
public ReadDataParams(java.lang.String[] itemPathList,
                      ReadDataOptions options)
public java.lang.String[] getItemPathList()
public void setItemPathList(java.lang.String[] itemPathList)
itemPathList - public java.lang.String getItemPathList(int i)
public void setItemPathList(int i,
                            java.lang.String _value)
public ReadDataOptions getOptions()
public void setOptions(ReadDataOptions options)
options - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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)