org.openmuc.jsml.structures
Class SML_GetProcParameterRes

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_GetProcParameterRes

public class SML_GetProcParameterRes
extends Sequence


Field Summary
protected  SML_Tree parameterTree
           
protected  SML_TreePath parameterTreePath
           
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_GetProcParameterRes()
           
SML_GetProcParameterRes(OctetString serverId, SML_TreePath parameterTreePath, SML_Tree parameterTree)
           
 
Method Summary
protected  void createElements()
           
 SML_Tree getParameterTree()
           
 SML_TreePath getParameterTreePath()
           
 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

parameterTreePath

protected SML_TreePath parameterTreePath

parameterTree

protected SML_Tree parameterTree
Constructor Detail

SML_GetProcParameterRes

public SML_GetProcParameterRes(OctetString serverId,
                               SML_TreePath parameterTreePath,
                               SML_Tree parameterTree)

SML_GetProcParameterRes

public SML_GetProcParameterRes()
Method Detail

getServerId

public OctetString getServerId()

getParameterTreePath

public SML_TreePath getParameterTreePath()

getParameterTree

public SML_Tree getParameterTree()

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