|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.external.riksdagen.person.impl.PersonData
@Entity(name="PersonData") public class PersonData
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>
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 |
---|
protected String hangarGuid
protected String id
protected int bornYear
protected SexType gender
protected String lastName
protected String firstName
protected String place
protected String party
protected String electionRegion
protected RoleStatus status
protected String imageUrl192
protected String imageUrlMax
protected String imageUrl80
protected String personUrlXml
protected PersonAssignmentData personAssignmentData
protected PersonDetailData personDetailData
Constructor Detail |
---|
public PersonData()
Method Detail |
---|
public String getHangarGuid()
String
public void setHangarGuid(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public int getBornYear()
public void setBornYear(int value)
public SexType getGender()
SexType
public void setGender(SexType value)
value
- allowed object is
SexType
public String getLastName()
String
public void setLastName(String value)
value
- allowed object is
String
public String getFirstName()
String
public void setFirstName(String value)
value
- allowed object is
String
public String getPlace()
String
public void setPlace(String value)
value
- allowed object is
String
public String getParty()
String
public void setParty(String value)
value
- allowed object is
String
public String getElectionRegion()
String
public void setElectionRegion(String value)
value
- allowed object is
String
public RoleStatus getStatus()
RoleStatus
public void setStatus(RoleStatus value)
value
- allowed object is
RoleStatus
public String getImageUrl192()
String
public void setImageUrl192(String value)
value
- allowed object is
String
public String getImageUrlMax()
String
public void setImageUrlMax(String value)
value
- allowed object is
String
public String getImageUrl80()
String
public void setImageUrl80(String value)
value
- allowed object is
String
public String getPersonUrlXml()
String
public void setPersonUrlXml(String value)
value
- allowed object is
String
public PersonAssignmentData getPersonAssignmentData()
PersonAssignmentData
public void setPersonAssignmentData(PersonAssignmentData value)
value
- allowed object is
PersonAssignmentData
public PersonDetailData getPersonDetailData()
PersonDetailData
public void setPersonDetailData(PersonDetailData value)
value
- allowed object is
PersonDetailData
public PersonData withHangarGuid(String value)
public PersonData withId(String value)
public PersonData withBornYear(int value)
public PersonData withGender(SexType value)
public PersonData withLastName(String value)
public PersonData withFirstName(String value)
public PersonData withPlace(String value)
public PersonData withParty(String value)
public PersonData withElectionRegion(String value)
public PersonData withStatus(RoleStatus value)
public PersonData withImageUrl192(String value)
public PersonData withImageUrlMax(String value)
public PersonData withImageUrl80(String value)
public PersonData withPersonUrlXml(String value)
public PersonData withPersonAssignmentData(PersonAssignmentData value)
public PersonData withPersonDetailData(PersonDetailData value)
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 |