Class AlarmSwitchReq
- java.lang.Object
-
- net.heberling.ismart.asn1.v1_1.entity.AlarmSwitchReq
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class AlarmSwitchReq extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description AlarmSwitchReq()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<AlarmSwitch>getAlarmSwitchList()byte[]getDescription()StringgetPin()org.bn.coders.IASN1PreparedElementDatagetPreparedData()voidinitWithDefaults()booleanisDescriptionPresent()voidsetAlarmSwitchList(Collection<AlarmSwitch> value)voidsetDescription(byte[] value)voidsetPin(String value)
-
-
-
Method Detail
-
getPin
public String getPin()
-
setPin
public void setPin(String value)
-
getAlarmSwitchList
public Collection<AlarmSwitch> getAlarmSwitchList()
-
setAlarmSwitchList
public void setAlarmSwitchList(Collection<AlarmSwitch> value)
-
getDescription
public byte[] getDescription()
-
isDescriptionPresent
public boolean isDescriptionPresent()
-
setDescription
public void setDescription(byte[] 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
-
-