
public class UserInfo extends Object implements Serializable
Java class for UserInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="displayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="4"/>
<element name="role" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected List<String> |
email |
protected String |
role |
protected String |
username |
| Constructor and Description |
|---|
UserInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Gets the value of the displayName property.
|
List<String> |
getEmail()
Gets the value of the email property.
|
String |
getRole()
Gets the value of the role property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetDisplayName() |
boolean |
isSetEmail() |
boolean |
isSetRole() |
boolean |
isSetUsername() |
void |
setDisplayName(String value)
Sets the value of the displayName property.
|
void |
setRole(String value)
Sets the value of the role property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
unsetEmail() |
protected String displayName
protected String role
protected String username
public String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic boolean isSetDisplayName()
public List<String> getEmail()
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 email property.
For example, to add a new item, do as follows:
getEmail().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetEmail()
public void unsetEmail()
public String getRole()
Stringpublic void setRole(String value)
value - allowed object is
Stringpublic boolean isSetRole()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
Copyright © 2008–2017 MIL-OSS. All rights reserved.