FileDocCategorySizeDatePackage
ObjectTypeInfo.javaAPI DocGoogle Facebook API v1.42315Sat Oct 27 16:53:40 BST 2007com.facebook.api.schema

ObjectTypeInfo

public class ObjectTypeInfo extends Object

Java class for object_type_info complex type.

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

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

Fields Summary
protected String
name
protected int
objectClass
Constructors Summary
Methods Summary
public java.lang.StringgetName()
Gets the value of the name property.

return
possible object is {@link String }

        return name;
    
public intgetObjectClass()
Gets the value of the objectClass property.

        return objectClass;
    
public voidsetName(java.lang.String value)
Sets the value of the name property.

param
value allowed object is {@link String }

        this.name = value;
    
public voidsetObjectClass(int value)
Sets the value of the objectClass property.

        this.objectClass = value;