public class ModbusPointConfig
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.Integer |
aditive |
private ModbusDataType |
dataType |
private boolean |
enabled |
private int |
id |
private java.lang.Integer |
multiplier |
private java.lang.String |
name |
private java.lang.Integer |
offset |
private ModbusRegisterRange |
registerRange |
private boolean |
settable |
private java.lang.Integer |
slaveId |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
ModbusPointConfig() |
ModbusPointConfig(int id,
boolean enabled,
java.lang.String name,
java.lang.Integer slaveId,
ModbusRegisterRange registerRange,
ModbusDataType dataType,
boolean settable,
java.lang.Integer offset,
java.lang.Integer multiplier,
java.lang.Integer aditive) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Integer |
getAditive()
Gets the aditive value for this ModbusPointConfig.
|
ModbusDataType |
getDataType()
Gets the dataType value for this ModbusPointConfig.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
int |
getId()
Gets the id value for this ModbusPointConfig.
|
java.lang.Integer |
getMultiplier()
Gets the multiplier value for this ModbusPointConfig.
|
java.lang.String |
getName()
Gets the name value for this ModbusPointConfig.
|
java.lang.Integer |
getOffset()
Gets the offset value for this ModbusPointConfig.
|
ModbusRegisterRange |
getRegisterRange()
Gets the registerRange value for this ModbusPointConfig.
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
java.lang.Integer |
getSlaveId()
Gets the slaveId value for this ModbusPointConfig.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isEnabled()
Gets the enabled value for this ModbusPointConfig.
|
boolean |
isSettable()
Gets the settable value for this ModbusPointConfig.
|
void |
setAditive(java.lang.Integer aditive)
Sets the aditive value for this ModbusPointConfig.
|
void |
setDataType(ModbusDataType dataType)
Sets the dataType value for this ModbusPointConfig.
|
void |
setEnabled(boolean enabled)
Sets the enabled value for this ModbusPointConfig.
|
void |
setId(int id)
Sets the id value for this ModbusPointConfig.
|
void |
setMultiplier(java.lang.Integer multiplier)
Sets the multiplier value for this ModbusPointConfig.
|
void |
setName(java.lang.String name)
Sets the name value for this ModbusPointConfig.
|
void |
setOffset(java.lang.Integer offset)
Sets the offset value for this ModbusPointConfig.
|
void |
setRegisterRange(ModbusRegisterRange registerRange)
Sets the registerRange value for this ModbusPointConfig.
|
void |
setSettable(boolean settable)
Sets the settable value for this ModbusPointConfig.
|
void |
setSlaveId(java.lang.Integer slaveId)
Sets the slaveId value for this ModbusPointConfig.
|
private int id
private boolean enabled
private java.lang.String name
private java.lang.Integer slaveId
private ModbusRegisterRange registerRange
private ModbusDataType dataType
private boolean settable
private java.lang.Integer offset
private java.lang.Integer multiplier
private java.lang.Integer aditive
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public ModbusPointConfig()
public ModbusPointConfig(int id, boolean enabled, java.lang.String name, java.lang.Integer slaveId, ModbusRegisterRange registerRange, ModbusDataType dataType, boolean settable, java.lang.Integer offset, java.lang.Integer multiplier, java.lang.Integer aditive)
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 java.lang.Integer getSlaveId()
public void setSlaveId(java.lang.Integer slaveId)
slaveId
- public ModbusRegisterRange getRegisterRange()
public void setRegisterRange(ModbusRegisterRange registerRange)
registerRange
- public ModbusDataType getDataType()
public void setDataType(ModbusDataType dataType)
dataType
- public boolean isSettable()
public void setSettable(boolean settable)
settable
- public java.lang.Integer getOffset()
public void setOffset(java.lang.Integer offset)
offset
- public java.lang.Integer getMultiplier()
public void setMultiplier(java.lang.Integer multiplier)
multiplier
- public java.lang.Integer getAditive()
public void setAditive(java.lang.Integer aditive)
aditive
- 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)