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>
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
Module.ModulePrefs.Preload() |
| 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) |
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() |
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
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 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.