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

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

There is a newer version: 2.18.10
Show newest version
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
//////////////////////////////////////////////////////////////////////////////
//
// Generated by org.openmdx.application.mof.mapping.java.InstanceMapper 2.17.7
// Generated at 2020-11-27T16:04:30.372Z
//
// 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