33343536373839
public class PlainDescriptionElement extends TickerResponseElement { public PlainDescriptionElement(XDIMEContextInternal context) { super(TickerResponseElements.PLAIN_DESCRIPTION, context); protocolAttributes = new PlainDescriptionAttributes(); }