org.jasig.portlet.widget.gadget.model
Class Module.ModulePrefs.Preload

java.lang.Object
  extended by org.jasig.portlet.widget.gadget.model.Module.ModulePrefs.Preload
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

public static class Module.ModulePrefs.Preload
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">
       <attribute name="href" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="authz" default="none">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
             <enumeration value="none"/>
             <enumeration value="signed"/>
             <enumeration value="oauth"/>
           </restriction>
         </simpleType>
       </attribute>
       <attribute name="sign_owner" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="sign_viewer" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="views" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="oauth_service_name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="oauth_token_name" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="oauth_request_token" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="oauth_request_token_secret" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String authz
           
protected  String href
           
protected  String oauthRequestToken
           
protected  String oauthRequestTokenSecret
           
protected  String oauthServiceName
           
protected  String oauthTokenName
           
protected  Boolean signOwner
           
protected  Boolean signViewer
           
protected  String views
           
 
Constructor Summary
Module.ModulePrefs.Preload()
           
 
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)
           
 String getAuthz()
          Gets the value of the authz property.
 String getHref()
          Gets the value of the href property.
 String getOauthRequestToken()
          Gets the value of the oauthRequestToken property.
 String getOauthRequestTokenSecret()
          Gets the value of the oauthRequestTokenSecret property.
 String getOauthServiceName()
          Gets the value of the oauthServiceName property.
 String getOauthTokenName()
          Gets the value of the oauthTokenName property.
 String getViews()
          Gets the value of the views property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSignOwner()
          Gets the value of the signOwner property.
 boolean isSignViewer()
          Gets the value of the signViewer property.
 void setAuthz(String value)
          Sets the value of the authz property.
 void setHref(String value)
          Sets the value of the href property.
 void setOauthRequestToken(String value)
          Sets the value of the oauthRequestToken property.
 void setOauthRequestTokenSecret(String value)
          Sets the value of the oauthRequestTokenSecret property.
 void setOauthServiceName(String value)
          Sets the value of the oauthServiceName property.
 void setOauthTokenName(String value)
          Sets the value of the oauthTokenName property.
 void setSignOwner(Boolean value)
          Sets the value of the signOwner property.
 void setSignViewer(Boolean value)
          Sets the value of the signViewer property.
 void setViews(String value)
          Sets the value of the views property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

href

protected String href

authz

protected String authz

signOwner

protected Boolean signOwner

signViewer

protected Boolean signViewer

views

protected String views

oauthServiceName

protected String oauthServiceName

oauthTokenName

protected String oauthTokenName

oauthRequestToken

protected String oauthRequestToken

oauthRequestTokenSecret

protected String oauthRequestTokenSecret
Constructor Detail

Module.ModulePrefs.Preload

public Module.ModulePrefs.Preload()
Method Detail

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getAuthz

public String getAuthz()
Gets the value of the authz property.

Returns:
possible object is String

setAuthz

public void setAuthz(String value)
Sets the value of the authz property.

Parameters:
value - allowed object is String

isSignOwner

public boolean isSignOwner()
Gets the value of the signOwner property.

Returns:
possible object is Boolean

setSignOwner

public void setSignOwner(Boolean value)
Sets the value of the signOwner property.

Parameters:
value - allowed object is Boolean

isSignViewer

public boolean isSignViewer()
Gets the value of the signViewer property.

Returns:
possible object is Boolean

setSignViewer

public void setSignViewer(Boolean value)
Sets the value of the signViewer property.

Parameters:
value - allowed object is Boolean

getViews

public String getViews()
Gets the value of the views property.

Returns:
possible object is String

setViews

public void setViews(String value)
Sets the value of the views property.

Parameters:
value - allowed object is String

getOauthServiceName

public String getOauthServiceName()
Gets the value of the oauthServiceName property.

Returns:
possible object is String

setOauthServiceName

public void setOauthServiceName(String value)
Sets the value of the oauthServiceName property.

Parameters:
value - allowed object is String

getOauthTokenName

public String getOauthTokenName()
Gets the value of the oauthTokenName property.

Returns:
possible object is String

setOauthTokenName

public void setOauthTokenName(String value)
Sets the value of the oauthTokenName property.

Parameters:
value - allowed object is String

getOauthRequestToken

public String getOauthRequestToken()
Gets the value of the oauthRequestToken property.

Returns:
possible object is String

setOauthRequestToken

public void setOauthRequestToken(String value)
Sets the value of the oauthRequestToken property.

Parameters:
value - allowed object is String

getOauthRequestTokenSecret

public String getOauthRequestTokenSecret()
Gets the value of the oauthRequestTokenSecret property.

Returns:
possible object is String

setOauthRequestTokenSecret

public void setOauthRequestTokenSecret(String value)
Sets the value of the oauthRequestTokenSecret property.

Parameters:
value - allowed object is String

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.