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="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 Long |
id |
protected String |
name |
protected Boolean |
publicClient |
protected List<OauthClientRedirectUrlType> |
redirectUrls |
protected List<OauthClientWebOriginType> |
webOrigins |
| 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.
|
Long |
getId()
Obtiene el valor de la propiedad id.
|
String |
getName()
Obtiene el valor de la propiedad name.
|
List<OauthClientRedirectUrlType> |
getRedirectUrls()
Gets the value of the redirectUrls property.
|
List<OauthClientWebOriginType> |
getWebOrigins()
Gets the value of the webOrigins property.
|
Boolean |
isPublicClient()
Obtiene el valor de la propiedad publicClient.
|
boolean |
isSetCompanyName() |
boolean |
isSetId() |
boolean |
isSetName() |
boolean |
isSetPublicClient() |
boolean |
isSetRedirectUrls() |
boolean |
isSetWebOrigins() |
void |
setCompanyName(String value)
Define el valor de la propiedad companyName.
|
void |
setId(Long value)
Define el valor de la propiedad id.
|
void |
setName(String value)
Define el valor de la propiedad name.
|
void |
setPublicClient(Boolean value)
Define el valor de la propiedad publicClient.
|
String |
toString() |
void |
unsetRedirectUrls() |
void |
unsetWebOrigins() |
OauthClientType |
withCompanyName(String value) |
OauthClientType |
withId(Long value) |
OauthClientType |
withName(String value) |
OauthClientType |
withPublicClient(Boolean value) |
OauthClientType |
withRedirectUrls(Collection<OauthClientRedirectUrlType> values) |
OauthClientType |
withRedirectUrls(OauthClientRedirectUrlType... values) |
OauthClientType |
withWebOrigins(Collection<OauthClientWebOriginType> values) |
OauthClientType |
withWebOrigins(OauthClientWebOriginType... values) |
@NotNull protected String companyName
protected Long id
@NotNull protected String name
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 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 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.