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

org.openmdx.security.authentication1.cci2.SendPasscode Maven / Gradle / Ivy

// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Name: $Id: AbstractMapper.java,v 1.10 2011/07/08 13:20:51 wfro Exp $
// Generated by: openMDX Java Mapper
// Date: Mon Mar 09 17:05:02 CET 2020
//
// GENERATED - DO NOT CHANGE MANUALLY
//
//////////////////////////////////////////////////////////////////////////////
package org.openmdx.security.authentication1.cci2;

/**
 * Class SendPasscode
 */
public interface SendPasscode
  extends org.openmdx.security.authentication1.cci2.Passcode{

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute address.
   * @return The non-null value for attribute address.
   */
  public java.net.URI getAddress(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute address.
   * @param address The non-null new value for attribute address.
   */
  public void setAddress(
    java.net.URI address
  );

// ----------------------------------------------------------------------------
// Instance/AttributeGet1_1
// ----------------------------------------------------------------------------
  /**
   * Retrieves the value for the attribute template.
   * @return The non-null value for attribute template.
   */
  public short getTemplate(
  );

// ----------------------------------------------------------------------------
// Instance/AttributeSet1_1
// ----------------------------------------------------------------------------
  /**
   * Sets a new value for the attribute template.
   * @param template The non-null new value for attribute template.
   */
  public void setTemplate(
    short template
  );

// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy