|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.internal.application.data.impl.AggregatedCountryData
@Entity(name="AggregatedCountryData") public class AggregatedCountryData
Java class for AggregatedCountryData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AggregatedCountryData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://data.application.internal.model.cia.hack23.com/impl}CountryMetaDataType" minOccurs="0"/> <element name="euMember" type="{http://countries.itsyourparliament.external.model.cia.hack23.com/impl}Countrydetails" minOccurs="0"/> <element ref="{http://countries.worldbank.external.model.cia.hack23.com/impl}country" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected CountryElement |
country
|
protected Countrydetails |
euMember
|
protected Long |
hjid
|
protected CountryMetaDataType |
type
|
Constructor Summary | |
---|---|
AggregatedCountryData()
|
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)
|
CountryElement |
getCountry()
Gets the value of the country property. |
Countrydetails |
getEuMember()
Gets the value of the euMember property. |
Long |
getHjid()
Gets the value of the hjid property. |
CountryMetaDataType |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCountry(CountryElement value)
Sets the value of the country property. |
void |
setEuMember(Countrydetails value)
Sets the value of the euMember property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setType(CountryMetaDataType value)
Sets the value of the type property. |
AggregatedCountryData |
withCountry(CountryElement value)
|
AggregatedCountryData |
withEuMember(Countrydetails value)
|
AggregatedCountryData |
withType(CountryMetaDataType value)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CountryMetaDataType type
protected Countrydetails euMember
protected CountryElement country
protected Long hjid
Constructor Detail |
---|
public AggregatedCountryData()
Method Detail |
---|
public CountryMetaDataType getType()
CountryMetaDataType
public void setType(CountryMetaDataType value)
value
- allowed object is
CountryMetaDataType
public Countrydetails getEuMember()
Countrydetails
public void setEuMember(Countrydetails value)
value
- allowed object is
Countrydetails
public CountryElement getCountry()
CountryElement
public void setCountry(CountryElement value)
value
- allowed object is
CountryElement
public AggregatedCountryData withType(CountryMetaDataType value)
public AggregatedCountryData withEuMember(Countrydetails value)
public AggregatedCountryData withCountry(CountryElement 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 |