org.openmuc.jsml.structures
public class SML_GetListReq extends Sequence
Modifier and Type | Field and Description |
---|---|
protected OctetString |
clientId |
protected OctetString |
listName |
protected OctetString |
password |
protected OctetString |
serverId |
protected OctetString |
username |
isOptional, isSelected
Constructor and Description |
---|
SML_GetListReq() |
SML_GetListReq(OctetString clientId,
OctetString serverId,
OctetString username,
OctetString password,
OctetString listName) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
OctetString |
getClientId() |
OctetString |
getListName() |
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 clientId
protected OctetString serverId
protected OctetString username
protected OctetString password
protected OctetString listName
public SML_GetListReq(OctetString clientId, OctetString serverId, OctetString username, OctetString password, OctetString listName)
public SML_GetListReq()
public OctetString getClientId()
public OctetString getServerId()
public OctetString getUsername()
public OctetString getPassword()
public OctetString getListName()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence