Class SecurityAlarm
- java.lang.Object
-
- net.heberling.ismart.asn1.v2_1.entity.SecurityAlarm
-
- All Implemented Interfaces:
org.bn.coders.IASN1PreparedElement
public class SecurityAlarm extends Object implements org.bn.coders.IASN1PreparedElement
-
-
Constructor Summary
Constructors Constructor Description SecurityAlarm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetAlertId()IntegergetAlertTime()byte[]getContent()IntegergetLatitude()IntegergetLongitude()StringgetMessageType()org.bn.coders.IASN1PreparedElementDatagetPreparedData()byte[]getTitle()StringgetVin()voidinitWithDefaults()booleanisAlertTimePresent()booleanisContentPresent()booleanisTitlePresent()voidsetAlertId(Integer value)voidsetAlertTime(Integer value)voidsetContent(byte[] value)voidsetLatitude(Integer value)voidsetLongitude(Integer value)voidsetMessageType(String value)voidsetTitle(byte[] value)voidsetVin(String value)
-
-
-
Method Detail
-
getTitle
public byte[] getTitle()
-
isTitlePresent
public boolean isTitlePresent()
-
setTitle
public void setTitle(byte[] value)
-
getContent
public byte[] getContent()
-
isContentPresent
public boolean isContentPresent()
-
setContent
public void setContent(byte[] value)
-
getMessageType
public String getMessageType()
-
setMessageType
public void setMessageType(String value)
-
getVin
public String getVin()
-
setVin
public void setVin(String value)
-
getAlertId
public Integer getAlertId()
-
setAlertId
public void setAlertId(Integer value)
-
getAlertTime
public Integer getAlertTime()
-
isAlertTimePresent
public boolean isAlertTimePresent()
-
setAlertTime
public void setAlertTime(Integer value)
-
getLatitude
public Integer getLatitude()
-
setLatitude
public void setLatitude(Integer value)
-
getLongitude
public Integer getLongitude()
-
setLongitude
public void setLongitude(Integer 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
-
-