public class Patient extends PatientSummary
Java class for Patient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Patient">
<complexContent>
<extension base="{https://phenotips.org/}PatientSummary">
<sequence>
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
anies |
createdBy, createdOn, eid, id, lastModifiedBy, lastModifiedOn, versionlinks| Constructor and Description |
|---|
Patient() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAnies()
Gets the value of the anies property.
|
Patient |
withAnies(Collection<Object> values) |
Patient |
withAnies(Object... values) |
Patient |
withCreatedBy(String value) |
Patient |
withCreatedOn(org.joda.time.DateTime value) |
Patient |
withEid(String value) |
Patient |
withId(String value) |
Patient |
withLastModifiedBy(String value) |
Patient |
withLastModifiedOn(org.joda.time.DateTime value) |
Patient |
withLinks(Collection<Link> values) |
Patient |
withLinks(Link... values) |
Patient |
withVersion(String value) |
getCreatedBy, getCreatedOn, getEid, getId, getLastModifiedBy, getLastModifiedOn, getVersion, setCreatedBy, setCreatedOn, setEid, setId, setLastModifiedBy, setLastModifiedOn, setVersiongetLinkspublic List<Object> getAnies()
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 anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public Patient withAnies(Collection<Object> values)
public Patient withId(String value)
withId in class PatientSummarypublic Patient withEid(String value)
withEid in class PatientSummarypublic Patient withCreatedBy(String value)
withCreatedBy in class PatientSummarypublic Patient withCreatedOn(org.joda.time.DateTime value)
withCreatedOn in class PatientSummarypublic Patient withVersion(String value)
withVersion in class PatientSummarypublic Patient withLastModifiedBy(String value)
withLastModifiedBy in class PatientSummarypublic Patient withLastModifiedOn(org.joda.time.DateTime value)
withLastModifiedOn in class PatientSummarypublic Patient withLinks(Link... values)
withLinks in class PatientSummarypublic Patient withLinks(Collection<Link> values)
withLinks in class PatientSummaryCopyright © 2011–2015 University of Toronto, Computational Biology Lab. All rights reserved.