Class ViewRiksdagenVoteDataBallotPartySummaryAnnual

java.lang.Object
com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenVoteDataBallotPartySummaryAnnual
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, Serializable

@Entity(name="ViewRiksdagenVoteDataBallotPartySummaryAnnual") public class ViewRiksdagenVoteDataBallotPartySummaryAnnual extends Object implements com.hack23.cia.model.common.api.ModelObject

Java class for ViewRiksdagenVoteDataBallotPartySummaryAnnual complex type.

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

 <complexType name="ViewRiksdagenVoteDataBallotPartySummaryAnnual">
   <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}RiksdagenVoteDataBallotPartyPeriodSummaryEmbeddedId"/>
         <element name="total_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="yes_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="no_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="number_ballots" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="abstain_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="absent_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="approved_total" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="approved_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <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="party_avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_total_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_yes_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_no_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_abstain_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_absent_votes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <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_avg_percentage_male" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_won_total" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="party_won_percentage" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="avg_percentage_yes" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="avg_percentage_no" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="avg_percentage_absent" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="avg_percentage_abstain" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="avg_percentage_male" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="avg_born_year" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also: