public class SmlAttentionRes extends Sequence
Constructor and Description |
---|
SmlAttentionRes() |
SmlAttentionRes(OctetString serverId,
OctetString attentionNo,
OctetString attentionMsg,
SmlTree attentionDetails) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SmlTree |
getAttentionDetails() |
OctetString |
getAttentionMsg() |
OctetString |
getAttentionNo() |
OctetString |
getServerId() |
void |
setOptionalAndSeq() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelected
public SmlAttentionRes()
public SmlAttentionRes(OctetString serverId, OctetString attentionNo, OctetString attentionMsg, SmlTree attentionDetails)
public OctetString getServerId()
public OctetString getAttentionNo()
public OctetString getAttentionMsg()
public SmlTree getAttentionDetails()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence
public java.lang.String toString()
toString
in class java.lang.Object