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