org.openmuc.jsml.structures
Class SML_AttentionRes
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
org.openmuc.jsml.structures.Sequence
org.openmuc.jsml.structures.SML_AttentionRes
public class SML_AttentionRes
- extends Sequence
Fields inherited from class org.openmuc.jsml.structures.ListOf |
seqArray |
Methods inherited from class org.openmuc.jsml.structures.Sequence |
decode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
SML_AttentionRes
public SML_AttentionRes(OctetString serverId,
OctetString attentionNo,
OctetString attentionMsg,
SML_Tree attentionDetails)
SML_AttentionRes
public SML_AttentionRes()
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