org.openmuc.jsml.structures
Class SML_GetProcParameterReq

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_GetProcParameterReq

public class SML_GetProcParameterReq
extends Sequence


Field Summary
protected  OctetString attribute
           
protected  SML_TreePath parameterTreePath
           
protected  OctetString password
           
protected  OctetString serverId
           
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_GetProcParameterReq()
           
SML_GetProcParameterReq(OctetString serverId, OctetString username, OctetString password, SML_TreePath parameterTreePath, OctetString attribute)
           
 
Method Summary
protected  void createElements()
           
 OctetString getAttribute()
           
 SML_TreePath getParameterTreePath()
           
 OctetString getPassword()
           
 OctetString getServerId()
           
 OctetString getUsername()
           
 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

username

protected OctetString username

password

protected OctetString password

parameterTreePath

protected SML_TreePath parameterTreePath

attribute

protected OctetString attribute
Constructor Detail

SML_GetProcParameterReq

public SML_GetProcParameterReq(OctetString serverId,
                               OctetString username,
                               OctetString password,
                               SML_TreePath parameterTreePath,
                               OctetString attribute)
Parameters:
serverId - OPTIONAL
username - OPTIONAL
password - OPTIONAL
parameterTreePath -
attribute - OPTIONAL

SML_GetProcParameterReq

public SML_GetProcParameterReq()
Method Detail

getServerId

public OctetString getServerId()

getUsername

public OctetString getUsername()

getPassword

public OctetString getPassword()

getParameterTreePath

public SML_TreePath getParameterTreePath()

getAttribute

public OctetString getAttribute()

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.