org.openmuc.jsml.structures
Class SML_ValueEntry

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_ValueEntry

public class SML_ValueEntry
extends Sequence


Field Summary
protected  SML_Value value
           
protected  SML_Signature valueSignature
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_ValueEntry()
           
SML_ValueEntry(SML_Value value, SML_Signature valueSignature)
           
 
Method Summary
protected  void createElements()
           
 SML_Value getValue()
           
 SML_Signature getValueSignature()
           
 void setOptionalAndSeq()
           
 void setValue(SML_Value value)
           
 void setValueSignature(SML_Signature valueSignature)
           
 
Methods inherited from class org.openmuc.jsml.structures.Sequence
decode, print
 
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

value

protected SML_Value value

valueSignature

protected SML_Signature valueSignature
Constructor Detail

SML_ValueEntry

public SML_ValueEntry(SML_Value value,
                      SML_Signature valueSignature)

SML_ValueEntry

public SML_ValueEntry()
Method Detail

getValue

public SML_Value getValue()

getValueSignature

public SML_Signature getValueSignature()

setValue

public void setValue(SML_Value value)

setValueSignature

public void setValueSignature(SML_Signature valueSignature)

setOptionalAndSeq

public void setOptionalAndSeq()

createElements

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