public class OauthClientRedirectUrlType extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para oauthClientRedirectUrlType complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="oauthClientRedirectUrlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="clientName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientName |
protected Long |
id |
protected String |
url |
| Constructor and Description |
|---|
OauthClientRedirectUrlType() |
| 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 |
getClientName()
Obtiene el valor de la propiedad clientName.
|
Long |
getId()
Obtiene el valor de la propiedad id.
|
String |
getUrl()
Obtiene el valor de la propiedad url.
|
boolean |
isSetClientName() |
boolean |
isSetId() |
boolean |
isSetUrl() |
void |
setClientName(String value)
Define el valor de la propiedad clientName.
|
void |
setId(Long value)
Define el valor de la propiedad id.
|
void |
setUrl(String value)
Define el valor de la propiedad url.
|
String |
toString() |
OauthClientRedirectUrlType |
withClientName(String value) |
OauthClientRedirectUrlType |
withId(Long value) |
OauthClientRedirectUrlType |
withUrl(String value) |
@NotNull protected String clientName
protected Long id
@NotNull protected String url
public String getClientName()
Stringpublic void setClientName(String value)
value - allowed object is
Stringpublic boolean isSetClientName()
public void setId(Long value)
value - allowed object is
Longpublic boolean isSetId()
public String getUrl()
Stringpublic void setUrl(String value)
value - allowed object is
Stringpublic boolean isSetUrl()
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 OauthClientRedirectUrlType withClientName(String value)
public OauthClientRedirectUrlType withId(Long value)
public OauthClientRedirectUrlType withUrl(String value)
Copyright © 2015. All Rights Reserved.