org.openmuc.jsml.structures
public class SML_GetProcParameterReq extends Sequence
Modifier and Type | Field and Description |
---|---|
protected OctetString |
attribute |
protected SML_TreePath |
parameterTreePath |
protected OctetString |
password |
protected OctetString |
serverId |
protected OctetString |
username |
isOptional, isSelected
Constructor and Description |
---|
SML_GetProcParameterReq() |
SML_GetProcParameterReq(OctetString serverId,
OctetString username,
OctetString password,
SML_TreePath parameterTreePath,
OctetString attribute) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
OctetString |
getAttribute() |
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 OctetString attribute
public SML_GetProcParameterReq(OctetString serverId, OctetString username, OctetString password, SML_TreePath parameterTreePath, OctetString attribute)
serverId
- OPTIONALusername
- OPTIONALpassword
- OPTIONALparameterTreePath
- attribute
- OPTIONALpublic SML_GetProcParameterReq()
public OctetString getServerId()
public OctetString getUsername()
public OctetString getPassword()
public SML_TreePath getParameterTreePath()
public OctetString getAttribute()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence