public class SmlGetProfilePackRes extends Sequence
Modifier and Type | Field and Description |
---|---|
protected SmlTime |
actTime |
protected ListOfSmlProfObjHeaderEntry |
headerList |
protected SmlTreePath |
parameterTreePath |
protected ListOfSmlProfObjPeriodEntry |
periodList |
protected SmlSignature |
periodSignature |
protected OctetString |
rawdata |
protected Unsigned32 |
regPeriod |
protected OctetString |
serverId |
Constructor and Description |
---|
SmlGetProfilePackRes() |
SmlGetProfilePackRes(OctetString serverId,
SmlTime actTime,
Unsigned32 regPeriod,
SmlTreePath parameterTreePath,
ListOfSmlProfObjHeaderEntry headerList,
ListOfSmlProfObjPeriodEntry periodList,
OctetString rawdata,
SmlSignature periodSignature) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SmlTime |
getActTime() |
ListOfSmlProfObjHeaderEntry |
getHeaderList() |
SmlTreePath |
getParameterTreePath() |
ListOfSmlProfObjPeriodEntry |
getPeriodList() |
SmlSignature |
getPeriodSignature() |
OctetString |
getRawdata() |
Unsigned32 |
getRegPeriod() |
OctetString |
getServerId() |
void |
setOptionalAndSeq() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelected
protected OctetString serverId
protected SmlTime actTime
protected Unsigned32 regPeriod
protected SmlTreePath parameterTreePath
protected ListOfSmlProfObjHeaderEntry headerList
protected ListOfSmlProfObjPeriodEntry periodList
protected OctetString rawdata
protected SmlSignature periodSignature
public SmlGetProfilePackRes()
public SmlGetProfilePackRes(OctetString serverId, SmlTime actTime, Unsigned32 regPeriod, SmlTreePath parameterTreePath, ListOfSmlProfObjHeaderEntry headerList, ListOfSmlProfObjPeriodEntry periodList, OctetString rawdata, SmlSignature periodSignature)
public OctetString getServerId()
public SmlTime getActTime()
public Unsigned32 getRegPeriod()
public SmlTreePath getParameterTreePath()
public ListOfSmlProfObjHeaderEntry getHeaderList()
public ListOfSmlProfObjPeriodEntry getPeriodList()
public OctetString getRawdata()
public SmlSignature getPeriodSignature()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence
public java.lang.String toString()
toString
in class java.lang.Object