public class UserRepresentationType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para userRepresentationType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="userRepresentationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="applicationRoles" type="{http://www.fispace.eu/domain/ail}roleType" maxOccurs="unbounded" minOccurs="0"/>
<element name="companyRoles" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="emailVerified" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="federationLink" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="realmRoles" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="requiredActions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="self" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="socialLinks" type="{http://www.fispace.eu/domain/ail}socialLinkRepresentationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="totp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<RoleType> |
applicationRoles |
protected String |
companyName |
protected List<String> |
companyRoles |
protected String |
email |
protected boolean |
emailVerified |
protected boolean |
enabled |
protected String |
federationLink |
protected String |
firstName |
protected String |
id |
protected String |
lastName |
protected List<String> |
realmRoles |
protected List<String> |
requiredActions |
protected String |
self |
protected List<SocialLinkRepresentationType> |
socialLinks |
protected boolean |
totp |
protected String |
username |
| Constructor and Description |
|---|
UserRepresentationType() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
List<RoleType> |
getApplicationRoles()
Gets the value of the applicationRoles property.
|
String |
getCompanyName()
Obtiene el valor de la propiedad companyName.
|
List<String> |
getCompanyRoles()
Gets the value of the companyRoles property.
|
String |
getEmail()
Obtiene el valor de la propiedad email.
|
String |
getFederationLink()
Obtiene el valor de la propiedad federationLink.
|
String |
getFirstName()
Obtiene el valor de la propiedad firstName.
|
String |
getId()
Obtiene el valor de la propiedad id.
|
String |
getLastName()
Obtiene el valor de la propiedad lastName.
|
List<String> |
getRealmRoles()
Gets the value of the realmRoles property.
|
List<String> |
getRequiredActions()
Gets the value of the requiredActions property.
|
String |
getSelf()
Obtiene el valor de la propiedad self.
|
List<SocialLinkRepresentationType> |
getSocialLinks()
Gets the value of the socialLinks property.
|
String |
getUsername()
Obtiene el valor de la propiedad username.
|
boolean |
isEmailVerified()
Obtiene el valor de la propiedad emailVerified.
|
boolean |
isEnabled()
Obtiene el valor de la propiedad enabled.
|
boolean |
isSetApplicationRoles() |
boolean |
isSetCompanyName() |
boolean |
isSetCompanyRoles() |
boolean |
isSetEmail() |
boolean |
isSetEmailVerified() |
boolean |
isSetEnabled() |
boolean |
isSetFederationLink() |
boolean |
isSetFirstName() |
boolean |
isSetId() |
boolean |
isSetLastName() |
boolean |
isSetRealmRoles() |
boolean |
isSetRequiredActions() |
boolean |
isSetSelf() |
boolean |
isSetSocialLinks() |
boolean |
isSetTotp() |
boolean |
isSetUsername() |
boolean |
isTotp()
Obtiene el valor de la propiedad totp.
|
void |
setCompanyName(String value)
Define el valor de la propiedad companyName.
|
void |
setEmail(String value)
Define el valor de la propiedad email.
|
void |
setEmailVerified(boolean value)
Define el valor de la propiedad emailVerified.
|
void |
setEnabled(boolean value)
Define el valor de la propiedad enabled.
|
void |
setFederationLink(String value)
Define el valor de la propiedad federationLink.
|
void |
setFirstName(String value)
Define el valor de la propiedad firstName.
|
void |
setId(String value)
Define el valor de la propiedad id.
|
void |
setLastName(String value)
Define el valor de la propiedad lastName.
|
void |
setSelf(String value)
Define el valor de la propiedad self.
|
void |
setTotp(boolean value)
Define el valor de la propiedad totp.
|
void |
setUsername(String value)
Define el valor de la propiedad username.
|
String |
toString() |
void |
unsetApplicationRoles() |
void |
unsetCompanyRoles() |
void |
unsetRealmRoles() |
void |
unsetRequiredActions() |
void |
unsetSocialLinks() |
UserRepresentationType |
withApplicationRoles(Collection<RoleType> values) |
UserRepresentationType |
withApplicationRoles(RoleType... values) |
UserRepresentationType |
withCompanyName(String value) |
UserRepresentationType |
withCompanyRoles(Collection<String> values) |
UserRepresentationType |
withCompanyRoles(String... values) |
UserRepresentationType |
withEmail(String value) |
UserRepresentationType |
withEmailVerified(boolean value) |
UserRepresentationType |
withEnabled(boolean value) |
UserRepresentationType |
withFederationLink(String value) |
UserRepresentationType |
withFirstName(String value) |
UserRepresentationType |
withId(String value) |
UserRepresentationType |
withLastName(String value) |
UserRepresentationType |
withRealmRoles(Collection<String> values) |
UserRepresentationType |
withRealmRoles(String... values) |
UserRepresentationType |
withRequiredActions(Collection<String> values) |
UserRepresentationType |
withRequiredActions(String... values) |
UserRepresentationType |
withSelf(String value) |
UserRepresentationType |
withSocialLinks(Collection<SocialLinkRepresentationType> values) |
UserRepresentationType |
withSocialLinks(SocialLinkRepresentationType... values) |
UserRepresentationType |
withTotp(boolean value) |
UserRepresentationType |
withUsername(String value) |
@NotNull protected String email
@NotNull protected String companyName
@NotNull protected boolean emailVerified
@NotNull protected boolean enabled
@NotNull protected String federationLink
@NotNull protected String firstName
@NotNull protected String id
@NotNull protected String lastName
@NotNull protected String self
protected List<SocialLinkRepresentationType> socialLinks
@NotNull protected boolean totp
@NotNull protected String username
public List<RoleType> getApplicationRoles()
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 applicationRoles property.
For example, to add a new item, do as follows:
getApplicationRoles().add(newItem);
Objects of the following type(s) are allowed in the list
RoleType
public boolean isSetApplicationRoles()
public void unsetApplicationRoles()
public List<String> getCompanyRoles()
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 companyRoles property.
For example, to add a new item, do as follows:
getCompanyRoles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCompanyRoles()
public void unsetCompanyRoles()
public String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic boolean isSetEmail()
public String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic boolean isSetCompanyName()
public boolean isEmailVerified()
public void setEmailVerified(boolean value)
public boolean isSetEmailVerified()
public boolean isEnabled()
public void setEnabled(boolean value)
public boolean isSetEnabled()
public String getFederationLink()
Stringpublic void setFederationLink(String value)
value - allowed object is
Stringpublic boolean isSetFederationLink()
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic boolean isSetFirstName()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic boolean isSetLastName()
public List<String> getRealmRoles()
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 realmRoles property.
For example, to add a new item, do as follows:
getRealmRoles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRealmRoles()
public void unsetRealmRoles()
public List<String> getRequiredActions()
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 requiredActions property.
For example, to add a new item, do as follows:
getRequiredActions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRequiredActions()
public void unsetRequiredActions()
public String getSelf()
Stringpublic void setSelf(String value)
value - allowed object is
Stringpublic boolean isSetSelf()
public List<SocialLinkRepresentationType> getSocialLinks()
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 socialLinks property.
For example, to add a new item, do as follows:
getSocialLinks().add(newItem);
Objects of the following type(s) are allowed in the list
SocialLinkRepresentationType
public boolean isSetSocialLinks()
public void unsetSocialLinks()
public boolean isTotp()
public void setTotp(boolean value)
public boolean isSetTotp()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic UserRepresentationType withApplicationRoles(RoleType... values)
public UserRepresentationType withApplicationRoles(Collection<RoleType> values)
public UserRepresentationType withCompanyRoles(String... values)
public UserRepresentationType withCompanyRoles(Collection<String> values)
public UserRepresentationType withEmail(String value)
public UserRepresentationType withCompanyName(String value)
public UserRepresentationType withEmailVerified(boolean value)
public UserRepresentationType withEnabled(boolean value)
public UserRepresentationType withFederationLink(String value)
public UserRepresentationType withFirstName(String value)
public UserRepresentationType withId(String value)
public UserRepresentationType withLastName(String value)
public UserRepresentationType withRealmRoles(String... values)
public UserRepresentationType withRealmRoles(Collection<String> values)
public UserRepresentationType withRequiredActions(String... values)
public UserRepresentationType withRequiredActions(Collection<String> values)
public UserRepresentationType withSelf(String value)
public UserRepresentationType withSocialLinks(SocialLinkRepresentationType... values)
public UserRepresentationType withSocialLinks(Collection<SocialLinkRepresentationType> values)
public UserRepresentationType withTotp(boolean value)
public UserRepresentationType withUsername(String value)
Copyright © 2015. All Rights Reserved.