org.openmuc.jsml.structures
Class SML_GetProfilePackRes

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ListOf
          extended by org.openmuc.jsml.structures.Sequence
              extended by org.openmuc.jsml.structures.SML_GetProfilePackRes

public class SML_GetProfilePackRes
extends Sequence


Field Summary
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
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
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)
           
 
Method Summary
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()
           
 
Methods inherited from class org.openmuc.jsml.structures.Sequence
decode
 
Methods inherited from class org.openmuc.jsml.structures.ListOf
code, seqArray
 
Methods inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected, setOptional, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverId

protected OctetString serverId

actTime

protected SML_Time actTime

regPeriod

protected Unsigned32 regPeriod

parameterTreePath

protected SML_TreePath parameterTreePath

header_List

protected List_of_SML_ProfObjHeaderEntry header_List

period_List

protected List_of_SML_ProfObjPeriodEntry period_List

rawdata

protected OctetString rawdata

periodSignature

protected SML_Signature periodSignature
Constructor Detail

SML_GetProfilePackRes

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)
Parameters:
serverId -
actTime -
regPeriod -
parameterTreePath -
headerList -
periodList -
rawdata - OPTIONAL
periodSignature - OPTIONAL

SML_GetProfilePackRes

public SML_GetProfilePackRes()
Method Detail

getServerId

public OctetString getServerId()

getActTime

public SML_Time getActTime()

getRegPeriod

public Unsigned32 getRegPeriod()

getParameterTreePath

public SML_TreePath getParameterTreePath()

getHeader_List

public List_of_SML_ProfObjHeaderEntry getHeader_List()

getPeriod_List

public List_of_SML_ProfObjPeriodEntry 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


Copyright © 2011. All Rights Reserved.