public interface AirSyncClientProfile extends SyncProfile
AirSyncClientProfileSyncProfile.Identity| Modifier and Type | Method and Description |
|---|---|
String |
getDomain()
Retrieves the possibly null value for the optional attribute
domain. |
String |
getPassword()
Retrieves the possibly null value for the optional attribute
password. |
String |
getServerUrl()
Retrieves the possibly null value for the optional attribute
serverUrl. |
String |
getUsername()
Retrieves the possibly null value for the optional attribute
username. |
void |
setDomain(String domain)
Sets a new value for the attribute
domain. |
void |
setPassword(String password)
Sets a new value for the attribute
password. |
void |
setServerUrl(String serverUrl)
Sets a new value for the attribute
serverUrl. |
void |
setUsername(String username)
Sets a new value for the attribute
username. |
getDescription, getFeed, getName, setDescription, setNameaddOwningGroup, checkPermissions, getAccessLevelBrowse, getAccessLevelDelete, getAccessLevelUpdate, getOwner, getOwningGroup, getOwningUser, removeAllOwningGroup, removeOwningGroup, replaceOwningGroup, setAccessLevel, setAccessLevelBrowse, setAccessLevelDelete, setAccessLevelUpdate, setOwner, setOwningUser, setOwningUserString getDomain()
domain.domain.void setDomain(String domain)
domain.domain - The possibly null new value for attribute domain.String getPassword()
password.password.void setPassword(String password)
password.password - The possibly null new value for attribute password.String getServerUrl()
serverUrl.serverUrl.void setServerUrl(String serverUrl)
serverUrl.serverUrl - The possibly null new value for attribute serverUrl.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.