Exemple #1
0
 /**
  * Get the subtype of the message
  *
  * @return the subtype name, or null
  */
 public String getMsgSubType() {
   return _record.getSimpleField(Attributes.MSG_SUBTYPE.toString());
 }
Exemple #2
0
 /**
  * Set a subtype of the message
  *
  * @param subType name of the subtype
  */
 public void setMsgSubType(String subType) {
   _record.setSimpleField(Attributes.MSG_SUBTYPE.toString(), subType);
 }