com.google.code.facebookapi.schema
Class DeveloperInfo

java.lang.Object
  extended by com.google.code.facebookapi.schema.DeveloperInfo

public class DeveloperInfo
extends java.lang.Object

Java class for developer_info complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="developer_info">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="uid" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String name
           
protected  int uid
           
 
Constructor Summary
DeveloperInfo()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 int getUid()
          Gets the value of the uid property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setUid(int value)
          Sets the value of the uid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

protected int uid

name

protected java.lang.String name
Constructor Detail

DeveloperInfo

public DeveloperInfo()
Method Detail

getUid

public int getUid()
Gets the value of the uid property.


setUid

public void setUid(int value)
Sets the value of the uid property.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.