org.openmuc.jsml.structures
Class SML_TreePath

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ListOf
          extended by org.openmuc.jsml.structures.SequenceOf
              extended by org.openmuc.jsml.structures.SML_TreePath

public class SML_TreePath
extends SequenceOf


Field Summary
protected  OctetString[] path_Entry
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_TreePath()
           
SML_TreePath(OctetString[] path_Entry)
           
 
Method Summary
protected  void createElements(int length)
           
 OctetString[] getPath_Entry()
           
 
Methods inherited from class org.openmuc.jsml.structures.SequenceOf
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

path_Entry

protected OctetString[] path_Entry
Constructor Detail

SML_TreePath

public SML_TreePath(OctetString[] path_Entry)

SML_TreePath

public SML_TreePath()
Method Detail

getPath_Entry

public OctetString[] getPath_Entry()

createElements

protected void createElements(int length)
Specified by:
createElements in class SequenceOf