public class FindDatabasesQuery
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
excludeDisabledDB |
private boolean |
excludeSimilarDB |
private boolean |
includeAllDBs |
private boolean |
includeAuditDB |
private boolean |
includeEmbeddedDB |
private boolean |
includeNoSQLDB |
private boolean |
includeProvisionableDBs |
private boolean |
includeServerDB |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
FindDatabasesQuery() |
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
|
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() |
boolean |
isExcludeDisabledDB() |
boolean |
isExcludeSimilarDB() |
boolean |
isIncludeAllDBs() |
boolean |
isIncludeAuditDB() |
boolean |
isIncludeEmbeddedDB() |
boolean |
isIncludeNoSQLDB() |
boolean |
isIncludeProvisionableDBs() |
boolean |
isIncludeServerDB() |
void |
setExcludeDisabledDB(boolean excludeDisabledDB) |
void |
setExcludeSimilarDB(boolean excludeSimilarDB) |
void |
setIncludeAllDBs(boolean includeAllDBs) |
void |
setIncludeAuditDB(boolean includeAuditDB) |
void |
setIncludeEmbeddedDB(boolean includeEmbeddedDB) |
void |
setIncludeNoSQLDB(boolean includeNoSQLDB) |
void |
setIncludeProvisionableDBs(boolean includeProvisionableDBs) |
void |
setIncludeServerDB(boolean includeServerDB) |
private boolean excludeDisabledDB
private boolean excludeSimilarDB
private boolean includeAllDBs
private boolean includeAuditDB
private boolean includeEmbeddedDB
private boolean includeNoSQLDB
private boolean includeProvisionableDBs
private boolean includeServerDB
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public boolean isExcludeDisabledDB()
public void setExcludeDisabledDB(boolean excludeDisabledDB)
public boolean isExcludeSimilarDB()
public void setExcludeSimilarDB(boolean excludeSimilarDB)
public boolean isIncludeAllDBs()
public void setIncludeAllDBs(boolean includeAllDBs)
public boolean isIncludeAuditDB()
public void setIncludeAuditDB(boolean includeAuditDB)
public boolean isIncludeEmbeddedDB()
public void setIncludeEmbeddedDB(boolean includeEmbeddedDB)
public boolean isIncludeNoSQLDB()
public void setIncludeNoSQLDB(boolean includeNoSQLDB)
public boolean isIncludeProvisionableDBs()
public void setIncludeProvisionableDBs(boolean includeProvisionableDBs)
public boolean isIncludeServerDB()
public void setIncludeServerDB(boolean includeServerDB)
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)