|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.external.worldbank.data.impl.Data
@Entity(name="Data") public class Data
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="indicator" form="qualified">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>NCName">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="country" form="qualified">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>NCName">
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string" form="qualified"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}int" form="qualified"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Country |
country
|
protected Long |
hjid
|
protected Indicator |
indicator
|
protected String |
value
|
protected Integer |
year
|
| Constructor Summary | |
|---|---|
Data()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
|
Country |
getCountry()
Gets the value of the country property. |
Long |
getHjid()
Gets the value of the hjid property. |
Indicator |
getIndicator()
Gets the value of the indicator property. |
String |
getValue()
Gets the value of the value property. |
Integer |
getYear()
Gets the value of the year property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCountry(Country value)
Sets the value of the country property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setIndicator(Indicator value)
Sets the value of the indicator property. |
void |
setValue(String value)
Sets the value of the value property. |
void |
setYear(Integer value)
Sets the value of the year property. |
Data |
withCountry(Country value)
|
Data |
withIndicator(Indicator value)
|
Data |
withValue(String value)
|
Data |
withYear(Integer value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Indicator indicator
protected Country country
protected String value
protected Integer year
protected Long hjid
| Constructor Detail |
|---|
public Data()
| Method Detail |
|---|
public Indicator getIndicator()
Indicatorpublic void setIndicator(Indicator value)
value - allowed object is
Indicatorpublic Country getCountry()
Countrypublic void setCountry(Country value)
value - allowed object is
Countrypublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Integer getYear()
Integerpublic void setYear(Integer value)
value - allowed object is
Integerpublic Data withIndicator(Indicator value)
public Data withCountry(Country value)
public Data withValue(String value)
public Data withYear(Integer value)
public Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Long
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||