public class SmlGetProcParameterRes extends Sequence
| Modifier and Type | Field and Description |
|---|---|
protected SmlTree |
parameterTree |
protected SmlTreePath |
parameterTreePath |
protected OctetString |
serverId |
| Constructor and Description |
|---|
SmlGetProcParameterRes() |
SmlGetProcParameterRes(OctetString serverId,
SmlTreePath parameterTreePath,
SmlTree parameterTree) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createElements() |
SmlTree |
getParameterTree() |
SmlTreePath |
getParameterTreePath() |
OctetString |
getServerId() |
void |
setOptionalAndSeq() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelectedprotected OctetString serverId
protected SmlTreePath parameterTreePath
protected SmlTree parameterTree
public SmlGetProcParameterRes()
public SmlGetProcParameterRes(OctetString serverId, SmlTreePath parameterTreePath, SmlTree parameterTree)
public OctetString getServerId()
public SmlTreePath getParameterTreePath()
public SmlTree getParameterTree()
public void setOptionalAndSeq()
protected void createElements()
createElements in class Sequencepublic java.lang.String toString()
toString in class java.lang.Object