|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.external.itsyourparliament.countries.impl.Countrydetails
@Entity(name="Countrydetails") public class Countrydetails
Java class for Countrydetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Countrydetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="country" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="countrycode" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="parliamentPeriod" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="currentPeriod" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="seats" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="countryid" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="countryprofile" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="countryinfo" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
country
|
protected String |
countrycode
|
protected BigInteger |
countryid
|
protected String |
countryinfo
|
protected String |
countryprofile
|
protected boolean |
currentPeriod
|
protected Long |
hjid
|
protected String |
parliamentPeriod
|
protected BigInteger |
seats
|
Constructor Summary | |
---|---|
Countrydetails()
|
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)
|
String |
getCountry()
Gets the value of the country property. |
String |
getCountrycode()
Gets the value of the countrycode property. |
BigInteger |
getCountryid()
Gets the value of the countryid property. |
String |
getCountryinfo()
Gets the value of the countryinfo property. |
String |
getCountryprofile()
Gets the value of the countryprofile property. |
Long |
getHjid()
Gets the value of the hjid property. |
String |
getParliamentPeriod()
Gets the value of the parliamentPeriod property. |
BigInteger |
getSeats()
Gets the value of the seats property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
boolean |
isCurrentPeriod()
Gets the value of the currentPeriod property. |
void |
setCountry(String value)
Sets the value of the country property. |
void |
setCountrycode(String value)
Sets the value of the countrycode property. |
void |
setCountryid(BigInteger value)
Sets the value of the countryid property. |
void |
setCountryinfo(String value)
Sets the value of the countryinfo property. |
void |
setCountryprofile(String value)
Sets the value of the countryprofile property. |
void |
setCurrentPeriod(boolean value)
Sets the value of the currentPeriod property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setParliamentPeriod(String value)
Sets the value of the parliamentPeriod property. |
void |
setSeats(BigInteger value)
Sets the value of the seats property. |
Countrydetails |
withCountry(String value)
|
Countrydetails |
withCountrycode(String value)
|
Countrydetails |
withCountryid(BigInteger value)
|
Countrydetails |
withCountryinfo(String value)
|
Countrydetails |
withCountryprofile(String value)
|
Countrydetails |
withCurrentPeriod(boolean value)
|
Countrydetails |
withParliamentPeriod(String value)
|
Countrydetails |
withSeats(BigInteger value)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String country
protected String countrycode
protected String parliamentPeriod
protected boolean currentPeriod
protected BigInteger seats
protected BigInteger countryid
protected String countryprofile
protected String countryinfo
protected Long hjid
Constructor Detail |
---|
public Countrydetails()
Method Detail |
---|
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getCountrycode()
String
public void setCountrycode(String value)
value
- allowed object is
String
public String getParliamentPeriod()
String
public void setParliamentPeriod(String value)
value
- allowed object is
String
public boolean isCurrentPeriod()
public void setCurrentPeriod(boolean value)
public BigInteger getSeats()
BigInteger
public void setSeats(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getCountryid()
BigInteger
public void setCountryid(BigInteger value)
value
- allowed object is
BigInteger
public String getCountryprofile()
String
public void setCountryprofile(String value)
value
- allowed object is
String
public String getCountryinfo()
String
public void setCountryinfo(String value)
value
- allowed object is
String
public Countrydetails withCountry(String value)
public Countrydetails withCountrycode(String value)
public Countrydetails withParliamentPeriod(String value)
public Countrydetails withCurrentPeriod(boolean value)
public Countrydetails withSeats(BigInteger value)
public Countrydetails withCountryid(BigInteger value)
public Countrydetails withCountryprofile(String value)
public Countrydetails withCountryinfo(String value)
public Long getHjid()
Long
public 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.Equals
public 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.HashCode
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |