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, version
links
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, setVersion
getLinks
public 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 PatientSummary
public Patient withEid(String value)
withEid
in class PatientSummary
public Patient withCreatedBy(String value)
withCreatedBy
in class PatientSummary
public Patient withCreatedOn(org.joda.time.DateTime value)
withCreatedOn
in class PatientSummary
public Patient withVersion(String value)
withVersion
in class PatientSummary
public Patient withLastModifiedBy(String value)
withLastModifiedBy
in class PatientSummary
public Patient withLastModifiedOn(org.joda.time.DateTime value)
withLastModifiedOn
in class PatientSummary
public Patient withLinks(Link... values)
withLinks
in class PatientSummary
public Patient withLinks(Collection<Link> values)
withLinks
in class PatientSummary
Copyright © 2011–2016 University of Toronto, Computational Biology Lab. All rights reserved.