Class ViewRiksdagenPartyMember

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

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

    Java class for ViewRiksdagenPartyMember complex type.

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

     <complexType name="ViewRiksdagenPartyMember">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="hjid" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="coAddress" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="faxNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="partyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="partyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="postCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="registeredDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="shortCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="website" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="bornYear" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="electionRegion" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="gender" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="hangarGuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="image_url_192" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="image_url_80" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="image_url_max" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="last_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="party" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="person_url_xml" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="place" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • id

        protected java.lang.String id
      • hjid

        protected long hjid
      • address

        protected java.lang.String address
      • city

        protected java.lang.String city
      • coAddress

        protected java.lang.String coAddress
      • email

        protected java.lang.String email
      • faxNumber

        protected java.lang.String faxNumber
      • partyId

        protected java.lang.String partyId
      • partyName

        protected java.lang.String partyName
      • phoneNumber

        protected java.lang.String phoneNumber
      • postCode

        protected java.lang.String postCode
      • registeredDate

        protected java.util.Date registeredDate
      • shortCode

        protected java.lang.String shortCode
      • website

        protected java.lang.String website
      • bornYear

        protected int bornYear
      • electionRegion

        protected java.lang.String electionRegion
      • firstName

        protected java.lang.String firstName
      • gender

        protected java.lang.String gender
      • hangarGuid

        protected java.lang.String hangarGuid
      • imageUrl192

        protected java.lang.String imageUrl192
      • imageUrl80

        protected java.lang.String imageUrl80
      • imageUrlMax

        protected java.lang.String imageUrlMax
      • lastName

        protected java.lang.String lastName
      • party

        protected java.lang.String party
      • personUrlXml

        protected java.lang.String personUrlXml
      • place

        protected java.lang.String place
      • status

        protected java.lang.String status
    • Constructor Detail

      • ViewRiksdagenPartyMember

        public ViewRiksdagenPartyMember()
    • Method Detail

      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getHjid

        public long getHjid()
        Gets the value of the hjid property.
      • setHjid

        public void setHjid​(long value)
        Sets the value of the hjid property.
      • getAddress

        public java.lang.String getAddress()
        Gets the value of the address property.
        Returns:
        possible object is String
      • setAddress

        public void setAddress​(java.lang.String value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is String
      • getCity

        public java.lang.String getCity()
        Gets the value of the city property.
        Returns:
        possible object is String
      • setCity

        public void setCity​(java.lang.String value)
        Sets the value of the city property.
        Parameters:
        value - allowed object is String
      • getCoAddress

        public java.lang.String getCoAddress()
        Gets the value of the coAddress property.
        Returns:
        possible object is String
      • setCoAddress

        public void setCoAddress​(java.lang.String value)
        Sets the value of the coAddress property.
        Parameters:
        value - allowed object is String
      • getEmail

        public java.lang.String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

        public void setEmail​(java.lang.String value)
        Sets the value of the email property.
        Parameters:
        value - allowed object is String
      • getFaxNumber

        public java.lang.String getFaxNumber()
        Gets the value of the faxNumber property.
        Returns:
        possible object is String
      • setFaxNumber

        public void setFaxNumber​(java.lang.String value)
        Sets the value of the faxNumber property.
        Parameters:
        value - allowed object is String
      • getPartyId

        public java.lang.String getPartyId()
        Gets the value of the partyId property.
        Returns:
        possible object is String
      • setPartyId

        public void setPartyId​(java.lang.String value)
        Sets the value of the partyId property.
        Parameters:
        value - allowed object is String
      • getPartyName

        public java.lang.String getPartyName()
        Gets the value of the partyName property.
        Returns:
        possible object is String
      • setPartyName

        public void setPartyName​(java.lang.String value)
        Sets the value of the partyName property.
        Parameters:
        value - allowed object is String
      • getPhoneNumber

        public java.lang.String getPhoneNumber()
        Gets the value of the phoneNumber property.
        Returns:
        possible object is String
      • setPhoneNumber

        public void setPhoneNumber​(java.lang.String value)
        Sets the value of the phoneNumber property.
        Parameters:
        value - allowed object is String
      • getPostCode

        public java.lang.String getPostCode()
        Gets the value of the postCode property.
        Returns:
        possible object is String
      • setPostCode

        public void setPostCode​(java.lang.String value)
        Sets the value of the postCode property.
        Parameters:
        value - allowed object is String
      • getRegisteredDate

        public java.util.Date getRegisteredDate()
        Gets the value of the registeredDate property.
        Returns:
        possible object is String
      • setRegisteredDate

        public void setRegisteredDate​(java.util.Date value)
        Sets the value of the registeredDate property.
        Parameters:
        value - allowed object is String
      • getShortCode

        public java.lang.String getShortCode()
        Gets the value of the shortCode property.
        Returns:
        possible object is String
      • setShortCode

        public void setShortCode​(java.lang.String value)
        Sets the value of the shortCode property.
        Parameters:
        value - allowed object is String
      • getWebsite

        public java.lang.String getWebsite()
        Gets the value of the website property.
        Returns:
        possible object is String
      • setWebsite

        public void setWebsite​(java.lang.String value)
        Sets the value of the website property.
        Parameters:
        value - allowed object is String
      • getBornYear

        public int getBornYear()
        Gets the value of the bornYear property.
      • setBornYear

        public void setBornYear​(int value)
        Sets the value of the bornYear property.
      • getElectionRegion

        public java.lang.String getElectionRegion()
        Gets the value of the electionRegion property.
        Returns:
        possible object is String
      • setElectionRegion

        public void setElectionRegion​(java.lang.String value)
        Sets the value of the electionRegion property.
        Parameters:
        value - allowed object is String
      • getFirstName

        public java.lang.String getFirstName()
        Gets the value of the firstName property.
        Returns:
        possible object is String
      • setFirstName

        public void setFirstName​(java.lang.String value)
        Sets the value of the firstName property.
        Parameters:
        value - allowed object is String
      • getGender

        public java.lang.String getGender()
        Gets the value of the gender property.
        Returns:
        possible object is String
      • setGender

        public void setGender​(java.lang.String value)
        Sets the value of the gender property.
        Parameters:
        value - allowed object is String
      • getHangarGuid

        public java.lang.String getHangarGuid()
        Gets the value of the hangarGuid property.
        Returns:
        possible object is String
      • setHangarGuid

        public void setHangarGuid​(java.lang.String value)
        Sets the value of the hangarGuid property.
        Parameters:
        value - allowed object is String
      • getImageUrl192

        public java.lang.String getImageUrl192()
        Gets the value of the imageUrl192 property.
        Returns:
        possible object is String
      • setImageUrl192

        public void setImageUrl192​(java.lang.String value)
        Sets the value of the imageUrl192 property.
        Parameters:
        value - allowed object is String
      • getImageUrl80

        public java.lang.String getImageUrl80()
        Gets the value of the imageUrl80 property.
        Returns:
        possible object is String
      • setImageUrl80

        public void setImageUrl80​(java.lang.String value)
        Sets the value of the imageUrl80 property.
        Parameters:
        value - allowed object is String
      • getImageUrlMax

        public java.lang.String getImageUrlMax()
        Gets the value of the imageUrlMax property.
        Returns:
        possible object is String
      • setImageUrlMax

        public void setImageUrlMax​(java.lang.String value)
        Sets the value of the imageUrlMax property.
        Parameters:
        value - allowed object is String
      • getLastName

        public java.lang.String getLastName()
        Gets the value of the lastName property.
        Returns:
        possible object is String
      • setLastName

        public void setLastName​(java.lang.String value)
        Sets the value of the lastName property.
        Parameters:
        value - allowed object is String
      • getParty

        public java.lang.String getParty()
        Gets the value of the party property.
        Returns:
        possible object is String
      • setParty

        public void setParty​(java.lang.String value)
        Sets the value of the party property.
        Parameters:
        value - allowed object is String
      • getPersonUrlXml

        public java.lang.String getPersonUrlXml()
        Gets the value of the personUrlXml property.
        Returns:
        possible object is String
      • setPersonUrlXml

        public void setPersonUrlXml​(java.lang.String value)
        Sets the value of the personUrlXml property.
        Parameters:
        value - allowed object is String
      • getPlace

        public java.lang.String getPlace()
        Gets the value of the place property.
        Returns:
        possible object is String
      • setPlace

        public void setPlace​(java.lang.String value)
        Sets the value of the place property.
        Parameters:
        value - allowed object is String
      • getStatus

        public java.lang.String getStatus()
        Gets the value of the status property.
        Returns:
        possible object is String
      • setStatus

        public void setStatus​(java.lang.String value)
        Sets the value of the status 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