org.openmuc.jsml.structures
Class SML_SetProcParameterReq
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
org.openmuc.jsml.structures.Sequence
org.openmuc.jsml.structures.SML_SetProcParameterReq
public class SML_SetProcParameterReq
- extends Sequence
Fields inherited from class org.openmuc.jsml.structures.ListOf |
seqArray |
Methods inherited from class org.openmuc.jsml.structures.Sequence |
decode |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverId
protected OctetString serverId
username
protected OctetString username
password
protected OctetString password
parameterTreePath
protected SML_TreePath parameterTreePath
parameterTree
protected SML_Tree parameterTree
SML_SetProcParameterReq
public SML_SetProcParameterReq(OctetString serverId,
OctetString username,
OctetString password,
SML_TreePath parameterTreePath,
SML_Tree parameterTree)
SML_SetProcParameterReq
public SML_SetProcParameterReq()
getServerId
public OctetString getServerId()
getUsername
public OctetString getUsername()
getPassword
public OctetString getPassword()
getParameterTreePath
public SML_TreePath getParameterTreePath()
getParameterTree
public SML_Tree getParameterTree()
setOptionalAndSeq
public void setOptionalAndSeq()
createElements
protected void createElements()
- Specified by:
createElements
in class Sequence
print
public void print()
- Description copied from class:
ASNObject
- prints the content or type of the object to stdout
- Overrides:
print
in class Sequence