Class RiksdagenVoteDataBallotEmbeddedId

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

    @Embeddable
    public class RiksdagenVoteDataBallotEmbeddedId
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for RiksdagenVoteDataBallotEmbeddedId complex type.

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

     <complexType name="RiksdagenVoteDataBallotEmbeddedId">
       <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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • ballotId

        protected java.lang.String ballotId
      • concern

        protected java.lang.String concern
      • issue

        protected java.lang.String issue
    • Constructor Detail

      • RiksdagenVoteDataBallotEmbeddedId

        public RiksdagenVoteDataBallotEmbeddedId()
    • Method Detail

      • getBallotId

        public java.lang.String getBallotId()
        Gets the value of the ballotId property.
        Returns:
        possible object is String
      • setBallotId

        public void setBallotId​(java.lang.String value)
        Sets the value of the ballotId property.
        Parameters:
        value - allowed object is String
      • getConcern

        public java.lang.String getConcern()
        Gets the value of the concern property.
        Returns:
        possible object is String
      • setConcern

        public void setConcern​(java.lang.String value)
        Sets the value of the concern property.
        Parameters:
        value - allowed object is String
      • getIssue

        public java.lang.String getIssue()
        Gets the value of the issue property.
        Returns:
        possible object is String
      • setIssue

        public void setIssue​(java.lang.String value)
        Sets the value of the issue property.
        Parameters:
        value - allowed object is String
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object