public short getSarSegmentSeqnum() throws ValueNotSetException { return sarSegmentSeqnum.getValue(); }
public short getSarTotalSegments() throws ValueNotSetException { return sarTotalSegments.getValue(); }
public void setSarSegmentSeqnum(short value) throws IntegerOutOfRangeException { sarSegmentSeqnum.setValue(value); }
public void setSarTotalSegments(short value) throws IntegerOutOfRangeException { sarTotalSegments.setValue(value); }
public boolean hasSarSegmentSeqnum() { return sarSegmentSeqnum.hasValue(); }
public boolean hasSarTotalSegments() { return sarTotalSegments.hasValue(); }