com.hack23.cia.model.internal.application.data.impl
Class AggregatedCountryData

Package class diagram package AggregatedCountryData
java.lang.Object
  extended by com.hack23.cia.model.internal.application.data.impl.AggregatedCountryData
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="AggregatedCountryData")
public class AggregatedCountryData
extends Object
implements Serializable, ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

type

protected CountryMetaDataType type

euMember

protected Countrydetails euMember

country

protected CountryElement country

hjid

protected Long hjid
Constructor Detail

AggregatedCountryData

public AggregatedCountryData()
Method Detail

getType

public CountryMetaDataType getType()
Gets the value of the type property.

Returns:
possible object is CountryMetaDataType

setType

public void setType(CountryMetaDataType value)
Sets the value of the type property.

Parameters:
value - allowed object is CountryMetaDataType

getEuMember

public Countrydetails getEuMember()
Gets the value of the euMember property.

Returns:
possible object is Countrydetails

setEuMember

public void setEuMember(Countrydetails value)
Sets the value of the euMember property.

Parameters:
value - allowed object is Countrydetails

getCountry

public CountryElement getCountry()
Gets the value of the country property.

Returns:
possible object is CountryElement

setCountry

public void setCountry(CountryElement value)
Sets the value of the country property.

Parameters:
value - allowed object is CountryElement

withType

public AggregatedCountryData withType(CountryMetaDataType value)

withEuMember

public AggregatedCountryData withEuMember(Countrydetails value)

withCountry

public AggregatedCountryData withCountry(CountryElement value)

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.