com.google.code.facebookapi.schema
Class AssocObjectType

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

public class AssocObjectType
extends java.lang.Object

Java class for assoc_object_type complex type.

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

 <complexType name="assoc_object_type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="alias" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="object_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String alias
           
protected  java.lang.String objectType
           
protected  boolean unique
           
 
Constructor Summary
AssocObjectType()
           
 
Method Summary
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.lang.String getObjectType()
          Gets the value of the objectType property.
 boolean isUnique()
          Gets the value of the unique property.
 void setAlias(java.lang.String value)
          Sets the value of the alias property.
 void setObjectType(java.lang.String value)
          Sets the value of the objectType property.
 void setUnique(boolean value)
          Sets the value of the unique property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

alias

protected java.lang.String alias

objectType

protected java.lang.String objectType

unique

protected boolean unique
Constructor Detail

AssocObjectType

public AssocObjectType()
Method Detail

getAlias

public java.lang.String getAlias()
Gets the value of the alias property.

Returns:
possible object is String

setAlias

public void setAlias(java.lang.String value)
Sets the value of the alias property.

Parameters:
value - allowed object is String

getObjectType

public java.lang.String getObjectType()
Gets the value of the objectType property.

Returns:
possible object is String

setObjectType

public void setObjectType(java.lang.String value)
Sets the value of the objectType property.

Parameters:
value - allowed object is String

isUnique

public boolean isUnique()
Gets the value of the unique property.


setUnique

public void setUnique(boolean value)
Sets the value of the unique property.



Copyright © 2008. All Rights Reserved.