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