public class SmlGetListReq extends Sequence
Modifier and Type | Field and Description |
---|---|
protected OctetString |
clientId |
protected OctetString |
listName |
protected OctetString |
password |
protected OctetString |
serverId |
protected OctetString |
username |
Constructor and Description |
---|
SmlGetListReq() |
SmlGetListReq(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 |
setOptionalAndSeq() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelected
protected OctetString clientId
protected OctetString serverId
protected OctetString username
protected OctetString password
protected OctetString listName
public SmlGetListReq()
public SmlGetListReq(OctetString clientId, OctetString serverId, OctetString username, OctetString password, OctetString listName)
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
public java.lang.String toString()
toString
in class java.lang.Object