|
||||||||||
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.countryinfo.impl.CountryinfoEuElement
@Entity(name="CountryinfoEuElement") public class CountryinfoEuElement
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> <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="countryprofile" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="meps"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mep" type="{http://countryinfo.itsyourparliament.external.model.cia.hack23.com/impl}Mep" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
country
|
protected String |
countrycode
|
protected String |
countryprofile
|
protected boolean |
currentPeriod
|
protected Long |
hjid
|
protected Meps |
meps
|
protected String |
parliamentPeriod
|
protected BigInteger |
seats
|
Constructor Summary | |
---|---|
CountryinfoEuElement()
|
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. |
String |
getCountryprofile()
Gets the value of the countryprofile property. |
Long |
getHjid()
Gets the value of the hjid property. |
Meps |
getMeps()
Gets the value of the meps 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 |
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 |
setMeps(Meps value)
Sets the value of the meps property. |
void |
setParliamentPeriod(String value)
Sets the value of the parliamentPeriod property. |
void |
setSeats(BigInteger value)
Sets the value of the seats property. |
CountryinfoEuElement |
withCountry(String value)
|
CountryinfoEuElement |
withCountrycode(String value)
|
CountryinfoEuElement |
withCountryprofile(String value)
|
CountryinfoEuElement |
withCurrentPeriod(boolean value)
|
CountryinfoEuElement |
withMeps(Meps value)
|
CountryinfoEuElement |
withParliamentPeriod(String value)
|
CountryinfoEuElement |
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 String countryprofile
protected Meps meps
protected Long hjid
Constructor Detail |
---|
public CountryinfoEuElement()
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 String getCountryprofile()
String
public void setCountryprofile(String value)
value
- allowed object is
String
public Meps getMeps()
Meps
public void setMeps(Meps value)
value
- allowed object is
Meps
public CountryinfoEuElement withCountry(String value)
public CountryinfoEuElement withCountrycode(String value)
public CountryinfoEuElement withParliamentPeriod(String value)
public CountryinfoEuElement withCurrentPeriod(boolean value)
public CountryinfoEuElement withSeats(BigInteger value)
public CountryinfoEuElement withCountryprofile(String value)
public CountryinfoEuElement withMeps(Meps 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 |