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 TextMessageVariable { // void setValue String /********************************************************** * The value of the variable. * * @since ari_1_5_0 *********************************************************/ public void setValue(String val ); // void setKey String /********************************************************** * A unique key identifying the variable. * * @since ari_1_5_0 *********************************************************/ public void setKey(String val ); // String getKey /********************************************************** * A unique key identifying the variable. * * @since ari_1_5_0 *********************************************************/ public String getKey(); // String getValue /********************************************************** * The value of the variable. * * @since ari_1_5_0 *********************************************************/ public String getValue(); } ;