org.openmuc.jsml.structures
Class SML_AttentionRes

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ListOf
          extended by org.openmuc.jsml.structures.Sequence
              extended by org.openmuc.jsml.structures.SML_AttentionRes

public class SML_AttentionRes
extends Sequence


Field Summary
static OctetString BROADCAST_NOT_SUPPORTED
           
static OctetString CHECKSUM_FAULTY
           
static OctetString COMMUNICATION_WITH_MEASURING_POINT_DISTURBED
           
static OctetString DATA_TYPE_NOT_SUPPORTED
           
static OctetString INADEQUATE_AUTHENTICATION
           
static OctetString OK
           
static OctetString ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_READ
           
static OctetString ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_WRITTEN
           
static OctetString OPTIONAL_ELEMENT_NOT_SUPPORTED
           
static OctetString ORDER_NOT_EXECUTED
           
static OctetString RAW_DATA_CANNOT_BE_INTERPRETED
           
static OctetString REQFILEID_NOT_AVAILABLE
           
static OctetString SERVERID_NOT_AVAILABLE
           
static OctetString UNEXPECTED_SMLMESSAGE
           
static OctetString UNKNOWN_OBJECT_IN_THE_LOAD_PROFILE
           
static OctetString UNKNOWN_SML_DESIGNATOR
           
static OctetString VALUE_OUT_OF_BOUNDS
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_AttentionRes()
           
SML_AttentionRes(OctetString serverId, OctetString attentionNo, OctetString attentionMsg, SML_Tree attentionDetails)
           
 
Method Summary
protected  void createElements()
           
 SML_Tree getAttentionDetails()
           
 OctetString getAttentionMsg()
           
 OctetString getAttentionNo()
           
 OctetString getServerId()
           
 void print()
          prints the content or type of the object to stdout
 void setOptionalAndSeq()
           
 
Methods inherited from class org.openmuc.jsml.structures.Sequence
decode
 
Methods inherited from class org.openmuc.jsml.structures.ListOf
code, seqArray
 
Methods inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected, setOptional, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final OctetString OK

UNKNOWN_SML_DESIGNATOR

public static final OctetString UNKNOWN_SML_DESIGNATOR

INADEQUATE_AUTHENTICATION

public static final OctetString INADEQUATE_AUTHENTICATION

SERVERID_NOT_AVAILABLE

public static final OctetString SERVERID_NOT_AVAILABLE

REQFILEID_NOT_AVAILABLE

public static final OctetString REQFILEID_NOT_AVAILABLE

ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_WRITTEN

public static final OctetString ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_WRITTEN

ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_READ

public static final OctetString ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_READ

COMMUNICATION_WITH_MEASURING_POINT_DISTURBED

public static final OctetString COMMUNICATION_WITH_MEASURING_POINT_DISTURBED

RAW_DATA_CANNOT_BE_INTERPRETED

public static final OctetString RAW_DATA_CANNOT_BE_INTERPRETED

VALUE_OUT_OF_BOUNDS

public static final OctetString VALUE_OUT_OF_BOUNDS

ORDER_NOT_EXECUTED

public static final OctetString ORDER_NOT_EXECUTED

CHECKSUM_FAULTY

public static final OctetString CHECKSUM_FAULTY

BROADCAST_NOT_SUPPORTED

public static final OctetString BROADCAST_NOT_SUPPORTED

UNEXPECTED_SMLMESSAGE

public static final OctetString UNEXPECTED_SMLMESSAGE

UNKNOWN_OBJECT_IN_THE_LOAD_PROFILE

public static final OctetString UNKNOWN_OBJECT_IN_THE_LOAD_PROFILE

DATA_TYPE_NOT_SUPPORTED

public static final OctetString DATA_TYPE_NOT_SUPPORTED

OPTIONAL_ELEMENT_NOT_SUPPORTED

public static final OctetString OPTIONAL_ELEMENT_NOT_SUPPORTED
Constructor Detail

SML_AttentionRes

public SML_AttentionRes(OctetString serverId,
                        OctetString attentionNo,
                        OctetString attentionMsg,
                        SML_Tree attentionDetails)

SML_AttentionRes

public SML_AttentionRes()
Method Detail

getServerId

public OctetString getServerId()

getAttentionNo

public OctetString getAttentionNo()

getAttentionMsg

public OctetString getAttentionMsg()

getAttentionDetails

public SML_Tree getAttentionDetails()

setOptionalAndSeq

public void setOptionalAndSeq()

createElements

protected void createElements()
Specified by:
createElements in class Sequence

print

public void print()
Description copied from class: ASNObject
prints the content or type of the object to stdout

Overrides:
print in class Sequence