org.openmuc.jsml.structures
Class SML_GetProfilePackReq

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ListOf
          extended by org.openmuc.jsml.structures.Sequence
              extended by org.openmuc.jsml.structures.SML_GetProfilePackReq

public class SML_GetProfilePackReq
extends Sequence


Field Summary
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
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
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)
           
 
Method Summary
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()
           
 
Methods inherited from class org.openmuc.jsml.structures.Sequence
decode
 
Methods inherited from class org.openmuc.jsml.structures.ListOf
code, seqArray
 
Methods inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected, setOptional, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverId

protected OctetString serverId

username

protected OctetString username

password

protected OctetString password

withRawdata

protected SML_Boolean withRawdata

beginTime

protected SML_Time beginTime

endTime

protected SML_Time endTime

parameterTreePath

protected SML_TreePath parameterTreePath

object_List

protected List_of_SML_ObjReqEntry object_List

dasDetails

protected SML_Tree dasDetails
Constructor Detail

SML_GetProfilePackReq

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)
Parameters:
serverId - OPTIONAL
username - OPTIONAL
password - OPTIONAL
withRawdata - OPTIONAL
beginTime - OPTIONAL
endTime - OPTIONAL
parameterTreePath -
objectList - OPTIONAL
dasDetails - OPTIONAL

SML_GetProfilePackReq

public SML_GetProfilePackReq()
Method Detail

getServerId

public OctetString getServerId()

getUsername

public OctetString getUsername()

getPassword

public OctetString getPassword()

getWithRawdata

public SML_Boolean getWithRawdata()

getBeginTime

public SML_Time getBeginTime()

getEndTime

public SML_Time getEndTime()

getParameterTreePath

public SML_TreePath getParameterTreePath()

getObject_List

public List_of_SML_ObjReqEntry getObject_List()

getDasDetails

public SML_Tree getDasDetails()

setOptionalAndSeq

public void setOptionalAndSeq()

createElements

protected void createElements()
Specified by:
createElements in class Sequence

print

public void print()
Description copied from class: ASNObject
prints the content or type of the object to stdout

Overrides:
print in class Sequence