org.openmuc.jsml.structures
public class SML_GetProcParameterRes extends Sequence
Modifier and Type | Field and Description |
---|---|
protected SML_Tree |
parameterTree |
protected SML_TreePath |
parameterTreePath |
protected OctetString |
serverId |
isOptional, isSelected
Constructor and Description |
---|
SML_GetProcParameterRes() |
SML_GetProcParameterRes(OctetString serverId,
SML_TreePath parameterTreePath,
SML_Tree parameterTree) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SML_Tree |
getParameterTree() |
SML_TreePath |
getParameterTreePath() |
OctetString |
getServerId() |
void |
print()
prints the content or type of the object to stdout
|
void |
setOptionalAndSeq() |
isOptional, isSelected, setOptional, setSelected
protected OctetString serverId
protected SML_TreePath parameterTreePath
protected SML_Tree parameterTree
public SML_GetProcParameterRes(OctetString serverId, SML_TreePath parameterTreePath, SML_Tree parameterTree)
public SML_GetProcParameterRes()
public OctetString getServerId()
public SML_TreePath getParameterTreePath()
public SML_Tree getParameterTree()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence