org.openmuc.jsml.structures
public class SML_AttentionRes extends Sequence
Modifier and Type | Field and Description |
---|---|
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 |
isOptional, isSelected
Constructor and Description |
---|
SML_AttentionRes() |
SML_AttentionRes(OctetString serverId,
OctetString attentionNo,
OctetString attentionMsg,
SML_Tree attentionDetails) |
Modifier and Type | Method and Description |
---|---|
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() |
isOptional, isSelected, setOptional, setSelected
public static final OctetString OK
public static final OctetString UNKNOWN_SML_DESIGNATOR
public static final OctetString INADEQUATE_AUTHENTICATION
public static final OctetString SERVERID_NOT_AVAILABLE
public static final OctetString REQFILEID_NOT_AVAILABLE
public static final OctetString ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_WRITTEN
public static final OctetString ONE_OR_MORE_DESTITNATION_ATTRIBUTES_CANNOT_BE_READ
public static final OctetString COMMUNICATION_WITH_MEASURING_POINT_DISTURBED
public static final OctetString RAW_DATA_CANNOT_BE_INTERPRETED
public static final OctetString VALUE_OUT_OF_BOUNDS
public static final OctetString ORDER_NOT_EXECUTED
public static final OctetString CHECKSUM_FAULTY
public static final OctetString BROADCAST_NOT_SUPPORTED
public static final OctetString UNEXPECTED_SMLMESSAGE
public static final OctetString UNKNOWN_OBJECT_IN_THE_LOAD_PROFILE
public static final OctetString DATA_TYPE_NOT_SUPPORTED
public static final OctetString OPTIONAL_ELEMENT_NOT_SUPPORTED
public SML_AttentionRes(OctetString serverId, OctetString attentionNo, OctetString attentionMsg, SML_Tree attentionDetails)
public SML_AttentionRes()
public OctetString getServerId()
public OctetString getAttentionNo()
public OctetString getAttentionMsg()
public SML_Tree getAttentionDetails()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence