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