33343536373839
public class DescriptionElement extends TickerResponseElement { public DescriptionElement(XDIMEContextInternal context) { super(TickerResponseElements.DESCRIPTION, context); protocolAttributes = new DescriptionAttributes(); }