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, setSelectedpublic 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 Sequencepublic java.lang.String toString()
toString in class java.lang.Object