org.openmuc.jsml.structures
Class SML_ProfObjPeriodEntry
java.lang.Object
org.openmuc.jsml.structures.ASNObject
org.openmuc.jsml.structures.ListOf
org.openmuc.jsml.structures.Sequence
org.openmuc.jsml.structures.SML_ProfObjPeriodEntry
public class SML_ProfObjPeriodEntry
- extends Sequence
Fields inherited from class org.openmuc.jsml.structures.ListOf |
seqArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
valTime
protected SML_Time valTime
status
protected Unsigned64 status
value_List
protected List_of_SML_ValueEntry value_List
periodSignature
protected SML_Signature periodSignature
SML_ProfObjPeriodEntry
public SML_ProfObjPeriodEntry(SML_Time valTime,
Unsigned64 status,
List_of_SML_ValueEntry value_List,
SML_Signature periodSignature)
SML_ProfObjPeriodEntry
public SML_ProfObjPeriodEntry()
getValTime
public SML_Time getValTime()
getStatus
public Unsigned64 getStatus()
getValue_List
public List_of_SML_ValueEntry getValue_List()
getPeriodSignature
public SML_Signature getPeriodSignature()
setValTime
public void setValTime(SML_Time valTime)
setStatus
public void setStatus(Unsigned64 status)
setValue_List
public void setValue_List(List_of_SML_ValueEntry value_List)
setPeriodSignature
public void setPeriodSignature(SML_Signature periodSignature)
setOptionalAndSeq
public void setOptionalAndSeq()
createElements
protected void createElements()
- Specified by:
createElements
in class Sequence