public class UserSummary extends LinkCollection
Java class for UserSummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserSummary">
<complexContent>
<extension base="{https://phenotips.org/rest-commons/}LinkCollection">
<sequence>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
email |
protected String |
id |
protected String |
name |
protected String |
type |
links| Constructor and Description |
|---|
UserSummary() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Gets the value of the email property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String value)
Sets the value of the type property.
|
UserSummary |
withEmail(String value) |
UserSummary |
withId(String value) |
UserSummary |
withName(String value) |
UserSummary |
withType(String value) |
getLinks, withLinks, withLinksprotected String id
protected String name
protected String email
protected String type
public void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic UserSummary withId(String value)
public UserSummary withName(String value)
public UserSummary withEmail(String value)
public UserSummary withType(String value)
Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.