Class ViewRiksdagenCommitteeBallotDecisionPartySummary

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

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

Java class for ViewRiksdagenCommitteeBallotDecisionPartySummary complex type.

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

 <complexType name="ViewRiksdagenCommitteeBallotDecisionPartySummary">
   <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}ViewRiksdagenCommitteeBallotDecisionPartyEmbeddedId"/>
         <element name="committee_report" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="sub_title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="end_number" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="org" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="created_date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="public_date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="ballot_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="decision_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="against_proposal_parties" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="against_proposal_number" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="winner" 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="vote_date" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <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>
 
See Also: