org.openmuc.jsml.structures
public class SML_GetProfileListRes extends Sequence
Modifier and Type | Field and Description |
---|---|
protected SML_Time |
actTime |
protected SML_TreePath |
parameterTreePath |
protected List_of_SML_PeriodEntry |
period_List |
protected SML_Signature |
periodSignature |
protected OctetString |
rawdata |
protected Unsigned32 |
regPeriod |
protected OctetString |
serverId |
protected Unsigned64 |
status |
protected SML_Time |
valTime |
isOptional, isSelected
Constructor and Description |
---|
SML_GetProfileListRes() |
SML_GetProfileListRes(OctetString serverId,
SML_Time actTime,
Unsigned32 regPeriod,
SML_TreePath parameterTreePath,
SML_Time valTime,
Unsigned64 status,
List_of_SML_PeriodEntry periodList,
OctetString rawdata,
SML_Signature periodSignature) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SML_Time |
getActTime() |
SML_TreePath |
getParameterTreePath() |
List_of_SML_PeriodEntry |
getPeriod_List() |
SML_Signature |
getPeriodSignature() |
OctetString |
getRawdata() |
Unsigned32 |
getRegPeriod() |
OctetString |
getServerId() |
Unsigned64 |
getStatus() |
SML_Time |
getValTime() |
void |
print()
prints the content or type of the object to stdout
|
void |
setOptionalAndSeq() |
void |
setStatus(Unsigned64 status) |
isOptional, isSelected, setOptional, setSelected
protected OctetString serverId
protected SML_Time actTime
protected Unsigned32 regPeriod
protected SML_TreePath parameterTreePath
protected SML_Time valTime
protected Unsigned64 status
protected List_of_SML_PeriodEntry period_List
protected OctetString rawdata
protected SML_Signature periodSignature
public SML_GetProfileListRes(OctetString serverId, SML_Time actTime, Unsigned32 regPeriod, SML_TreePath parameterTreePath, SML_Time valTime, Unsigned64 status, List_of_SML_PeriodEntry periodList, OctetString rawdata, SML_Signature periodSignature)
public SML_GetProfileListRes()
public void setStatus(Unsigned64 status)
public OctetString getServerId()
public SML_Time getActTime()
public Unsigned32 getRegPeriod()
public SML_TreePath getParameterTreePath()
public SML_Time getValTime()
public Unsigned64 getStatus()
public List_of_SML_PeriodEntry getPeriod_List()
public OctetString getRawdata()
public SML_Signature getPeriodSignature()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence