package ch.loway.oss.ari4java.generated; // ---------------------------------------------------- // THIS CLASS WAS GENERATED AUTOMATICALLY // PLEASE DO NOT EDIT // Generated on: Sat Feb 04 15:23:09 CET 2017 // ---------------------------------------------------- import java.util.Date; import java.util.List; import java.util.Map; import java.util.ArrayList; import ch.loway.oss.ari4java.tools.RestException; import ch.loway.oss.ari4java.tools.AriCallback; import ch.loway.oss.ari4java.tools.tags.*; /********************************************************** * * Generated by: JavaInterface *********************************************************/ public interface ConfigTuple { // void setValue String /********************************************************** * The value for the attribute. * * @since ari_1_8_0 *********************************************************/ public void setValue(String val ); // String getValue /********************************************************** * The value for the attribute. * * @since ari_1_8_0 *********************************************************/ public String getValue(); // void setAttribute String /********************************************************** * A configuration object attribute. * * @since ari_1_8_0 *********************************************************/ public void setAttribute(String val ); // String getAttribute /********************************************************** * A configuration object attribute. * * @since ari_1_8_0 *********************************************************/ public String getAttribute(); } ;