Class MP_SecurityAlarmResp
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.entity.MP_SecurityAlarmResp
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class MP_SecurityAlarmResp extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description MP_SecurityAlarmResp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bn.coders.IASN1PreparedElementDatagetPreparedData()Collection<SecurityAlarm>getSecurityAlarms()voidinitWithDefaults()booleanisSecurityAlarmsPresent()voidsetSecurityAlarms(Collection<SecurityAlarm> value)
-
-
-
Method Detail
-
getSecurityAlarms
public Collection<SecurityAlarm> getSecurityAlarms()
-
isSecurityAlarmsPresent
public boolean isSecurityAlarmsPresent()
-
setSecurityAlarms
public void setSecurityAlarms(Collection<SecurityAlarm> 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
-
-