public class OauthClientType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para oauthClientType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="oauthClientType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="website" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="employeeCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="facebookpage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="twitter" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="google" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="linkedin" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="publicClient" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="redirectUrls" type="{http://www.fispace.eu/domain/ail}oauthClientRedirectUrlType" maxOccurs="unbounded"/>
<element name="webOrigins" type="{http://www.fispace.eu/domain/ail}oauthClientWebOriginType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
companyName |
protected String |
description |
protected int |
employeeCount |
protected String |
facebookpage |
protected String |
google |
protected Long |
id |
protected String |
linkedin |
protected String |
location |
protected String |
name |
protected Boolean |
publicClient |
protected List<OauthClientRedirectUrlType> |
redirectUrls |
protected String |
twitter |
protected List<OauthClientWebOriginType> |
webOrigins |
protected String |
website |
| Constructor and Description |
|---|
OauthClientType() |
| 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) |
String |
getCompanyName()
Obtiene el valor de la propiedad companyName.
|
String |
getDescription()
Obtiene el valor de la propiedad description.
|
int |
getEmployeeCount()
Obtiene el valor de la propiedad employeeCount.
|
String |
getFacebookpage()
Obtiene el valor de la propiedad facebookpage.
|
String |
getGoogle()
Obtiene el valor de la propiedad google.
|
Long |
getId()
Obtiene el valor de la propiedad id.
|
String |
getLinkedin()
Obtiene el valor de la propiedad linkedin.
|
String |
getLocation()
Obtiene el valor de la propiedad location.
|
String |
getName()
Obtiene el valor de la propiedad name.
|
List<OauthClientRedirectUrlType> |
getRedirectUrls()
Gets the value of the redirectUrls property.
|
String |
getTwitter()
Obtiene el valor de la propiedad twitter.
|
List<OauthClientWebOriginType> |
getWebOrigins()
Gets the value of the webOrigins property.
|
String |
getWebsite()
Obtiene el valor de la propiedad website.
|
Boolean |
isPublicClient()
Obtiene el valor de la propiedad publicClient.
|
boolean |
isSetCompanyName() |
boolean |
isSetDescription() |
boolean |
isSetEmployeeCount() |
boolean |
isSetFacebookpage() |
boolean |
isSetGoogle() |
boolean |
isSetId() |
boolean |
isSetLinkedin() |
boolean |
isSetLocation() |
boolean |
isSetName() |
boolean |
isSetPublicClient() |
boolean |
isSetRedirectUrls() |
boolean |
isSetTwitter() |
boolean |
isSetWebOrigins() |
boolean |
isSetWebsite() |
void |
setCompanyName(String value)
Define el valor de la propiedad companyName.
|
void |
setDescription(String value)
Define el valor de la propiedad description.
|
void |
setEmployeeCount(int value)
Define el valor de la propiedad employeeCount.
|
void |
setFacebookpage(String value)
Define el valor de la propiedad facebookpage.
|
void |
setGoogle(String value)
Define el valor de la propiedad google.
|
void |
setId(Long value)
Define el valor de la propiedad id.
|
void |
setLinkedin(String value)
Define el valor de la propiedad linkedin.
|
void |
setLocation(String value)
Define el valor de la propiedad location.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
void |
setPublicClient(Boolean value)
Define el valor de la propiedad publicClient.
|
void |
setTwitter(String value)
Define el valor de la propiedad twitter.
|
void |
setWebsite(String value)
Define el valor de la propiedad website.
|
String |
toString() |
void |
unsetRedirectUrls() |
void |
unsetWebOrigins() |
OauthClientType |
withCompanyName(String value) |
OauthClientType |
withDescription(String value) |
OauthClientType |
withEmployeeCount(int value) |
OauthClientType |
withFacebookpage(String value) |
OauthClientType |
withGoogle(String value) |
OauthClientType |
withId(Long value) |
OauthClientType |
withLinkedin(String value) |
OauthClientType |
withLocation(String value) |
OauthClientType |
withName(String value) |
OauthClientType |
withPublicClient(Boolean value) |
OauthClientType |
withRedirectUrls(Collection<OauthClientRedirectUrlType> values) |
OauthClientType |
withRedirectUrls(OauthClientRedirectUrlType... values) |
OauthClientType |
withTwitter(String value) |
OauthClientType |
withWebOrigins(Collection<OauthClientWebOriginType> values) |
OauthClientType |
withWebOrigins(OauthClientWebOriginType... values) |
OauthClientType |
withWebsite(String value) |
@NotNull protected String companyName
protected Long id
@NotNull protected String name
@NotNull protected String website
@NotNull protected String location
@NotNull protected String description
@NotNull protected int employeeCount
@NotNull protected String facebookpage
@NotNull protected String twitter
@NotNull protected String google
@NotNull protected String linkedin
protected Boolean publicClient
@NotNull @Size(min=1) protected List<OauthClientRedirectUrlType> redirectUrls
protected List<OauthClientWebOriginType> webOrigins
public String getCompanyName()
Stringpublic void setCompanyName(String value)
value - allowed object is
Stringpublic boolean isSetCompanyName()
public void setId(Long value)
value - allowed object is
Longpublic boolean isSetId()
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public String getWebsite()
Stringpublic void setWebsite(String value)
value - allowed object is
Stringpublic boolean isSetWebsite()
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic boolean isSetLocation()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public int getEmployeeCount()
public void setEmployeeCount(int value)
public boolean isSetEmployeeCount()
public String getFacebookpage()
Stringpublic void setFacebookpage(String value)
value - allowed object is
Stringpublic boolean isSetFacebookpage()
public String getTwitter()
Stringpublic void setTwitter(String value)
value - allowed object is
Stringpublic boolean isSetTwitter()
public String getGoogle()
Stringpublic void setGoogle(String value)
value - allowed object is
Stringpublic boolean isSetGoogle()
public String getLinkedin()
Stringpublic void setLinkedin(String value)
value - allowed object is
Stringpublic boolean isSetLinkedin()
public Boolean isPublicClient()
Booleanpublic void setPublicClient(Boolean value)
value - allowed object is
Booleanpublic boolean isSetPublicClient()
public List<OauthClientRedirectUrlType> getRedirectUrls()
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 redirectUrls property.
For example, to add a new item, do as follows:
getRedirectUrls().add(newItem);
Objects of the following type(s) are allowed in the list
OauthClientRedirectUrlType
public boolean isSetRedirectUrls()
public void unsetRedirectUrls()
public List<OauthClientWebOriginType> getWebOrigins()
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 webOrigins property.
For example, to add a new item, do as follows:
getWebOrigins().add(newItem);
Objects of the following type(s) are allowed in the list
OauthClientWebOriginType
public boolean isSetWebOrigins()
public void unsetWebOrigins()
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 OauthClientType withCompanyName(String value)
public OauthClientType withId(Long value)
public OauthClientType withName(String value)
public OauthClientType withWebsite(String value)
public OauthClientType withLocation(String value)
public OauthClientType withDescription(String value)
public OauthClientType withEmployeeCount(int value)
public OauthClientType withFacebookpage(String value)
public OauthClientType withTwitter(String value)
public OauthClientType withGoogle(String value)
public OauthClientType withLinkedin(String value)
public OauthClientType withPublicClient(Boolean value)
public OauthClientType withRedirectUrls(OauthClientRedirectUrlType... values)
public OauthClientType withRedirectUrls(Collection<OauthClientRedirectUrlType> values)
public OauthClientType withWebOrigins(OauthClientWebOriginType... values)
public OauthClientType withWebOrigins(Collection<OauthClientWebOriginType> values)
Copyright © 2015. All Rights Reserved.