public class SmlTree extends Sequence
Modifier and Type | Field and Description |
---|---|
protected ListOfSmlTree |
childList |
protected OctetString |
parameterName |
protected SmlProcParValue |
parameterValue |
isOptional, isSelected
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
protected OctetString parameterName
protected SmlProcParValue parameterValue
protected ListOfSmlTree childList
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