|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ahtutils.xml.cloud.facebook.App
public class App
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="redirect">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://exlp.sf.net/net}url" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="appId" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="scope" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="secret" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
App.Redirect
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected String |
appId
|
protected App.Redirect |
redirect
|
protected String |
scope
|
protected String |
secret
|
| Constructor Summary | |
|---|---|
App()
|
|
| Method Summary | |
|---|---|
String |
getAppId()
Gets the value of the appId property. |
App.Redirect |
getRedirect()
Gets the value of the redirect property. |
String |
getScope()
Gets the value of the scope property. |
String |
getSecret()
Gets the value of the secret property. |
boolean |
isSetAppId()
|
boolean |
isSetRedirect()
|
boolean |
isSetScope()
|
boolean |
isSetSecret()
|
void |
setAppId(String value)
Sets the value of the appId property. |
void |
setRedirect(App.Redirect value)
Sets the value of the redirect property. |
void |
setScope(String value)
Sets the value of the scope property. |
void |
setSecret(String value)
Sets the value of the secret property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected App.Redirect redirect
protected String appId
protected String scope
protected String secret
| Constructor Detail |
|---|
public App()
| Method Detail |
|---|
public App.Redirect getRedirect()
App.Redirectpublic void setRedirect(App.Redirect value)
value - allowed object is
App.Redirectpublic boolean isSetRedirect()
public String getAppId()
Stringpublic void setAppId(String value)
value - allowed object is
Stringpublic boolean isSetAppId()
public String getScope()
Stringpublic void setScope(String value)
value - allowed object is
Stringpublic boolean isSetScope()
public String getSecret()
Stringpublic void setSecret(String value)
value - allowed object is
Stringpublic boolean isSetSecret()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||