Class AlarmSwitch
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.AlarmSwitch
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class AlarmSwitch extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description AlarmSwitch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MP_AlarmSettingTypegetAlarmSettingType()BooleangetAlarmSwitch()BooleangetFunctionSwitch()org.bn.coders.IASN1PreparedElementDatagetPreparedData()voidinitWithDefaults()voidsetAlarmSettingType(MP_AlarmSettingType value)voidsetAlarmSwitch(Boolean value)voidsetFunctionSwitch(Boolean value)
-
-
-
Method Detail
-
getAlarmSettingType
public MP_AlarmSettingType getAlarmSettingType()
-
setAlarmSettingType
public void setAlarmSettingType(MP_AlarmSettingType value)
-
getAlarmSwitch
public Boolean getAlarmSwitch()
-
setAlarmSwitch
public void setAlarmSwitch(Boolean value)
-
getFunctionSwitch
public Boolean getFunctionSwitch()
-
setFunctionSwitch
public void setFunctionSwitch(Boolean value)
-
initWithDefaults
public void initWithDefaults()
- Specified by:
initWithDefaultsin interfaceorg.bn.coders.IASN1PreparedElement
-
getPreparedData
public org.bn.coders.IASN1PreparedElementData getPreparedData()
- Specified by:
getPreparedDatain interfaceorg.bn.coders.IASN1PreparedElement
-
-