|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gedcomx.common.ExtensibleData
org.gedcomx.agent.OnlineAccount
public class OnlineAccount
An online account for a web application.
| Field Summary |
|---|
| Fields inherited from class org.gedcomx.common.ExtensibleData |
|---|
extensionElements, transientProperties |
| Constructor Summary | |
|---|---|
OnlineAccount()
|
|
| Method Summary | |
|---|---|
OnlineAccount |
accountName(String accountName)
Build up this online account with an account name. |
String |
getAccountName()
The name associated the holder of this account with the account. |
ResourceReference |
getServiceHomepage()
The homepage of the service that provides this account. |
OnlineAccount |
id(String id)
Build up this object with an id. |
OnlineAccount |
serviceHomepage(ResourceReference serviceHomepage)
Build up this online account with a service homepage. |
void |
setAccountName(String accountName)
The name associated the holder of this account with the account. |
void |
setServiceHomepage(ResourceReference serviceHomepage)
The homepage of the service that provides this account. |
| Methods inherited from class org.gedcomx.common.ExtensibleData |
|---|
addExtensionElement, embed, findExtensionOfType, findExtensionOfType, findExtensionsOfType, findExtensionsOfType, getExtensionElements, getId, getTransientProperties, getTransientProperty, removeExtensionElements, setExtensionElement, setExtensionElements, setId, setTransientProperty, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OnlineAccount()
| Method Detail |
|---|
public OnlineAccount id(String id)
ExtensibleData
id in class ExtensibleDataid - The id.public ResourceReference getServiceHomepage()
public void setServiceHomepage(ResourceReference serviceHomepage)
serviceHomepage - The homepage of the service that provides this account.public OnlineAccount serviceHomepage(ResourceReference serviceHomepage)
serviceHomepage - The service homepage.
public String getAccountName()
public void setAccountName(String accountName)
accountName - The name associated the holder of this account with the account.public OnlineAccount accountName(String accountName)
accountName - The account name.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||