com.hack23.cia.model.external.itsyourparliament.mepinfo.impl
Class MepinfoEuElement

Package class diagram package MepinfoEuElement
java.lang.Object
  extended by com.hack23.cia.model.external.itsyourparliament.mepinfo.impl.MepinfoEuElement
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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

Java class for MepinfoEuElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MepinfoEuElement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mepid" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="mepname" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="fullname" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="countryinfo" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="party" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="mepprofile" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="webpage" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="address" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="mail" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="birth" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="birthplace" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="europarlid" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="membersince" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="membertill " type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="group" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
         <element name="attendance" type="{http://www.w3.org/2001/XMLSchema}integer"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String address
           
protected  BigInteger attendance
           
protected  Date birth
           
protected  String birthplace
           
protected  String country
           
protected  String countryinfo
           
protected  BigInteger europarlid
           
protected  String fullname
           
protected  String group
           
protected  Long hjid
           
protected  String mail
           
protected  Date membersince
           
protected  Date membertill0020
           
protected  BigInteger mepid
           
protected  String mepname
           
protected  String mepprofile
           
protected  String party
           
protected  String title
           
protected  String webpage
           
 
Constructor Summary
MepinfoEuElement()
           
 
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 getAddress()
          Gets the value of the address property.
 BigInteger getAttendance()
          Gets the value of the attendance property.
 Date getBirth()
          Gets the value of the birth property.
 String getBirthplace()
          Gets the value of the birthplace property.
 String getCountry()
          Gets the value of the country property.
 String getCountryinfo()
          Gets the value of the countryinfo property.
 BigInteger getEuroparlid()
          Gets the value of the europarlid property.
 String getFullname()
          Gets the value of the fullname property.
 String getGroup()
          Gets the value of the group property.
 Long getHjid()
          Gets the value of the hjid property.
 String getMail()
          Gets the value of the mail property.
 Date getMembersince()
          Gets the value of the membersince property.
 Date getMembertill_0020()
          Gets the value of the membertill0020 property.
 BigInteger getMepid()
          Gets the value of the mepid property.
 String getMepname()
          Gets the value of the mepname property.
 String getMepprofile()
          Gets the value of the mepprofile property.
 String getParty()
          Gets the value of the party property.
 String getTitle()
          Gets the value of the title property.
 String getWebpage()
          Gets the value of the webpage property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setAddress(String value)
          Sets the value of the address property.
 void setAttendance(BigInteger value)
          Sets the value of the attendance property.
 void setBirth(Date value)
          Sets the value of the birth property.
 void setBirthplace(String value)
          Sets the value of the birthplace property.
 void setCountry(String value)
          Sets the value of the country property.
 void setCountryinfo(String value)
          Sets the value of the countryinfo property.
 void setEuroparlid(BigInteger value)
          Sets the value of the europarlid property.
 void setFullname(String value)
          Sets the value of the fullname property.
 void setGroup(String value)
          Sets the value of the group property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setMail(String value)
          Sets the value of the mail property.
 void setMembersince(Date value)
          Sets the value of the membersince property.
 void setMembertill_0020(Date value)
          Sets the value of the membertill0020 property.
 void setMepid(BigInteger value)
          Sets the value of the mepid property.
 void setMepname(String value)
          Sets the value of the mepname property.
 void setMepprofile(String value)
          Sets the value of the mepprofile property.
 void setParty(String value)
          Sets the value of the party property.
 void setTitle(String value)
          Sets the value of the title property.
 void setWebpage(String value)
          Sets the value of the webpage property.
 MepinfoEuElement withAddress(String value)
           
 MepinfoEuElement withAttendance(BigInteger value)
           
 MepinfoEuElement withBirth(Date value)
           
 MepinfoEuElement withBirthplace(String value)
           
 MepinfoEuElement withCountry(String value)
           
 MepinfoEuElement withCountryinfo(String value)
           
 MepinfoEuElement withEuroparlid(BigInteger value)
           
 MepinfoEuElement withFullname(String value)
           
 MepinfoEuElement withGroup(String value)
           
 MepinfoEuElement withMail(String value)
           
 MepinfoEuElement withMembersince(Date value)
           
 MepinfoEuElement withMembertill_0020(Date value)
           
 MepinfoEuElement withMepid(BigInteger value)
           
 MepinfoEuElement withMepname(String value)
           
 MepinfoEuElement withMepprofile(String value)
           
 MepinfoEuElement withParty(String value)
           
 MepinfoEuElement withTitle(String value)
           
 MepinfoEuElement withWebpage(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mepid

protected BigInteger mepid

mepname

protected String mepname

fullname

protected String fullname

country

protected String country

countryinfo

protected String countryinfo

title

protected String title

party

protected String party

mepprofile

protected String mepprofile

webpage

protected String webpage

address

protected String address

mail

protected String mail

birth

protected Date birth

birthplace

protected String birthplace

europarlid

protected BigInteger europarlid

membersince

protected Date membersince

membertill0020

protected Date membertill0020

group

protected String group

attendance

protected BigInteger attendance

hjid

protected Long hjid
Constructor Detail

MepinfoEuElement

public MepinfoEuElement()
Method Detail

getMepid

public BigInteger getMepid()
Gets the value of the mepid property.

Returns:
possible object is BigInteger

setMepid

public void setMepid(BigInteger value)
Sets the value of the mepid property.

Parameters:
value - allowed object is BigInteger

getMepname

public String getMepname()
Gets the value of the mepname property.

Returns:
possible object is String

setMepname

public void setMepname(String value)
Sets the value of the mepname property.

Parameters:
value - allowed object is String

getFullname

public String getFullname()
Gets the value of the fullname property.

Returns:
possible object is String

setFullname

public void setFullname(String value)
Sets the value of the fullname property.

Parameters:
value - allowed object is String

getCountry

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

Returns:
possible object is String

setCountry

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

Parameters:
value - allowed object is String

getCountryinfo

public String getCountryinfo()
Gets the value of the countryinfo property.

Returns:
possible object is String

setCountryinfo

public void setCountryinfo(String value)
Sets the value of the countryinfo property.

Parameters:
value - allowed object is String

getTitle

public String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getParty

public String getParty()
Gets the value of the party property.

Returns:
possible object is String

setParty

public void setParty(String value)
Sets the value of the party property.

Parameters:
value - allowed object is String

getMepprofile

public String getMepprofile()
Gets the value of the mepprofile property.

Returns:
possible object is String

setMepprofile

public void setMepprofile(String value)
Sets the value of the mepprofile property.

Parameters:
value - allowed object is String

getWebpage

public String getWebpage()
Gets the value of the webpage property.

Returns:
possible object is String

setWebpage

public void setWebpage(String value)
Sets the value of the webpage property.

Parameters:
value - allowed object is String

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getMail

public String getMail()
Gets the value of the mail property.

Returns:
possible object is String

setMail

public void setMail(String value)
Sets the value of the mail property.

Parameters:
value - allowed object is String

getBirth

public Date getBirth()
Gets the value of the birth property.

Returns:
possible object is String

setBirth

public void setBirth(Date value)
Sets the value of the birth property.

Parameters:
value - allowed object is String

getBirthplace

public String getBirthplace()
Gets the value of the birthplace property.

Returns:
possible object is String

setBirthplace

public void setBirthplace(String value)
Sets the value of the birthplace property.

Parameters:
value - allowed object is String

getEuroparlid

public BigInteger getEuroparlid()
Gets the value of the europarlid property.

Returns:
possible object is BigInteger

setEuroparlid

public void setEuroparlid(BigInteger value)
Sets the value of the europarlid property.

Parameters:
value - allowed object is BigInteger

getMembersince

public Date getMembersince()
Gets the value of the membersince property.

Returns:
possible object is String

setMembersince

public void setMembersince(Date value)
Sets the value of the membersince property.

Parameters:
value - allowed object is String

getMembertill_0020

public Date getMembertill_0020()
Gets the value of the membertill0020 property.

Returns:
possible object is String

setMembertill_0020

public void setMembertill_0020(Date value)
Sets the value of the membertill0020 property.

Parameters:
value - allowed object is String

getGroup

public String getGroup()
Gets the value of the group property.

Returns:
possible object is String

setGroup

public void setGroup(String value)
Sets the value of the group property.

Parameters:
value - allowed object is String

getAttendance

public BigInteger getAttendance()
Gets the value of the attendance property.

Returns:
possible object is BigInteger

setAttendance

public void setAttendance(BigInteger value)
Sets the value of the attendance property.

Parameters:
value - allowed object is BigInteger

withMepid

public MepinfoEuElement withMepid(BigInteger value)

withMepname

public MepinfoEuElement withMepname(String value)

withFullname

public MepinfoEuElement withFullname(String value)

withCountry

public MepinfoEuElement withCountry(String value)

withCountryinfo

public MepinfoEuElement withCountryinfo(String value)

withTitle

public MepinfoEuElement withTitle(String value)

withParty

public MepinfoEuElement withParty(String value)

withMepprofile

public MepinfoEuElement withMepprofile(String value)

withWebpage

public MepinfoEuElement withWebpage(String value)

withAddress

public MepinfoEuElement withAddress(String value)

withMail

public MepinfoEuElement withMail(String value)

withBirth

public MepinfoEuElement withBirth(Date value)

withBirthplace

public MepinfoEuElement withBirthplace(String value)

withEuroparlid

public MepinfoEuElement withEuroparlid(BigInteger value)

withMembersince

public MepinfoEuElement withMembersince(Date value)

withMembertill_0020

public MepinfoEuElement withMembertill_0020(Date value)

withGroup

public MepinfoEuElement withGroup(String value)

withAttendance

public MepinfoEuElement withAttendance(BigInteger 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.