org.openmuc.jsml.structures
Class SML_GetListRes

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_GetListRes

public class SML_GetListRes
extends Sequence


Field Summary
protected  SML_Time actGatewayTime
           
protected  SML_Time actSensorTime
           
protected  OctetString clientId
           
protected  OctetString listName
           
protected  SML_Signature listSignature
           
protected  OctetString serverId
           
protected  SML_List valList
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_GetListRes()
           
SML_GetListRes(OctetString clientId, OctetString serverId, OctetString listName, SML_Time actSensorTime, SML_List valList, SML_Signature listSignature, SML_Time actGatewayTime)
           
 
Method Summary
protected  void createElements()
           
 SML_Time getActGatewayTime()
           
 SML_Time getActSensorTime()
           
 OctetString getClientId()
           
 OctetString getListName()
           
 SML_Signature getListSignature()
           
 OctetString getServerId()
           
 SML_List getValList()
           
 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

clientId

protected OctetString clientId

serverId

protected OctetString serverId

listName

protected OctetString listName

actSensorTime

protected SML_Time actSensorTime

valList

protected SML_List valList

listSignature

protected SML_Signature listSignature

actGatewayTime

protected SML_Time actGatewayTime
Constructor Detail

SML_GetListRes

public SML_GetListRes(OctetString clientId,
                      OctetString serverId,
                      OctetString listName,
                      SML_Time actSensorTime,
                      SML_List valList,
                      SML_Signature listSignature,
                      SML_Time actGatewayTime)

SML_GetListRes

public SML_GetListRes()
Method Detail

getClientId

public OctetString getClientId()

getServerId

public OctetString getServerId()

getListName

public OctetString getListName()

getActSensorTime

public SML_Time getActSensorTime()

getValList

public SML_List getValList()

getListSignature

public SML_Signature getListSignature()

getActGatewayTime

public SML_Time getActGatewayTime()

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.