org.openmuc.jsml.structures
public class SML_GetProfilePackRes extends Sequence
Modifier and Type | Field and Description |
---|---|
protected SML_Time |
actTime |
protected List_of_SML_ProfObjHeaderEntry |
header_List |
protected SML_TreePath |
parameterTreePath |
protected List_of_SML_ProfObjPeriodEntry |
period_List |
protected SML_Signature |
periodSignature |
protected OctetString |
rawdata |
protected Unsigned32 |
regPeriod |
protected OctetString |
serverId |
isOptional, isSelected
Constructor and Description |
---|
SML_GetProfilePackRes() |
SML_GetProfilePackRes(OctetString serverId,
SML_Time actTime,
Unsigned32 regPeriod,
SML_TreePath parameterTreePath,
List_of_SML_ProfObjHeaderEntry headerList,
List_of_SML_ProfObjPeriodEntry periodList,
OctetString rawdata,
SML_Signature periodSignature) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SML_Time |
getActTime() |
List_of_SML_ProfObjHeaderEntry |
getHeader_List() |
SML_TreePath |
getParameterTreePath() |
List_of_SML_ProfObjPeriodEntry |
getPeriod_List() |
SML_Signature |
getPeriodSignature() |
OctetString |
getRawdata() |
Unsigned32 |
getRegPeriod() |
OctetString |
getServerId() |
void |
print()
prints the content or type of the object to stdout
|
void |
setOptionalAndSeq() |
isOptional, isSelected, setOptional, setSelected
protected OctetString serverId
protected SML_Time actTime
protected Unsigned32 regPeriod
protected SML_TreePath parameterTreePath
protected List_of_SML_ProfObjHeaderEntry header_List
protected List_of_SML_ProfObjPeriodEntry period_List
protected OctetString rawdata
protected SML_Signature periodSignature
public SML_GetProfilePackRes(OctetString serverId, SML_Time actTime, Unsigned32 regPeriod, SML_TreePath parameterTreePath, List_of_SML_ProfObjHeaderEntry headerList, List_of_SML_ProfObjPeriodEntry periodList, OctetString rawdata, SML_Signature periodSignature)
serverId
- actTime
- regPeriod
- parameterTreePath
- headerList
- periodList
- rawdata
- OPTIONALperiodSignature
- OPTIONALpublic SML_GetProfilePackRes()
public OctetString getServerId()
public SML_Time getActTime()
public Unsigned32 getRegPeriod()
public SML_TreePath getParameterTreePath()
public List_of_SML_ProfObjHeaderEntry getHeader_List()
public List_of_SML_ProfObjPeriodEntry getPeriod_List()
public OctetString getRawdata()
public SML_Signature getPeriodSignature()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence