org.openmuc.jsml.structures
public class SML_GetProfilePackReq extends Sequence
Modifier and Type | Field and Description |
---|---|
protected SML_Time |
beginTime |
protected SML_Tree |
dasDetails |
protected SML_Time |
endTime |
protected List_of_SML_ObjReqEntry |
object_List |
protected SML_TreePath |
parameterTreePath |
protected OctetString |
password |
protected OctetString |
serverId |
protected OctetString |
username |
protected SML_Boolean |
withRawdata |
isOptional, isSelected
Constructor and Description |
---|
SML_GetProfilePackReq() |
SML_GetProfilePackReq(OctetString serverId,
OctetString username,
OctetString password,
SML_Boolean withRawdata,
SML_Time beginTime,
SML_Time endTime,
SML_TreePath parameterTreePath,
List_of_SML_ObjReqEntry objectList,
SML_Tree dasDetails) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
SML_Time |
getBeginTime() |
SML_Tree |
getDasDetails() |
SML_Time |
getEndTime() |
List_of_SML_ObjReqEntry |
getObject_List() |
SML_TreePath |
getParameterTreePath() |
OctetString |
getPassword() |
OctetString |
getServerId() |
OctetString |
getUsername() |
SML_Boolean |
getWithRawdata() |
void |
print()
prints the content or type of the object to stdout
|
void |
setOptionalAndSeq() |
isOptional, isSelected, setOptional, setSelected
protected OctetString serverId
protected OctetString username
protected OctetString password
protected SML_Boolean withRawdata
protected SML_Time beginTime
protected SML_Time endTime
protected SML_TreePath parameterTreePath
protected List_of_SML_ObjReqEntry object_List
protected SML_Tree dasDetails
public SML_GetProfilePackReq(OctetString serverId, OctetString username, OctetString password, SML_Boolean withRawdata, SML_Time beginTime, SML_Time endTime, SML_TreePath parameterTreePath, List_of_SML_ObjReqEntry objectList, SML_Tree dasDetails)
serverId
- OPTIONALusername
- OPTIONALpassword
- OPTIONALwithRawdata
- OPTIONALbeginTime
- OPTIONALendTime
- OPTIONALparameterTreePath
- objectList
- OPTIONALdasDetails
- OPTIONALpublic SML_GetProfilePackReq()
public OctetString getServerId()
public OctetString getUsername()
public OctetString getPassword()
public SML_Boolean getWithRawdata()
public SML_Time getBeginTime()
public SML_Time getEndTime()
public SML_TreePath getParameterTreePath()
public List_of_SML_ObjReqEntry getObject_List()
public SML_Tree getDasDetails()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence