public class Patients extends LinkCollection
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{https://phenotips.org/}LinkCollection"> <sequence> <element name="patientSummary" type="{https://phenotips.org/}PatientSummary" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<PatientSummary> |
patientSummaries |
links
Constructor and Description |
---|
Patients() |
Modifier and Type | Method and Description |
---|---|
List<PatientSummary> |
getPatientSummaries()
Gets the value of the patientSummaries property.
|
Patients |
withLinks(Collection<Link> values) |
Patients |
withLinks(Link... values) |
Patients |
withPatientSummaries(Collection<PatientSummary> values) |
Patients |
withPatientSummaries(PatientSummary... values) |
getLinks
protected List<PatientSummary> patientSummaries
public List<PatientSummary> getPatientSummaries()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the patientSummaries property.
For example, to add a new item, do as follows:
getPatientSummaries().add(newItem);
Objects of the following type(s) are allowed in the list
PatientSummary
public Patients withPatientSummaries(PatientSummary... values)
public Patients withPatientSummaries(Collection<PatientSummary> values)
public Patients withLinks(Link... values)
withLinks
in class LinkCollection
public Patients withLinks(Collection<Link> values)
withLinks
in class LinkCollection
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.