public class BrowseDataSourcesResponse
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.Object[] |
dataSources |
private APIError[] |
errors |
private ReplyBase |
replyBase |
private DataSourceType |
type |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
BrowseDataSourcesResponse() |
BrowseDataSourcesResponse(APIError[] errors,
ReplyBase replyBase,
DataSourceType type,
java.lang.Object[] dataSources) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object[] |
getDataSources()
Gets the dataSources value for this BrowseDataSourcesResponse.
|
java.lang.Object |
getDataSources(int i) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
APIError[] |
getErrors()
Gets the errors value for this BrowseDataSourcesResponse.
|
APIError |
getErrors(int i) |
ReplyBase |
getReplyBase()
Gets the replyBase value for this BrowseDataSourcesResponse.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
DataSourceType |
getType()
Gets the type value for this BrowseDataSourcesResponse.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDataSources(int i,
java.lang.Object _value) |
void |
setDataSources(java.lang.Object[] dataSources)
Sets the dataSources value for this BrowseDataSourcesResponse.
|
void |
setErrors(APIError[] errors)
Sets the errors value for this BrowseDataSourcesResponse.
|
void |
setErrors(int i,
APIError _value) |
void |
setReplyBase(ReplyBase replyBase)
Sets the replyBase value for this BrowseDataSourcesResponse.
|
void |
setType(DataSourceType type)
Sets the type value for this BrowseDataSourcesResponse.
|
private APIError[] errors
private ReplyBase replyBase
private DataSourceType type
private java.lang.Object[] dataSources
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public BrowseDataSourcesResponse()
public BrowseDataSourcesResponse(APIError[] errors, ReplyBase replyBase, DataSourceType type, java.lang.Object[] dataSources)
public APIError[] getErrors()
public void setErrors(APIError[] errors)
errors
- public APIError getErrors(int i)
public void setErrors(int i, APIError _value)
public ReplyBase getReplyBase()
public void setReplyBase(ReplyBase replyBase)
replyBase
- public DataSourceType getType()
public void setType(DataSourceType type)
type
- public java.lang.Object[] getDataSources()
public void setDataSources(java.lang.Object[] dataSources)
dataSources
- public java.lang.Object getDataSources(int i)
public void setDataSources(int i, java.lang.Object _value)
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)