Beispiel #1
0
 public short getSarSegmentSeqnum() throws ValueNotSetException {
   return sarSegmentSeqnum.getValue();
 }
Beispiel #2
0
 public short getSarTotalSegments() throws ValueNotSetException {
   return sarTotalSegments.getValue();
 }
Beispiel #3
0
 public void setSarSegmentSeqnum(short value) throws IntegerOutOfRangeException {
   sarSegmentSeqnum.setValue(value);
 }
Beispiel #4
0
 public void setSarTotalSegments(short value) throws IntegerOutOfRangeException {
   sarTotalSegments.setValue(value);
 }
Beispiel #5
0
 public boolean hasSarSegmentSeqnum() {
   return sarSegmentSeqnum.hasValue();
 }
Beispiel #6
0
 public boolean hasSarTotalSegments() {
   return sarTotalSegments.hasValue();
 }