public class Client extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Client.Role |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactInfo() |
String |
getHref() |
String |
getId() |
Client.Role |
getRole() |
String |
getSecret() |
void |
lazyLoad() |
static List<Client> |
parseClientsXml(Node clientsNode) |
void |
setContactInfo(String contactInfo) |
void |
setHref(String href) |
void |
setId(String id) |
void |
setRole(Client.Role role) |
void |
setSecret(String secret) |
public Client(Node clientNode)
public void lazyLoad()
public String getId()
public String getHref()
public String getSecret()
public Client.Role getRole()
public String getContactInfo()
public void setId(String id)
public void setHref(String href)
public void setSecret(String secret)
public void setRole(Client.Role role)
public void setContactInfo(String contactInfo)
Copyright © 2012–2016 The DAISY Consortium. All rights reserved.