org.openmuc.jsml.structures
Class SML_PublicOpenRes

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_PublicOpenRes

public class SML_PublicOpenRes
extends Sequence


Field Summary
protected  OctetString clientId
           
protected  OctetString codepage
           
protected  SML_Time refTime
           
protected  OctetString reqFileId
           
protected  OctetString serverId
           
protected  Unsigned8 smlVersion
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_PublicOpenRes()
           
SML_PublicOpenRes(OctetString codepage, OctetString clientId, OctetString reqFileId, OctetString serverId, SML_Time refTime, Unsigned8 smlVersion)
           
 
Method Summary
protected  void createElements()
           
 OctetString getClientId()
           
 OctetString getCodepage()
           
 SML_Time getRefTime()
           
 OctetString getReqFileId()
           
 OctetString getServerId()
           
 Unsigned8 getSmlVersion()
           
 void setOptionalAndSeq()
           
 
Methods inherited from class org.openmuc.jsml.structures.Sequence
decode, print
 
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

codepage

protected OctetString codepage

clientId

protected OctetString clientId

reqFileId

protected OctetString reqFileId

serverId

protected OctetString serverId

refTime

protected SML_Time refTime

smlVersion

protected Unsigned8 smlVersion
Constructor Detail

SML_PublicOpenRes

public SML_PublicOpenRes(OctetString codepage,
                         OctetString clientId,
                         OctetString reqFileId,
                         OctetString serverId,
                         SML_Time refTime,
                         Unsigned8 smlVersion)

SML_PublicOpenRes

public SML_PublicOpenRes()
Method Detail

getCodepage

public OctetString getCodepage()

getClientId

public OctetString getClientId()

getReqFileId

public OctetString getReqFileId()

getServerId

public OctetString getServerId()

getRefTime

public SML_Time getRefTime()

getSmlVersion

public Unsigned8 getSmlVersion()

setOptionalAndSeq

public void setOptionalAndSeq()

createElements

protected void createElements()
Specified by:
createElements in class Sequence