com.hack23.cia.model.external.riksdagen.person.impl
Class PersonData

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

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

Java class for PersonData complex type.

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

 <complexType name="PersonData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="hangar_guid" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="intressent_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="fodd_ar" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="kon" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}SexType"/>
         <element name="efternamn" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="tilltalsnamn" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="iort" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="parti" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="valkrets" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="status" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}RoleStatus"/>
         <element name="bild_url_192" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="bild_url_max" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="bild_url_80" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="person_url_xml" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="personuppdrag" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}PersonAssignmentData"/>
         <element name="personuppgift" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}PersonDetailData"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  int bornYear
           
protected  String electionRegion
           
protected  String firstName
           
protected  SexType gender
           
protected  String hangarGuid
           
protected  String id
           
protected  String imageUrl192
           
protected  String imageUrl80
           
protected  String imageUrlMax
           
protected  String lastName
           
protected  String party
           
protected  PersonAssignmentData personAssignmentData
           
protected  PersonDetailData personDetailData
           
protected  String personUrlXml
           
protected  String place
           
protected  RoleStatus status
           
 
Constructor Summary
PersonData()
           
 
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)
           
 int getBornYear()
          Gets the value of the bornYear property.
 String getElectionRegion()
          Gets the value of the electionRegion property.
 String getFirstName()
          Gets the value of the firstName property.
 SexType getGender()
          Gets the value of the gender property.
 String getHangarGuid()
          Gets the value of the hangarGuid property.
 String getId()
          Gets the value of the id property.
 String getImageUrl192()
          Gets the value of the imageUrl192 property.
 String getImageUrl80()
          Gets the value of the imageUrl80 property.
 String getImageUrlMax()
          Gets the value of the imageUrlMax property.
 String getLastName()
          Gets the value of the lastName property.
 String getParty()
          Gets the value of the party property.
 PersonAssignmentData getPersonAssignmentData()
          Gets the value of the personAssignmentData property.
 PersonDetailData getPersonDetailData()
          Gets the value of the personDetailData property.
 String getPersonUrlXml()
          Gets the value of the personUrlXml property.
 String getPlace()
          Gets the value of the place property.
 RoleStatus getStatus()
          Gets the value of the status property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setBornYear(int value)
          Sets the value of the bornYear property.
 void setElectionRegion(String value)
          Sets the value of the electionRegion property.
 void setFirstName(String value)
          Sets the value of the firstName property.
 void setGender(SexType value)
          Sets the value of the gender property.
 void setHangarGuid(String value)
          Sets the value of the hangarGuid property.
 void setId(String value)
          Sets the value of the id property.
 void setImageUrl192(String value)
          Sets the value of the imageUrl192 property.
 void setImageUrl80(String value)
          Sets the value of the imageUrl80 property.
 void setImageUrlMax(String value)
          Sets the value of the imageUrlMax property.
 void setLastName(String value)
          Sets the value of the lastName property.
 void setParty(String value)
          Sets the value of the party property.
 void setPersonAssignmentData(PersonAssignmentData value)
          Sets the value of the personAssignmentData property.
 void setPersonDetailData(PersonDetailData value)
          Sets the value of the personDetailData property.
 void setPersonUrlXml(String value)
          Sets the value of the personUrlXml property.
 void setPlace(String value)
          Sets the value of the place property.
 void setStatus(RoleStatus value)
          Sets the value of the status property.
 PersonData withBornYear(int value)
           
 PersonData withElectionRegion(String value)
           
 PersonData withFirstName(String value)
           
 PersonData withGender(SexType value)
           
 PersonData withHangarGuid(String value)
           
 PersonData withId(String value)
           
 PersonData withImageUrl192(String value)
           
 PersonData withImageUrl80(String value)
           
 PersonData withImageUrlMax(String value)
           
 PersonData withLastName(String value)
           
 PersonData withParty(String value)
           
 PersonData withPersonAssignmentData(PersonAssignmentData value)
           
 PersonData withPersonDetailData(PersonDetailData value)
           
 PersonData withPersonUrlXml(String value)
           
 PersonData withPlace(String value)
           
 PersonData withStatus(RoleStatus value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hangarGuid

protected String hangarGuid

id

protected String id

bornYear

protected int bornYear

gender

protected SexType gender

lastName

protected String lastName

firstName

protected String firstName

place

protected String place

party

protected String party

electionRegion

protected String electionRegion

status

protected RoleStatus status

imageUrl192

protected String imageUrl192

imageUrlMax

protected String imageUrlMax

imageUrl80

protected String imageUrl80

personUrlXml

protected String personUrlXml

personAssignmentData

protected PersonAssignmentData personAssignmentData

personDetailData

protected PersonDetailData personDetailData
Constructor Detail

PersonData

public PersonData()
Method Detail

getHangarGuid

public String getHangarGuid()
Gets the value of the hangarGuid property.

Returns:
possible object is String

setHangarGuid

public void setHangarGuid(String value)
Sets the value of the hangarGuid property.

Parameters:
value - allowed object is String

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getBornYear

public int getBornYear()
Gets the value of the bornYear property.


setBornYear

public void setBornYear(int value)
Sets the value of the bornYear property.


getGender

public SexType getGender()
Gets the value of the gender property.

Returns:
possible object is SexType

setGender

public void setGender(SexType value)
Sets the value of the gender property.

Parameters:
value - allowed object is SexType

getLastName

public String getLastName()
Gets the value of the lastName property.

Returns:
possible object is String

setLastName

public void setLastName(String value)
Sets the value of the lastName property.

Parameters:
value - allowed object is String

getFirstName

public String getFirstName()
Gets the value of the firstName property.

Returns:
possible object is String

setFirstName

public void setFirstName(String value)
Sets the value of the firstName property.

Parameters:
value - allowed object is String

getPlace

public String getPlace()
Gets the value of the place property.

Returns:
possible object is String

setPlace

public void setPlace(String value)
Sets the value of the place 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

getElectionRegion

public String getElectionRegion()
Gets the value of the electionRegion property.

Returns:
possible object is String

setElectionRegion

public void setElectionRegion(String value)
Sets the value of the electionRegion property.

Parameters:
value - allowed object is String

getStatus

public RoleStatus getStatus()
Gets the value of the status property.

Returns:
possible object is RoleStatus

setStatus

public void setStatus(RoleStatus value)
Sets the value of the status property.

Parameters:
value - allowed object is RoleStatus

getImageUrl192

public String getImageUrl192()
Gets the value of the imageUrl192 property.

Returns:
possible object is String

setImageUrl192

public void setImageUrl192(String value)
Sets the value of the imageUrl192 property.

Parameters:
value - allowed object is String

getImageUrlMax

public String getImageUrlMax()
Gets the value of the imageUrlMax property.

Returns:
possible object is String

setImageUrlMax

public void setImageUrlMax(String value)
Sets the value of the imageUrlMax property.

Parameters:
value - allowed object is String

getImageUrl80

public String getImageUrl80()
Gets the value of the imageUrl80 property.

Returns:
possible object is String

setImageUrl80

public void setImageUrl80(String value)
Sets the value of the imageUrl80 property.

Parameters:
value - allowed object is String

getPersonUrlXml

public String getPersonUrlXml()
Gets the value of the personUrlXml property.

Returns:
possible object is String

setPersonUrlXml

public void setPersonUrlXml(String value)
Sets the value of the personUrlXml property.

Parameters:
value - allowed object is String

getPersonAssignmentData

public PersonAssignmentData getPersonAssignmentData()
Gets the value of the personAssignmentData property.

Returns:
possible object is PersonAssignmentData

setPersonAssignmentData

public void setPersonAssignmentData(PersonAssignmentData value)
Sets the value of the personAssignmentData property.

Parameters:
value - allowed object is PersonAssignmentData

getPersonDetailData

public PersonDetailData getPersonDetailData()
Gets the value of the personDetailData property.

Returns:
possible object is PersonDetailData

setPersonDetailData

public void setPersonDetailData(PersonDetailData value)
Sets the value of the personDetailData property.

Parameters:
value - allowed object is PersonDetailData

withHangarGuid

public PersonData withHangarGuid(String value)

withId

public PersonData withId(String value)

withBornYear

public PersonData withBornYear(int value)

withGender

public PersonData withGender(SexType value)

withLastName

public PersonData withLastName(String value)

withFirstName

public PersonData withFirstName(String value)

withPlace

public PersonData withPlace(String value)

withParty

public PersonData withParty(String value)

withElectionRegion

public PersonData withElectionRegion(String value)

withStatus

public PersonData withStatus(RoleStatus value)

withImageUrl192

public PersonData withImageUrl192(String value)

withImageUrlMax

public PersonData withImageUrlMax(String value)

withImageUrl80

public PersonData withImageUrl80(String value)

withPersonUrlXml

public PersonData withPersonUrlXml(String value)

withPersonAssignmentData

public PersonData withPersonAssignmentData(PersonAssignmentData value)

withPersonDetailData

public PersonData withPersonDetailData(PersonDetailData value)

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.