public class SmlGetProcParameterReq extends Sequence
Modifier and Type | Field and Description |
---|---|
protected OctetString |
attribute |
protected SmlTreePath |
parameterTreePath |
protected OctetString |
password |
protected OctetString |
serverId |
protected OctetString |
username |
Constructor and Description |
---|
SmlGetProcParameterReq() |
SmlGetProcParameterReq(OctetString serverId,
OctetString username,
OctetString password,
SmlTreePath parameterTreePath,
OctetString attribute) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
OctetString |
getAttribute() |
SmlTreePath |
getParameterTreePath() |
OctetString |
getPassword() |
OctetString |
getServerId() |
OctetString |
getUsername() |
void |
setOptionalAndSeq() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelected
protected OctetString serverId
protected OctetString username
protected OctetString password
protected SmlTreePath parameterTreePath
protected OctetString attribute
public SmlGetProcParameterReq()
public SmlGetProcParameterReq(OctetString serverId, OctetString username, OctetString password, SmlTreePath parameterTreePath, OctetString attribute)
serverId
- OPTIONALusername
- OPTIONALpassword
- OPTIONALparameterTreePath
- the parameter tree pathattribute
- OPTIONALpublic OctetString getServerId()
public OctetString getUsername()
public OctetString getPassword()
public SmlTreePath getParameterTreePath()
public OctetString getAttribute()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence
public java.lang.String toString()
toString
in class java.lang.Object