public class SetPollingIntervalElement extends TickerResponseElement {
public SetPollingIntervalElement(XDIMEContextInternal context) {
super(TickerResponseElements.SET_POLLING_INTERVAL, context);
protocolAttributes = new SetPollingIntervalAttributes();
}