org.openmuc.jsml.structures
Class SML_Tree

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_Tree

public class SML_Tree
extends Sequence


Field Summary
protected  List_of_SML_Tree child_List
           
protected  OctetString parameterName
           
protected  SML_ProcParValue parameterValue
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_Tree()
           
SML_Tree(OctetString parameterName, SML_ProcParValue parameterValue, List_of_SML_Tree child_List)
           
 
Method Summary
protected  void createElements()
           
 List_of_SML_Tree getChild_List()
           
 OctetString getParameterName()
           
 SML_ProcParValue getParameterValue()
           
 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

parameterName

protected OctetString parameterName

parameterValue

protected SML_ProcParValue parameterValue

child_List

protected List_of_SML_Tree child_List
Constructor Detail

SML_Tree

public SML_Tree(OctetString parameterName,
                SML_ProcParValue parameterValue,
                List_of_SML_Tree child_List)

SML_Tree

public SML_Tree()
Method Detail

getParameterName

public OctetString getParameterName()

getParameterValue

public SML_ProcParValue getParameterValue()

getChild_List

public List_of_SML_Tree getChild_List()

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.