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

Packages that use SML_Signature
org.openmuc.jsml.structures   
 

Uses of SML_Signature in org.openmuc.jsml.structures
 

Fields in org.openmuc.jsml.structures declared as SML_Signature
protected  SML_Signature SML_PublicCloseRes.globalSignature
           
protected  SML_Signature SML_GetListRes.listSignature
           
protected  SML_Signature SML_GetProfileListRes.periodSignature
           
protected  SML_Signature SML_GetProfilePackRes.periodSignature
           
protected  SML_Signature SML_ProfObjPeriodEntry.periodSignature
           
protected  SML_Signature SML_ValueEntry.valueSignature
           
protected  SML_Signature SML_ListEntry.valueSignature
           
protected  SML_Signature SML_PeriodEntry.valueSignature
           
 

Methods in org.openmuc.jsml.structures that return SML_Signature
 SML_Signature SML_PublicCloseRes.getGlobalSignature()
           
 SML_Signature SML_GetListRes.getListSignature()
           
 SML_Signature SML_GetProfileListRes.getPeriodSignature()
           
 SML_Signature SML_GetProfilePackRes.getPeriodSignature()
           
 SML_Signature SML_ProfObjPeriodEntry.getPeriodSignature()
           
 SML_Signature SML_ValueEntry.getValueSignature()
           
 SML_Signature SML_ListEntry.getValueSignature()
           
 SML_Signature SML_PeriodEntry.getValueSignature()
           
 

Methods in org.openmuc.jsml.structures with parameters of type SML_Signature
 void SML_ProfObjPeriodEntry.setPeriodSignature(SML_Signature periodSignature)
           
 void SML_ValueEntry.setValueSignature(SML_Signature valueSignature)
           
 void SML_PeriodEntry.setValueSignature(SML_Signature valueSignature)
           
 

Constructors in org.openmuc.jsml.structures with parameters of type SML_Signature
SML_GetListRes(OctetString clientId, OctetString serverId, OctetString listName, SML_Time actSensorTime, SML_List valList, SML_Signature listSignature, SML_Time actGatewayTime)
           
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_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_PeriodEntry(OctetString objName, 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_PublicCloseRes(SML_Signature globalSignature)
           
SML_ValueEntry(SML_Value value, SML_Signature valueSignature)
           
 



Copyright © 2011. All Rights Reserved.