public static class Module.ModulePrefs.OAuth.Service extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Request" type="{}OAuthResourceType" minOccurs="0"/>
<element name="Access" type="{}OAuthResourceType" minOccurs="0"/>
<element name="Authorization" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="url" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Module.ModulePrefs.OAuth.Service.Authorization
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected OAuthResourceType |
access |
protected Module.ModulePrefs.OAuth.Service.Authorization |
authorization |
protected OAuthResourceType |
request |
| Constructor and Description |
|---|
Module.ModulePrefs.OAuth.Service() |
| 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) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
OAuthResourceType |
getAccess()
Gets the value of the access property.
|
Module.ModulePrefs.OAuth.Service.Authorization |
getAuthorization()
Gets the value of the authorization property.
|
OAuthResourceType |
getRequest()
Gets the value of the request property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setAccess(OAuthResourceType value)
Sets the value of the access property.
|
void |
setAuthorization(Module.ModulePrefs.OAuth.Service.Authorization value)
Sets the value of the authorization property.
|
void |
setRequest(OAuthResourceType value)
Sets the value of the request property.
|
String |
toString() |
protected OAuthResourceType request
protected OAuthResourceType access
protected Module.ModulePrefs.OAuth.Service.Authorization authorization
public OAuthResourceType getRequest()
OAuthResourceTypepublic void setRequest(OAuthResourceType value)
value - allowed object is
OAuthResourceTypepublic OAuthResourceType getAccess()
OAuthResourceTypepublic void setAccess(OAuthResourceType value)
value - allowed object is
OAuthResourceTypepublic Module.ModulePrefs.OAuth.Service.Authorization getAuthorization()
Module.ModulePrefs.OAuth.Service.Authorizationpublic void setAuthorization(Module.ModulePrefs.OAuth.Service.Authorization value)
value - allowed object is
Module.ModulePrefs.OAuth.Service.Authorizationpublic 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 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodeCopyright © 2015 Jasig. All Rights Reserved.