Uses of Class
org.openmuc.jsml.structures.SML_Time

Packages that use SML_Time
org.openmuc.jsml.structures   
 

Uses of SML_Time in org.openmuc.jsml.structures
 

Fields in org.openmuc.jsml.structures declared as SML_Time
protected  SML_Time SML_GetListRes.actGatewayTime
           
protected  SML_Time SML_GetListRes.actSensorTime
           
protected  SML_Time SML_GetProfileListRes.actTime
           
protected  SML_Time SML_GetProfilePackRes.actTime
           
protected  SML_Time SML_GetProfileListReq.beginTime
           
protected  SML_Time SML_GetProfilePackReq.beginTime
           
protected  SML_Time SML_GetProfileListReq.endTime
           
protected  SML_Time SML_GetProfilePackReq.endTime
           
protected  SML_Time SML_PublicOpenRes.refTime
           
protected  SML_Time SML_TupelEntry.secIndex
           
protected  SML_Time SML_GetProfileListRes.valTime
           
protected  SML_Time SML_ListEntry.valTime
           
protected  SML_Time SML_ProfObjPeriodEntry.valTime
           
 

Methods in org.openmuc.jsml.structures that return SML_Time
 SML_Time SML_GetListRes.getActGatewayTime()
           
 SML_Time SML_GetListRes.getActSensorTime()
           
 SML_Time SML_GetProfileListRes.getActTime()
           
 SML_Time SML_GetProfilePackRes.getActTime()
           
 SML_Time SML_GetProfileListReq.getBeginTime()
           
 SML_Time SML_GetProfilePackReq.getBeginTime()
           
 SML_Time SML_GetProfileListReq.getEndTime()
           
 SML_Time SML_GetProfilePackReq.getEndTime()
           
 SML_Time SML_PublicOpenRes.getRefTime()
           
 SML_Time SML_TupelEntry.getSecIndex()
           
 SML_Time SML_GetProfileListRes.getValTime()
           
 SML_Time SML_ListEntry.getValTime()
           
 SML_Time SML_ProfObjPeriodEntry.getValTime()
           
 

Methods in org.openmuc.jsml.structures with parameters of type SML_Time
 void SML_ProfObjPeriodEntry.setValTime(SML_Time valTime)
           
 

Constructors in org.openmuc.jsml.structures with parameters of type SML_Time
SML_GetListRes(OctetString clientId, OctetString serverId, OctetString listName, SML_Time actSensorTime, SML_List valList, SML_Signature listSignature, SML_Time actGatewayTime)
           
SML_GetProfileListReq(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)
           
SML_GetProfileListRes(OctetString serverId, SML_Time actTime, Unsigned32 regPeriod, SML_TreePath parameterTreePath, SML_Time valTime, Unsigned64 status, List_of_SML_PeriodEntry periodList, OctetString rawdata, SML_Signature periodSignature)
           
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)
           
SML_GetProfilePackRes(OctetString serverId, SML_Time actTime, Unsigned32 regPeriod, SML_TreePath parameterTreePath, List_of_SML_ProfObjHeaderEntry headerList, List_of_SML_ProfObjPeriodEntry periodList, OctetString rawdata, SML_Signature periodSignature)
           
SML_ListEntry(OctetString objName, SML_Status status, SML_Time valTime, SML_Unit unit, Integer8 scaler, SML_Value value, SML_Signature valueSignature)
           
SML_ProfObjPeriodEntry(SML_Time valTime, Unsigned64 status, List_of_SML_ValueEntry value_List, SML_Signature periodSignature)
           
SML_PublicOpenRes(OctetString codepage, OctetString clientId, OctetString reqFileId, OctetString serverId, SML_Time refTime, Unsigned8 smlVersion)
           
SML_TupelEntry(OctetString serverId, SML_Time secIndex, Unsigned64 status, SML_Unit unitPA, Integer8 scalerPA, Integer64 valuePA, SML_Unit unitR1, Integer8 scalerR1, Integer64 valueR1, SML_Unit unitR4, Integer8 scalerR4, Integer64 valueR4, OctetString signaturePAR1R4, SML_Unit unitMA, Integer8 scalerMA, Integer64 valueMA, SML_Unit unitR2, Integer8 scalerR2, Integer64 valueR2, SML_Unit unitR3, Integer8 scalerR3, Integer64 valueR3, OctetString signatureMAR2R3)
           
 



Copyright © 2011. All Rights Reserved.