org.opencrx.kernel.home1.cci2.JabberAccount Maven / Gradle / Ivy
The newest version!
// ----------------------------------------------------------------------------
// Instance/Begin
// ----------------------------------------------------------------------------
package org.opencrx.kernel.home1.cci2;
/**
* Class {@code JabberAccount}
*/
@javax.annotation.Generated(
value = "org.openmdx.application.mof.mapping.java.InstanceMapper",
date = "2023-10-28T12:15:35.568983668Z",
comments = "Generated by openMDX 2.18.8 - DO NOT CHANGE MANUALLY"
)
public interface JabberAccount
extends org.opencrx.kernel.home1.cci2.ServiceAccount{
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code hostname}.
* @return The possibly null value for attribute {@code hostname}.
*/
public java.lang.String getHostname(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code hostname}.
* @param hostname The possibly null new value for attribute {@code hostname}.
*/
public void setHostname(
java.lang.String hostname
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code password}.
* @return The possibly null value for attribute {@code password}.
*/
public java.lang.String getPassword(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code password}.
* @param password The possibly null new value for attribute {@code password}.
*/
public void setPassword(
java.lang.String password
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code servicename}.
* @return The possibly null value for attribute {@code servicename}.
*/
public java.lang.String getServicename(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code servicename}.
* @param servicename The possibly null new value for attribute {@code servicename}.
*/
public void setServicename(
java.lang.String servicename
);
// ----------------------------------------------------------------------------
// Instance/AttributeGet0_1
// ----------------------------------------------------------------------------
/**
* Retrieves the possibly null value for the optional attribute {@code username}.
* @return The possibly null value for attribute {@code username}.
*/
public java.lang.String getUsername(
);
// ----------------------------------------------------------------------------
// Instance/AttributeSet0_1
// ----------------------------------------------------------------------------
/**
* Sets a new value for the attribute {@code username}.
* @param username The possibly null new value for attribute {@code username}.
*/
public void setUsername(
java.lang.String username
);
// ----------------------------------------------------------------------------
// Instance/End
// ----------------------------------------------------------------------------
}