package com.betfair.api.ng.objects;

public class Data {
	
	private APINGException APINGException;

	public APINGException getAPINGException() {
		return APINGException;
	}

	public void setAPINGException(APINGException aPINGException) {
		APINGException = aPINGException;
	}

}
