@Entity(name="ViewRiksdagenVoteDataBallotPartySummary") public class ViewRiksdagenVoteDataBallotPartySummary extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ViewRiksdagenVoteDataBallotPartySummary complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenVoteDataBallotPartySummary"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="embeddedId" type="{http://committee.data.application.internal.model.cia.hack23.com/impl}RiksdagenVoteDataBallotPartyEmbeddedId"/> <element name="vote_date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ballot_type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="total_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="yes_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="no_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="abstain_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="absent_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="approved" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="no_winner" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="percentage_yes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_no" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_absent" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="percentage_male" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_total_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="party_yes_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="party_no_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="party_abstain_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="party_absent_votes" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="party_approved" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="party_no_winner" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="party_percentage_yes" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_no" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_absent" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="party_percentage_male" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ViewRiksdagenVoteDataBallotPartySummary() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
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) |
long |
getAbsentVotes()
Gets the value of the absentVotes property.
|
long |
getAbstainVotes()
Gets the value of the abstainVotes property.
|
BigDecimal |
getAvgBornYear()
Gets the value of the avgBornYear property.
|
String |
getBallotType()
Gets the value of the ballotType property.
|
RiksdagenVoteDataBallotPartyEmbeddedId |
getEmbeddedId()
Gets the value of the embeddedId property.
|
String |
getLabel()
Gets the value of the label property.
|
long |
getNoVotes()
Gets the value of the noVotes property.
|
long |
getPartyAbsentVotes()
Gets the value of the partyAbsentVotes property.
|
long |
getPartyAbstainVotes()
Gets the value of the partyAbstainVotes property.
|
BigDecimal |
getPartyAvgBornYear()
Gets the value of the partyAvgBornYear property.
|
long |
getPartyNoVotes()
Gets the value of the partyNoVotes property.
|
BigDecimal |
getPartyPercentageAbsent()
Gets the value of the partyPercentageAbsent property.
|
BigDecimal |
getPartyPercentageAbstain()
Gets the value of the partyPercentageAbstain property.
|
BigDecimal |
getPartyPercentageMale()
Gets the value of the partyPercentageMale property.
|
BigDecimal |
getPartyPercentageNo()
Gets the value of the partyPercentageNo property.
|
BigDecimal |
getPartyPercentageYes()
Gets the value of the partyPercentageYes property.
|
long |
getPartyTotalVotes()
Gets the value of the partyTotalVotes property.
|
long |
getPartyYesVotes()
Gets the value of the partyYesVotes property.
|
BigDecimal |
getPercentageAbsent()
Gets the value of the percentageAbsent property.
|
BigDecimal |
getPercentageAbstain()
Gets the value of the percentageAbstain property.
|
BigDecimal |
getPercentageMale()
Gets the value of the percentageMale property.
|
BigDecimal |
getPercentageNo()
Gets the value of the percentageNo property.
|
BigDecimal |
getPercentageYes()
Gets the value of the percentageYes property.
|
String |
getRm()
Gets the value of the rm property.
|
long |
getTotalVotes()
Gets the value of the totalVotes property.
|
Date |
getVoteDate()
Gets the value of the voteDate property.
|
long |
getYesVotes()
Gets the value of the yesVotes property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isApproved()
Gets the value of the approved property.
|
boolean |
isNoWinner()
Gets the value of the noWinner property.
|
boolean |
isPartyApproved()
Gets the value of the partyApproved property.
|
boolean |
isPartyNoWinner()
Gets the value of the partyNoWinner property.
|
void |
setAbsentVotes(long value)
Sets the value of the absentVotes property.
|
void |
setAbstainVotes(long value)
Sets the value of the abstainVotes property.
|
void |
setApproved(boolean value)
Sets the value of the approved property.
|
void |
setAvgBornYear(BigDecimal value)
Sets the value of the avgBornYear property.
|
void |
setBallotType(String value)
Sets the value of the ballotType property.
|
void |
setEmbeddedId(RiksdagenVoteDataBallotPartyEmbeddedId value)
Sets the value of the embeddedId property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setNoVotes(long value)
Sets the value of the noVotes property.
|
void |
setNoWinner(boolean value)
Sets the value of the noWinner property.
|
void |
setPartyAbsentVotes(long value)
Sets the value of the partyAbsentVotes property.
|
void |
setPartyAbstainVotes(long value)
Sets the value of the partyAbstainVotes property.
|
void |
setPartyApproved(boolean value)
Sets the value of the partyApproved property.
|
void |
setPartyAvgBornYear(BigDecimal value)
Sets the value of the partyAvgBornYear property.
|
void |
setPartyNoVotes(long value)
Sets the value of the partyNoVotes property.
|
void |
setPartyNoWinner(boolean value)
Sets the value of the partyNoWinner property.
|
void |
setPartyPercentageAbsent(BigDecimal value)
Sets the value of the partyPercentageAbsent property.
|
void |
setPartyPercentageAbstain(BigDecimal value)
Sets the value of the partyPercentageAbstain property.
|
void |
setPartyPercentageMale(BigDecimal value)
Sets the value of the partyPercentageMale property.
|
void |
setPartyPercentageNo(BigDecimal value)
Sets the value of the partyPercentageNo property.
|
void |
setPartyPercentageYes(BigDecimal value)
Sets the value of the partyPercentageYes property.
|
void |
setPartyTotalVotes(long value)
Sets the value of the partyTotalVotes property.
|
void |
setPartyYesVotes(long value)
Sets the value of the partyYesVotes property.
|
void |
setPercentageAbsent(BigDecimal value)
Sets the value of the percentageAbsent property.
|
void |
setPercentageAbstain(BigDecimal value)
Sets the value of the percentageAbstain property.
|
void |
setPercentageMale(BigDecimal value)
Sets the value of the percentageMale property.
|
void |
setPercentageNo(BigDecimal value)
Sets the value of the percentageNo property.
|
void |
setPercentageYes(BigDecimal value)
Sets the value of the percentageYes property.
|
void |
setRm(String value)
Sets the value of the rm property.
|
void |
setTotalVotes(long value)
Sets the value of the totalVotes property.
|
void |
setVoteDate(Date value)
Sets the value of the voteDate property.
|
void |
setYesVotes(long value)
Sets the value of the yesVotes property.
|
String |
toString() |
ViewRiksdagenVoteDataBallotPartySummary |
withAbsentVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withAbstainVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withApproved(boolean value) |
ViewRiksdagenVoteDataBallotPartySummary |
withAvgBornYear(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withBallotType(String value) |
ViewRiksdagenVoteDataBallotPartySummary |
withEmbeddedId(RiksdagenVoteDataBallotPartyEmbeddedId value) |
ViewRiksdagenVoteDataBallotPartySummary |
withLabel(String value) |
ViewRiksdagenVoteDataBallotPartySummary |
withNoVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withNoWinner(boolean value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyAbsentVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyAbstainVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyApproved(boolean value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyAvgBornYear(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyNoVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyNoWinner(boolean value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyPercentageAbsent(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyPercentageAbstain(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyPercentageMale(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyPercentageNo(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyPercentageYes(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyTotalVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPartyYesVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPercentageAbsent(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPercentageAbstain(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPercentageMale(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPercentageNo(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withPercentageYes(BigDecimal value) |
ViewRiksdagenVoteDataBallotPartySummary |
withRm(String value) |
ViewRiksdagenVoteDataBallotPartySummary |
withTotalVotes(long value) |
ViewRiksdagenVoteDataBallotPartySummary |
withVoteDate(Date value) |
ViewRiksdagenVoteDataBallotPartySummary |
withYesVotes(long value) |
protected RiksdagenVoteDataBallotPartyEmbeddedId embeddedId
protected Date voteDate
protected String rm
protected String ballotType
protected String label
protected BigDecimal avgBornYear
protected long totalVotes
protected long yesVotes
protected long noVotes
protected long abstainVotes
protected long absentVotes
protected boolean approved
protected boolean noWinner
protected BigDecimal percentageYes
protected BigDecimal percentageNo
protected BigDecimal percentageAbsent
protected BigDecimal percentageAbstain
protected BigDecimal percentageMale
protected BigDecimal partyAvgBornYear
protected long partyTotalVotes
protected long partyYesVotes
protected long partyNoVotes
protected long partyAbstainVotes
protected long partyAbsentVotes
protected boolean partyApproved
protected boolean partyNoWinner
protected BigDecimal partyPercentageYes
protected BigDecimal partyPercentageNo
protected BigDecimal partyPercentageAbsent
protected BigDecimal partyPercentageAbstain
protected BigDecimal partyPercentageMale
public ViewRiksdagenVoteDataBallotPartySummary()
public RiksdagenVoteDataBallotPartyEmbeddedId getEmbeddedId()
RiksdagenVoteDataBallotPartyEmbeddedId
public void setEmbeddedId(RiksdagenVoteDataBallotPartyEmbeddedId value)
value
- allowed object is
RiksdagenVoteDataBallotPartyEmbeddedId
public Date getVoteDate()
String
public void setVoteDate(Date value)
value
- allowed object is
String
public void setRm(String value)
value
- allowed object is
String
public String getBallotType()
String
public void setBallotType(String value)
value
- allowed object is
String
public String getLabel()
String
public void setLabel(String value)
value
- allowed object is
String
public BigDecimal getAvgBornYear()
BigDecimal
public void setAvgBornYear(BigDecimal value)
value
- allowed object is
BigDecimal
public long getTotalVotes()
public void setTotalVotes(long value)
public long getYesVotes()
public void setYesVotes(long value)
public long getNoVotes()
public void setNoVotes(long value)
public long getAbstainVotes()
public void setAbstainVotes(long value)
public long getAbsentVotes()
public void setAbsentVotes(long value)
public boolean isApproved()
public void setApproved(boolean value)
public boolean isNoWinner()
public void setNoWinner(boolean value)
public BigDecimal getPercentageYes()
BigDecimal
public void setPercentageYes(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPercentageNo()
BigDecimal
public void setPercentageNo(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPercentageAbsent()
BigDecimal
public void setPercentageAbsent(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPercentageAbstain()
BigDecimal
public void setPercentageAbstain(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPercentageMale()
BigDecimal
public void setPercentageMale(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPartyAvgBornYear()
BigDecimal
public void setPartyAvgBornYear(BigDecimal value)
value
- allowed object is
BigDecimal
public long getPartyTotalVotes()
public void setPartyTotalVotes(long value)
public long getPartyYesVotes()
public void setPartyYesVotes(long value)
public long getPartyNoVotes()
public void setPartyNoVotes(long value)
public long getPartyAbstainVotes()
public void setPartyAbstainVotes(long value)
public long getPartyAbsentVotes()
public void setPartyAbsentVotes(long value)
public boolean isPartyApproved()
public void setPartyApproved(boolean value)
public boolean isPartyNoWinner()
public void setPartyNoWinner(boolean value)
public BigDecimal getPartyPercentageYes()
BigDecimal
public void setPartyPercentageYes(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPartyPercentageNo()
BigDecimal
public void setPartyPercentageNo(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPartyPercentageAbsent()
BigDecimal
public void setPartyPercentageAbsent(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPartyPercentageAbstain()
BigDecimal
public void setPartyPercentageAbstain(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getPartyPercentageMale()
BigDecimal
public void setPartyPercentageMale(BigDecimal value)
value
- allowed object is
BigDecimal
public ViewRiksdagenVoteDataBallotPartySummary withEmbeddedId(RiksdagenVoteDataBallotPartyEmbeddedId value)
public ViewRiksdagenVoteDataBallotPartySummary withVoteDate(Date value)
public ViewRiksdagenVoteDataBallotPartySummary withRm(String value)
public ViewRiksdagenVoteDataBallotPartySummary withBallotType(String value)
public ViewRiksdagenVoteDataBallotPartySummary withLabel(String value)
public ViewRiksdagenVoteDataBallotPartySummary withAvgBornYear(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withTotalVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withYesVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withNoVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withAbstainVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withAbsentVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withApproved(boolean value)
public ViewRiksdagenVoteDataBallotPartySummary withNoWinner(boolean value)
public ViewRiksdagenVoteDataBallotPartySummary withPercentageYes(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPercentageNo(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPercentageAbsent(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPercentageAbstain(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPercentageMale(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyAvgBornYear(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyTotalVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyYesVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyNoVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyAbstainVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyAbsentVotes(long value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyApproved(boolean value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyNoWinner(boolean value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageYes(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageNo(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageAbsent(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageAbstain(BigDecimal value)
public ViewRiksdagenVoteDataBallotPartySummary withPartyPercentageMale(BigDecimal value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
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 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
Copyright © 2010–2017 www.hack23.com. All rights reserved.