|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.widget.gadget.model.Module.ModulePrefs.Preload
public static class Module.ModulePrefs.Preload
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 |
|---|
protected String href
protected String authz
protected Boolean signOwner
protected Boolean signViewer
protected String views
protected String oauthServiceName
protected String oauthTokenName
protected String oauthRequestToken
protected String oauthRequestTokenSecret
| Constructor Detail |
|---|
public Module.ModulePrefs.Preload()
| Method Detail |
|---|
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getAuthz()
Stringpublic void setAuthz(String value)
value - allowed object is
Stringpublic boolean isSignOwner()
Booleanpublic void setSignOwner(Boolean value)
value - allowed object is
Booleanpublic boolean isSignViewer()
Booleanpublic void setSignViewer(Boolean value)
value - allowed object is
Booleanpublic String getViews()
Stringpublic void setViews(String value)
value - allowed object is
Stringpublic String getOauthServiceName()
Stringpublic void setOauthServiceName(String value)
value - allowed object is
Stringpublic String getOauthTokenName()
Stringpublic void setOauthTokenName(String value)
value - allowed object is
Stringpublic String getOauthRequestToken()
Stringpublic void setOauthRequestToken(String value)
value - allowed object is
Stringpublic String getOauthRequestTokenSecret()
Stringpublic void setOauthRequestTokenSecret(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
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.ToString
public 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.ToString
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||