public class SmlGetProfileListReq extends Sequence
Modifier and Type | Field and Description |
---|---|
protected SmlTime |
beginTime |
protected SmlTree |
dasDetails |
protected SmlTime |
endTime |
protected ListOfSmlObjReqEntry |
objectList |
protected SmlTreePath |
parameterTreePath |
protected OctetString |
password |
protected OctetString |
serverId |
protected OctetString |
username |
protected SmlBoolean |
withRawdata |
Constructor and Description |
---|
SmlGetProfileListReq() |
SmlGetProfileListReq(OctetString serverId,
OctetString username,
OctetString password,
SmlBoolean withRawdata,
SmlTime beginTime,
SmlTime endTime,
SmlTreePath parameterTreePath,
ListOfSmlObjReqEntry objectList,
SmlTree dasDetails) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SmlTime |
getBeginTime() |
SmlTree |
getDasDetails() |
SmlTime |
getEndTime() |
ListOfSmlObjReqEntry |
getObjectList() |
SmlTreePath |
getParameterTreePath() |
OctetString |
getPassword() |
OctetString |
getServerId() |
protected java.lang.String |
getStructureName() |
OctetString |
getUsername() |
SmlBoolean |
getWithRawdata() |
void |
setOptionalAndSeq() |
java.lang.String |
toString() |
isOptional, isSelected, setOptional, setSelected, setSelected
protected OctetString serverId
protected OctetString username
protected OctetString password
protected SmlBoolean withRawdata
protected SmlTime beginTime
protected SmlTime endTime
protected SmlTreePath parameterTreePath
protected ListOfSmlObjReqEntry objectList
protected SmlTree dasDetails
public SmlGetProfileListReq()
public SmlGetProfileListReq(OctetString serverId, OctetString username, OctetString password, SmlBoolean withRawdata, SmlTime beginTime, SmlTime endTime, SmlTreePath parameterTreePath, ListOfSmlObjReqEntry objectList, SmlTree dasDetails)
protected java.lang.String getStructureName()
public OctetString getServerId()
public OctetString getUsername()
public OctetString getPassword()
public SmlBoolean getWithRawdata()
public SmlTime getBeginTime()
public SmlTime getEndTime()
public SmlTreePath getParameterTreePath()
public ListOfSmlObjReqEntry getObjectList()
public SmlTree getDasDetails()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence
public java.lang.String toString()
toString
in class java.lang.Object