public class PatientSummary extends LinkCollection
Java class for PatientSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PatientSummary">
<complexContent>
<extension base="{https://phenotips.org/}LinkCollection">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="eid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created_by" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="created_on" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="last_modified_by" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="last_modified_on" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy |
protected org.joda.time.DateTime |
createdOn |
protected String |
eid |
protected String |
id |
protected String |
lastModifiedBy |
protected org.joda.time.DateTime |
lastModifiedOn |
protected String |
version |
links| Constructor and Description |
|---|
PatientSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedBy()
Gets the value of the createdBy property.
|
org.joda.time.DateTime |
getCreatedOn()
Gets the value of the createdOn property.
|
String |
getEid()
Gets the value of the eid property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLastModifiedBy()
Gets the value of the lastModifiedBy property.
|
org.joda.time.DateTime |
getLastModifiedOn()
Gets the value of the lastModifiedOn property.
|
String |
getVersion()
Gets the value of the version property.
|
void |
setCreatedBy(String value)
Sets the value of the createdBy property.
|
void |
setCreatedOn(org.joda.time.DateTime value)
Sets the value of the createdOn property.
|
void |
setEid(String value)
Sets the value of the eid property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLastModifiedBy(String value)
Sets the value of the lastModifiedBy property.
|
void |
setLastModifiedOn(org.joda.time.DateTime value)
Sets the value of the lastModifiedOn property.
|
void |
setVersion(String value)
Sets the value of the version property.
|
PatientSummary |
withCreatedBy(String value) |
PatientSummary |
withCreatedOn(org.joda.time.DateTime value) |
PatientSummary |
withEid(String value) |
PatientSummary |
withId(String value) |
PatientSummary |
withLastModifiedBy(String value) |
PatientSummary |
withLastModifiedOn(org.joda.time.DateTime value) |
PatientSummary |
withLinks(Collection<Link> values) |
PatientSummary |
withLinks(Link... values) |
PatientSummary |
withVersion(String value) |
getLinksprotected String id
protected String eid
protected String createdBy
protected org.joda.time.DateTime createdOn
protected String version
protected String lastModifiedBy
protected org.joda.time.DateTime lastModifiedOn
public void setId(String value)
value - allowed object is
Stringpublic void setEid(String value)
value - allowed object is
Stringpublic String getCreatedBy()
Stringpublic void setCreatedBy(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getCreatedOn()
Stringpublic void setCreatedOn(org.joda.time.DateTime value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getLastModifiedBy()
Stringpublic void setLastModifiedBy(String value)
value - allowed object is
Stringpublic org.joda.time.DateTime getLastModifiedOn()
Stringpublic void setLastModifiedOn(org.joda.time.DateTime value)
value - allowed object is
Stringpublic PatientSummary withId(String value)
public PatientSummary withEid(String value)
public PatientSummary withCreatedBy(String value)
public PatientSummary withCreatedOn(org.joda.time.DateTime value)
public PatientSummary withVersion(String value)
public PatientSummary withLastModifiedBy(String value)
public PatientSummary withLastModifiedOn(org.joda.time.DateTime value)
public PatientSummary withLinks(Link... values)
withLinks in class LinkCollectionpublic PatientSummary withLinks(Collection<Link> values)
withLinks in class LinkCollectionCopyright © 2011–2015 University of Toronto, Computational Biology Lab. All rights reserved.