public class LocateWsdlSettingsTO
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private int[] |
commonPorts |
private java.lang.Integer |
connectTimeoutSec |
private java.lang.Integer |
locateIntervalMin |
private java.lang.Integer |
retryIntervalMin |
private int[] |
searchedDisplayTypes |
private static org.apache.axis.description.TypeDesc |
typeDesc |
private java.lang.String[] |
urlSuffixes |
Constructor and Description |
---|
LocateWsdlSettingsTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int[] |
getCommonPorts() |
java.lang.Integer |
getConnectTimeoutSec() |
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.Integer |
getLocateIntervalMin() |
java.lang.Integer |
getRetryIntervalMin() |
int[] |
getSearchedDisplayTypes() |
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
|
java.lang.String[] |
getUrlSuffixes() |
int |
hashCode() |
void |
setCommonPorts(int[] commonPorts) |
void |
setConnectTimeoutSec(java.lang.Integer connectTimeoutSec) |
void |
setLocateIntervalMin(java.lang.Integer locateIntervalMin) |
void |
setRetryIntervalMin(java.lang.Integer retryIntervalMin) |
void |
setSearchedDisplayTypes(int[] searchedDisplayTypes) |
void |
setUrlSuffixes(java.lang.String[] urlSuffixes) |
private int[] commonPorts
private java.lang.Integer connectTimeoutSec
private java.lang.Integer locateIntervalMin
private java.lang.Integer retryIntervalMin
private int[] searchedDisplayTypes
private java.lang.String[] urlSuffixes
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public int[] getCommonPorts()
public void setCommonPorts(int[] commonPorts)
public java.lang.Integer getConnectTimeoutSec()
public void setConnectTimeoutSec(java.lang.Integer connectTimeoutSec)
public java.lang.Integer getLocateIntervalMin()
public void setLocateIntervalMin(java.lang.Integer locateIntervalMin)
public java.lang.Integer getRetryIntervalMin()
public void setRetryIntervalMin(java.lang.Integer retryIntervalMin)
public int[] getSearchedDisplayTypes()
public void setSearchedDisplayTypes(int[] searchedDisplayTypes)
public java.lang.String[] getUrlSuffixes()
public void setUrlSuffixes(java.lang.String[] urlSuffixes)
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)