All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.paypal.api.payments.WebProfileList Maven / Gradle / Ivy

There is a newer version: LATEST
Show newest version
package com.paypal.api.payments;

import java.util.ArrayList;
import java.util.List;

public class WebProfileList  extends ArrayList {

	/**
	 * 
	 */
	private static final long serialVersionUID = 1L;
	
	private List webProfiles = null;
	
	/**
	 * Default Constructor
	 */
	public WebProfileList() {
		webProfiles = new ArrayList();
	}


	/**
	 * Setter for items
	 */
	public List setWebProfileList(List webProfiles) {
		this.webProfiles = webProfiles;
		return this.webProfiles;
	}

	/**
	 * Getter for items
	 */
	public List getWebProfileLists() {
		return this.webProfiles;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy