Beispiel #1
0
 public short getItsSessionInfo() throws ValueNotSetException {
   return itsSessionInfo.getValue();
 }
Beispiel #2
0
 public short getSmsSignal() throws ValueNotSetException {
   return smsSignal.getValue();
 }
Beispiel #3
0
 public short getSarMsgRefNum() throws ValueNotSetException {
   return sarMsgRefNum.getValue();
 }
Beispiel #4
0
 public short getDestinationPort() throws ValueNotSetException {
   return destinationPort.getValue();
 }
Beispiel #5
0
 public short getSourcePort() throws ValueNotSetException {
   return sourcePort.getValue();
 }
Beispiel #6
0
 public short getUserMessageReference() throws ValueNotSetException {
   return userMessageReference.getValue();
 }