public class ListOfSmlPeriodEntry extends SequenceOf
Modifier and Type | Field and Description |
---|---|
protected SmlPeriodEntry[] |
periodEntries |
isOptional, isSelected
Constructor and Description |
---|
ListOfSmlPeriodEntry() |
ListOfSmlPeriodEntry(SmlPeriodEntry[] periodEntries) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements(int length) |
SmlPeriodEntry[] |
getPeriodEntries() |
java.lang.String |
toString() |
decode
isOptional, isSelected, setOptional, setSelected
protected SmlPeriodEntry[] periodEntries
public ListOfSmlPeriodEntry()
public ListOfSmlPeriodEntry(SmlPeriodEntry[] periodEntries)
protected void createElements(int length)
createElements
in class SequenceOf
public SmlPeriodEntry[] getPeriodEntries()
public java.lang.String toString()
toString
in class java.lang.Object