org.openmuc.jsml.structures
Class SML_GetProfileListRes
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
org.openmuc.jsml.structures.Sequence
org.openmuc.jsml.structures.SML_GetProfileListRes
public class SML_GetProfileListRes
- extends Sequence
Fields inherited from class org.openmuc.jsml.structures.ListOf |
seqArray |
Methods inherited from class org.openmuc.jsml.structures.Sequence |
decode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverId
protected OctetString serverId
actTime
protected SML_Time actTime
regPeriod
protected Unsigned32 regPeriod
parameterTreePath
protected SML_TreePath parameterTreePath
valTime
protected SML_Time valTime
status
protected Unsigned64 status
period_List
protected List_of_SML_PeriodEntry period_List
rawdata
protected OctetString rawdata
periodSignature
protected SML_Signature periodSignature
SML_GetProfileListRes
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)
SML_GetProfileListRes
public SML_GetProfileListRes()
setStatus
public void setStatus(Unsigned64 status)
getServerId
public OctetString getServerId()
getActTime
public SML_Time getActTime()
getRegPeriod
public Unsigned32 getRegPeriod()
getParameterTreePath
public SML_TreePath getParameterTreePath()
getValTime
public SML_Time getValTime()
getStatus
public Unsigned64 getStatus()
getPeriod_List
public List_of_SML_PeriodEntry getPeriod_List()
getRawdata
public OctetString getRawdata()
getPeriodSignature
public SML_Signature getPeriodSignature()
setOptionalAndSeq
public void setOptionalAndSeq()
createElements
protected void createElements()
- Specified by:
createElements
in class Sequence
print
public void print()
- Description copied from class:
ASNObject
- prints the content or type of the object to stdout
- Overrides:
print
in class Sequence