net.sf.ahtutils.xml.cloud.facebook
Class App

java.lang.Object
  extended by net.sf.ahtutils.xml.cloud.facebook.App
All Implemented Interfaces:
Serializable

public class App
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

redirect

protected App.Redirect redirect

appId

protected String appId

scope

protected String scope

secret

protected String secret
Constructor Detail

App

public App()
Method Detail

getRedirect

public App.Redirect getRedirect()
Gets the value of the redirect property.

Returns:
possible object is App.Redirect

setRedirect

public void setRedirect(App.Redirect value)
Sets the value of the redirect property.

Parameters:
value - allowed object is App.Redirect

isSetRedirect

public boolean isSetRedirect()

getAppId

public String getAppId()
Gets the value of the appId property.

Returns:
possible object is String

setAppId

public void setAppId(String value)
Sets the value of the appId property.

Parameters:
value - allowed object is String

isSetAppId

public boolean isSetAppId()

getScope

public String getScope()
Gets the value of the scope property.

Returns:
possible object is String

setScope

public void setScope(String value)
Sets the value of the scope property.

Parameters:
value - allowed object is String

isSetScope

public boolean isSetScope()

getSecret

public String getSecret()
Gets the value of the secret property.

Returns:
possible object is String

setSecret

public void setSecret(String value)
Sets the value of the secret property.

Parameters:
value - allowed object is String

isSetSecret

public boolean isSetSecret()


Copyright © 2011. All Rights Reserved.