96979899100101102103104105106
else { this.text = null; } buff.writeNullableSimpleString(this.text); } public String getText() { if (text != null)
99100101102103104105106107108109
else { this.text = null; } buff.writeNullableSimpleString(this.text); } public String getText() throws JMSException { if (text != null)
100101102103104105106107108109110
102103104105106107108109110111112