public class SmlTree extends Sequence
Constructor and Description |
---|
SmlTree() |
SmlTree(OctetString parameterName,
SmlProcParValue parameterValue,
ListOfSmlTree childList) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
ListOfSmlTree |
getChildList() |
OctetString |
getParameterName() |
SmlProcParValue |
getParameterValue() |
void |
setOptionalAndSeq() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelected
public SmlTree(OctetString parameterName, SmlProcParValue parameterValue, ListOfSmlTree childList)
public SmlTree()
public OctetString getParameterName()
public SmlProcParValue getParameterValue()
public ListOfSmlTree getChildList()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence
public java.lang.String toString()
toString
in class java.lang.Object