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

com.xcase.integrate.transputs.GetRulesResponse Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.integrate.transputs;

import com.xcase.integrate.objects.IntegrateRule;

/**
 *
 * @author martinpg
 */
public interface GetRulesResponse extends IntegrateResponse {
    
    public IntegrateRule[] getRules();
    
    public void setRules(IntegrateRule[] rules);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy