org.openmuc.jsml.structures
Class SML_PublicOpenReq

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_PublicOpenReq

public class SML_PublicOpenReq
extends Sequence


Field Summary
protected  OctetString clientId
           
protected  OctetString codepage
           
protected  OctetString password
           
protected  OctetString reqFileId
           
protected  OctetString serverId
           
protected  Unsigned8 smlVersion
           
protected  OctetString username
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_PublicOpenReq()
           
SML_PublicOpenReq(OctetString codepage, OctetString clientId, OctetString reqFileId, OctetString serverId, OctetString username, OctetString password, Unsigned8 smlVersion)
           
 
Method Summary
protected  void createElements()
           
 OctetString getClientId()
           
 OctetString getCodepage()
           
 OctetString getPassword()
           
 OctetString getReqFileId()
           
 OctetString getServerId()
           
 Unsigned8 getSmlVersion()
           
 OctetString getUsername()
           
 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

username

protected OctetString username

password

protected OctetString password

smlVersion

protected Unsigned8 smlVersion
Constructor Detail

SML_PublicOpenReq

public SML_PublicOpenReq(OctetString codepage,
                         OctetString clientId,
                         OctetString reqFileId,
                         OctetString serverId,
                         OctetString username,
                         OctetString password,
                         Unsigned8 smlVersion)

SML_PublicOpenReq

public SML_PublicOpenReq()
Method Detail

getCodepage

public OctetString getCodepage()

getClientId

public OctetString getClientId()

getReqFileId

public OctetString getReqFileId()

getServerId

public OctetString getServerId()

getUsername

public OctetString getUsername()

getPassword

public OctetString getPassword()

getSmlVersion

public Unsigned8 getSmlVersion()

setOptionalAndSeq

public void setOptionalAndSeq()

createElements

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