Class ViewRiksdagenPartyBallotSupportAnnualSummary

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

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

    Java class for ViewRiksdagenPartyBallotSupportAnnualSummary complex type.

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

     <complexType name="ViewRiksdagenPartyBallotSupportAnnualSummary">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="embeddedId" type="{http://party.data.application.internal.model.cia.hack23.com/impl}ViewRiksdagenPartyBallotSupportAnnualSummaryEmbeddedId"/>
             <element name="disagre_count" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="agree_count" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="disagree_percentage" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="total_ballots" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form