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) |
getLinks
protected 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
String
public void setEid(String value)
value
- allowed object is
String
public String getCreatedBy()
String
public void setCreatedBy(String value)
value
- allowed object is
String
public org.joda.time.DateTime getCreatedOn()
String
public void setCreatedOn(org.joda.time.DateTime value)
value
- allowed object is
String
public String getVersion()
String
public void setVersion(String value)
value
- allowed object is
String
public String getLastModifiedBy()
String
public void setLastModifiedBy(String value)
value
- allowed object is
String
public org.joda.time.DateTime getLastModifiedOn()
String
public void setLastModifiedOn(org.joda.time.DateTime value)
value
- allowed object is
String
public 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 LinkCollection
public PatientSummary withLinks(Collection<Link> values)
withLinks
in class LinkCollection
Copyright © 2011–2017 University of Toronto, Computational Biology Lab. All rights reserved.