public class ModbusIPConfig
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private boolean |
contiguousBatches |
private boolean |
createSlaveMonitorPoints |
private boolean |
enabled |
private java.lang.String |
host |
private int |
id |
private java.lang.String |
name |
private long |
pollingPeriod |
private int |
port |
private int |
retries |
private int |
timeout |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
ModbusIPConfig() |
ModbusIPConfig(int id,
boolean enabled,
java.lang.String name,
long pollingPeriod,
boolean contiguousBatches,
boolean createSlaveMonitorPoints,
int timeout,
int retries,
java.lang.String host,
int port) |
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 |
getHost()
Gets the host value for this ModbusIPConfig.
|
int |
getId()
Gets the id value for this ModbusIPConfig.
|
java.lang.String |
getName()
Gets the name value for this ModbusIPConfig.
|
long |
getPollingPeriod()
Gets the pollingPeriod value for this ModbusIPConfig.
|
int |
getPort()
Gets the port value for this ModbusIPConfig.
|
int |
getRetries()
Gets the retries value for this ModbusIPConfig.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
int |
getTimeout()
Gets the timeout value for this ModbusIPConfig.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isContiguousBatches()
Gets the contiguousBatches value for this ModbusIPConfig.
|
boolean |
isCreateSlaveMonitorPoints()
Gets the createSlaveMonitorPoints value for this ModbusIPConfig.
|
boolean |
isEnabled()
Gets the enabled value for this ModbusIPConfig.
|
void |
setContiguousBatches(boolean contiguousBatches)
Sets the contiguousBatches value for this ModbusIPConfig.
|
void |
setCreateSlaveMonitorPoints(boolean createSlaveMonitorPoints)
Sets the createSlaveMonitorPoints value for this ModbusIPConfig.
|
void |
setEnabled(boolean enabled)
Sets the enabled value for this ModbusIPConfig.
|
void |
setHost(java.lang.String host)
Sets the host value for this ModbusIPConfig.
|
void |
setId(int id)
Sets the id value for this ModbusIPConfig.
|
void |
setName(java.lang.String name)
Sets the name value for this ModbusIPConfig.
|
void |
setPollingPeriod(long pollingPeriod)
Sets the pollingPeriod value for this ModbusIPConfig.
|
void |
setPort(int port)
Sets the port value for this ModbusIPConfig.
|
void |
setRetries(int retries)
Sets the retries value for this ModbusIPConfig.
|
void |
setTimeout(int timeout)
Sets the timeout value for this ModbusIPConfig.
|
private int id
private boolean enabled
private java.lang.String name
private long pollingPeriod
private boolean contiguousBatches
private boolean createSlaveMonitorPoints
private int timeout
private int retries
private java.lang.String host
private int port
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public ModbusIPConfig()
public ModbusIPConfig(int id, boolean enabled, java.lang.String name, long pollingPeriod, boolean contiguousBatches, boolean createSlaveMonitorPoints, int timeout, int retries, java.lang.String host, int port)
public int getId()
public void setId(int id)
id
- public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public long getPollingPeriod()
public void setPollingPeriod(long pollingPeriod)
pollingPeriod
- public boolean isContiguousBatches()
public void setContiguousBatches(boolean contiguousBatches)
contiguousBatches
- public boolean isCreateSlaveMonitorPoints()
public void setCreateSlaveMonitorPoints(boolean createSlaveMonitorPoints)
createSlaveMonitorPoints
- public int getTimeout()
public void setTimeout(int timeout)
timeout
- public int getRetries()
public void setRetries(int retries)
retries
- public java.lang.String getHost()
public void setHost(java.lang.String host)
host
- public int getPort()
public void setPort(int port)
port
- 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)