public interface JabberAccount extends ServiceAccount
JabberAccountServiceAccount.Identity| Modifier and Type | Method and Description |
|---|---|
String |
getHostname()
Retrieves the possibly null value for the optional attribute
hostname. |
String |
getPassword()
Retrieves the possibly null value for the optional attribute
password. |
String |
getServicename()
Retrieves the possibly null value for the optional attribute
servicename. |
String |
getUsername()
Retrieves the possibly null value for the optional attribute
username. |
void |
setHostname(String hostname)
Sets a new value for the attribute
hostname. |
void |
setPassword(String password)
Sets a new value for the attribute
password. |
void |
setServicename(String servicename)
Sets a new value for the attribute
servicename. |
void |
setUsername(String username)
Sets a new value for the attribute
username. |
getDescription, getName, isActive, isDefault, setActive, setDefault, setDescription, setNameaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserString getHostname()
hostname.hostname.void setHostname(String hostname)
hostname.hostname - The possibly null new value for attribute hostname.String getPassword()
password.password.void setPassword(String password)
password.password - The possibly null new value for attribute password.String getServicename()
servicename.servicename.void setServicename(String servicename)
servicename.servicename - The possibly null new value for attribute servicename.String getUsername()
username.username.void setUsername(String username)
username.username - The possibly null new value for attribute username.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.