Class SecurityAlarm

  • All Implemented Interfaces:
    org.bn.coders.IASN1PreparedElement

    public class SecurityAlarm
    extends Object
    implements org.bn.coders.IASN1PreparedElement
    • Constructor Detail

      • SecurityAlarm

        public SecurityAlarm()
    • 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:
        initWithDefaults in interface org.bn.coders.IASN1PreparedElement
      • getPreparedData

        public org.bn.coders.IASN1PreparedElementData getPreparedData()
        Specified by:
        getPreparedData in interface org.bn.coders.IASN1PreparedElement