com.google.code.facebookapi.schema
Class HsInfo

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

public class HsInfo
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 hs_info complex type.

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

 <complexType name="hs_info">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hs1_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="hs2_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="grad_year" type="{http://api.facebook.com/1.0/}year"/>
         <element name="hs1_id" type="{http://api.facebook.com/1.0/}hsid"/>
         <element name="hs2_id" type="{http://api.facebook.com/1.0/}hsid"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int gradYear
           
protected  int hs1Id
           
protected  java.lang.String hs1Name
           
protected  int hs2Id
           
protected  java.lang.String hs2Name
           
 
Constructor Summary
HsInfo()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 int getGradYear()
          Gets the value of the gradYear property.
 int getHs1Id()
          Gets the value of the hs1Id property.
 java.lang.String getHs1Name()
          Gets the value of the hs1Name property.
 int getHs2Id()
          Gets the value of the hs2Id property.
 java.lang.String getHs2Name()
          Gets the value of the hs2Name property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setGradYear(int value)
          Sets the value of the gradYear property.
 void setHs1Id(int value)
          Sets the value of the hs1Id property.
 void setHs1Name(java.lang.String value)
          Sets the value of the hs1Name property.
 void setHs2Id(int value)
          Sets the value of the hs2Id property.
 void setHs2Name(java.lang.String value)
          Sets the value of the hs2Name 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

hs1Name

protected java.lang.String hs1Name

hs2Name

protected java.lang.String hs2Name

gradYear

protected int gradYear

hs1Id

protected int hs1Id

hs2Id

protected int hs2Id
Constructor Detail

HsInfo

public HsInfo()
Method Detail

getHs1Name

public java.lang.String getHs1Name()
Gets the value of the hs1Name property.

Returns:
possible object is String

setHs1Name

public void setHs1Name(java.lang.String value)
Sets the value of the hs1Name property.

Parameters:
value - allowed object is String

getHs2Name

public java.lang.String getHs2Name()
Gets the value of the hs2Name property.

Returns:
possible object is String

setHs2Name

public void setHs2Name(java.lang.String value)
Sets the value of the hs2Name property.

Parameters:
value - allowed object is String

getGradYear

public int getGradYear()
Gets the value of the gradYear property.


setGradYear

public void setGradYear(int value)
Sets the value of the gradYear property.


getHs1Id

public int getHs1Id()
Gets the value of the hs1Id property.


setHs1Id

public void setHs1Id(int value)
Sets the value of the hs1Id property.


getHs2Id

public int getHs2Id()
Gets the value of the hs2Id property.


setHs2Id

public void setHs2Id(int value)
Sets the value of the hs2Id 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 © 2010. All Rights Reserved.