|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.HsInfo
public class HsInfo
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 |
|---|
protected java.lang.String hs1Name
protected java.lang.String hs2Name
protected int gradYear
protected int hs1Id
protected int hs2Id
| Constructor Detail |
|---|
public HsInfo()
| Method Detail |
|---|
public java.lang.String getHs1Name()
Stringpublic void setHs1Name(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHs2Name()
Stringpublic void setHs2Name(java.lang.String value)
value - allowed object is
Stringpublic int getGradYear()
public void setGradYear(int value)
public int getHs1Id()
public void setHs1Id(int value)
public int getHs2Id()
public void setHs2Id(int value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||