org.openmuc.jsml.structures
public class SML_GetListRes extends Sequence
Modifier and Type | Field and Description |
---|---|
protected SML_Time |
actGatewayTime |
protected SML_Time |
actSensorTime |
protected OctetString |
clientId |
protected OctetString |
listName |
protected SML_Signature |
listSignature |
protected OctetString |
serverId |
protected SML_List |
valList |
isOptional, isSelected
Constructor and Description |
---|
SML_GetListRes() |
SML_GetListRes(OctetString clientId,
OctetString serverId,
OctetString listName,
SML_Time actSensorTime,
SML_List valList,
SML_Signature listSignature,
SML_Time actGatewayTime) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SML_Time |
getActGatewayTime() |
SML_Time |
getActSensorTime() |
OctetString |
getClientId() |
OctetString |
getListName() |
SML_Signature |
getListSignature() |
OctetString |
getServerId() |
SML_List |
getValList() |
void |
print()
prints the content or type of the object to stdout
|
void |
setOptionalAndSeq() |
isOptional, isSelected, setOptional, setSelected
protected OctetString clientId
protected OctetString serverId
protected OctetString listName
protected SML_Time actSensorTime
protected SML_List valList
protected SML_Signature listSignature
protected SML_Time actGatewayTime
public SML_GetListRes(OctetString clientId, OctetString serverId, OctetString listName, SML_Time actSensorTime, SML_List valList, SML_Signature listSignature, SML_Time actGatewayTime)
public SML_GetListRes()
public OctetString getClientId()
public OctetString getServerId()
public OctetString getListName()
public SML_Time getActSensorTime()
public SML_List getValList()
public SML_Signature getListSignature()
public SML_Time getActGatewayTime()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence