| Modifier and Type | Class and Description | 
|---|---|
| static class  | Service.ServiceType | 
| Constructor and Description | 
|---|
| Service() | 
| Modifier and Type | Method and Description | 
|---|---|
| Agency | getAgency() | 
| URL | getHref() | 
| UUID | getId() | 
| String | getNotes() | 
| List<Service> | getServices() | 
| Service.ServiceType | getServiceType() | 
| void | setAgency(Agency agency) | 
| void | setHref(URL href) | 
| void | setNotes(String notes) | 
| void | setService(Object o) | 
| void | setServiceType(Service.ServiceType serviceType) | 
public Agency getAgency()
public void setAgency(Agency agency)
public Service.ServiceType getServiceType()
public void setServiceType(Service.ServiceType serviceType)
public UUID getId()
public String getNotes()
public void setNotes(String notes)
public URL getHref()
public void setHref(URL href)
public void setService(Object o)