Class RiksdagenVoteDataBallotPoliticianEmbeddedId

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

@Embeddable public class RiksdagenVoteDataBallotPoliticianEmbeddedId extends Object implements com.hack23.cia.model.common.api.ModelObject

Java class for RiksdagenVoteDataBallotPoliticianEmbeddedId complex type.

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

 <complexType name="RiksdagenVoteDataBallotPoliticianEmbeddedId">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ballotId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="concern" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="issue" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="intressentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • ballotId

      protected String ballotId
    • concern

      protected String concern
    • issue

      protected String issue
    • intressentId

      protected String intressentId
  • Constructor Details

    • RiksdagenVoteDataBallotPoliticianEmbeddedId

      public RiksdagenVoteDataBallotPoliticianEmbeddedId()
  • Method Details