org.jasig.portlet.widget.gadget.model
Class Module.ModulePrefs.OAuth.Service

java.lang.Object
  extended by org.jasig.portlet.widget.gadget.model.Module.ModulePrefs.OAuth.Service
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Enclosing class:
Module.ModulePrefs.OAuth

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>
 


Nested Class Summary
static class Module.ModulePrefs.OAuth.Service.Authorization
          Java class for anonymous complex type.
 
Field Summary
protected  OAuthResourceType access
           
protected  Module.ModulePrefs.OAuth.Service.Authorization authorization
           
protected  OAuthResourceType request
           
 
Constructor Summary
Module.ModulePrefs.OAuth.Service()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

request

protected OAuthResourceType request

access

protected OAuthResourceType access

authorization

protected Module.ModulePrefs.OAuth.Service.Authorization authorization
Constructor Detail

Module.ModulePrefs.OAuth.Service

public Module.ModulePrefs.OAuth.Service()
Method Detail

getRequest

public OAuthResourceType getRequest()
Gets the value of the request property.

Returns:
possible object is OAuthResourceType

setRequest

public void setRequest(OAuthResourceType value)
Sets the value of the request property.

Parameters:
value - allowed object is OAuthResourceType

getAccess

public OAuthResourceType getAccess()
Gets the value of the access property.

Returns:
possible object is OAuthResourceType

setAccess

public void setAccess(OAuthResourceType value)
Sets the value of the access property.

Parameters:
value - allowed object is OAuthResourceType

getAuthorization

public Module.ModulePrefs.OAuth.Service.Authorization getAuthorization()
Gets the value of the authorization property.

Returns:
possible object is Module.ModulePrefs.OAuth.Service.Authorization

setAuthorization

public void setAuthorization(Module.ModulePrefs.OAuth.Service.Authorization value)
Sets the value of the authorization property.

Parameters:
value - allowed object is Module.ModulePrefs.OAuth.Service.Authorization

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

equals

public 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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2011 Jasig. All Rights Reserved.