public String getState() { return ((StateAttribute) (_res.getAttributeSet().getAttributeByType(Attribute.STATE))) .getString(); }
public String getReplyMessage() { return ((ReplyMessageAttribute) (_res.getAttributeSet().getAttributeByType(Attribute.REPLY_MESSAGE))) .getString(); }
public AttributeSet getAttributeSet() { return _res.getAttributeSet(); }