org.openmuc.jsml.structures
public class SML_Tree extends Sequence
Modifier and Type | Field and Description |
---|---|
protected List_of_SML_Tree |
child_List |
protected OctetString |
parameterName |
protected SML_ProcParValue |
parameterValue |
isOptional, isSelected
Constructor and Description |
---|
SML_Tree() |
SML_Tree(OctetString parameterName,
SML_ProcParValue parameterValue,
List_of_SML_Tree child_List) |
Modifier and Type | Method and Description |
---|---|
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() |
isOptional, isSelected, setOptional, setSelected
protected OctetString parameterName
protected SML_ProcParValue parameterValue
protected List_of_SML_Tree child_List
public SML_Tree(OctetString parameterName, SML_ProcParValue parameterValue, List_of_SML_Tree child_List)
public SML_Tree()
public OctetString getParameterName()
public SML_ProcParValue getParameterValue()
public List_of_SML_Tree getChild_List()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence