org.openmdx.security.authentication1.cci2.SendPasscode Maven / Gradle / Ivy
// ----------------------------------------------------------------------------
// 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
// ----------------------------------------------------------------------------
}