com.google.code.facebookapi.schema
Class AssocObjectType

java.lang.Object
  extended by com.google.code.facebookapi.schema.AssocObjectType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class AssocObjectType
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getAlias()
          Gets the value of the alias property.
 java.lang.String getObjectType()
          Gets the value of the objectType property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 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.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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.


toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.