com.hack23.cia.model.external.val.partier.impl
Class SwedenPoliticalParty

Package class diagram package SwedenPoliticalParty
java.lang.Object
  extended by com.hack23.cia.model.external.val.partier.impl.SwedenPoliticalParty
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="SwedenPoliticalParty")
public class SwedenPoliticalParty
extends Object
implements Serializable, ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

Java class for SwedenPoliticalParty complex type.

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

 <complexType name="SwedenPoliticalParty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partibeteckning" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="forkortning" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="id_parti" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="co_adress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="telefon" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="gatuadress" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="telefax" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="postnummer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="postort" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="epost" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="webbplats" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="registreringsdatum" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String address
           
protected  String city
           
protected  String coAddress
           
protected  String email
           
protected  String faxNumber
           
protected  Long hjid
           
protected  String name
           
protected  String partyId
           
protected  String phoneNumber
           
protected  String postCode
           
protected  Date registeredDate
           
protected  String shortCode
           
protected  String website
           
 
Constructor Summary
SwedenPoliticalParty()
           
 
Method Summary
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 String getAddress()
          Gets the value of the address property.
 String getCity()
          Gets the value of the city property.
 String getCoAddress()
          Gets the value of the coAddress property.
 String getEmail()
          Gets the value of the email property.
 String getFaxNumber()
          Gets the value of the faxNumber property.
 Long getHjid()
          Gets the value of the hjid property.
 String getName()
          Gets the value of the name property.
 String getPartyId()
          Gets the value of the partyId property.
 String getPhoneNumber()
          Gets the value of the phoneNumber property.
 String getPostCode()
          Gets the value of the postCode property.
 Date getRegisteredDate()
          Gets the value of the registeredDate property.
 String getShortCode()
          Gets the value of the shortCode property.
 String getWebsite()
          Gets the value of the website property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setAddress(String value)
          Sets the value of the address property.
 void setCity(String value)
          Sets the value of the city property.
 void setCoAddress(String value)
          Sets the value of the coAddress property.
 void setEmail(String value)
          Sets the value of the email property.
 void setFaxNumber(String value)
          Sets the value of the faxNumber property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setName(String value)
          Sets the value of the name property.
 void setPartyId(String value)
          Sets the value of the partyId property.
 void setPhoneNumber(String value)
          Sets the value of the phoneNumber property.
 void setPostCode(String value)
          Sets the value of the postCode property.
 void setRegisteredDate(Date value)
          Sets the value of the registeredDate property.
 void setShortCode(String value)
          Sets the value of the shortCode property.
 void setWebsite(String value)
          Sets the value of the website property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

shortCode

protected String shortCode

partyId

protected String partyId

coAddress

protected String coAddress

phoneNumber

protected String phoneNumber

address

protected String address

faxNumber

protected String faxNumber

postCode

protected String postCode

city

protected String city

email

protected String email

website

protected String website

registeredDate

protected Date registeredDate

hjid

protected Long hjid
Constructor Detail

SwedenPoliticalParty

public SwedenPoliticalParty()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getShortCode

public String getShortCode()
Gets the value of the shortCode property.

Returns:
possible object is String

setShortCode

public void setShortCode(String value)
Sets the value of the shortCode property.

Parameters:
value - allowed object is String

getPartyId

public String getPartyId()
Gets the value of the partyId property.

Returns:
possible object is String

setPartyId

public void setPartyId(String value)
Sets the value of the partyId property.

Parameters:
value - allowed object is String

getCoAddress

public String getCoAddress()
Gets the value of the coAddress property.

Returns:
possible object is String

setCoAddress

public void setCoAddress(String value)
Sets the value of the coAddress property.

Parameters:
value - allowed object is String

getPhoneNumber

public String getPhoneNumber()
Gets the value of the phoneNumber property.

Returns:
possible object is String

setPhoneNumber

public void setPhoneNumber(String value)
Sets the value of the phoneNumber property.

Parameters:
value - allowed object is String

getAddress

public String getAddress()
Gets the value of the address property.

Returns:
possible object is String

setAddress

public void setAddress(String value)
Sets the value of the address property.

Parameters:
value - allowed object is String

getFaxNumber

public String getFaxNumber()
Gets the value of the faxNumber property.

Returns:
possible object is String

setFaxNumber

public void setFaxNumber(String value)
Sets the value of the faxNumber property.

Parameters:
value - allowed object is String

getPostCode

public String getPostCode()
Gets the value of the postCode property.

Returns:
possible object is String

setPostCode

public void setPostCode(String value)
Sets the value of the postCode property.

Parameters:
value - allowed object is String

getCity

public String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

getEmail

public String getEmail()
Gets the value of the email property.

Returns:
possible object is String

setEmail

public void setEmail(String value)
Sets the value of the email property.

Parameters:
value - allowed object is String

getWebsite

public String getWebsite()
Gets the value of the website property.

Returns:
possible object is String

setWebsite

public void setWebsite(String value)
Sets the value of the website property.

Parameters:
value - allowed object is String

getRegisteredDate

public Date getRegisteredDate()
Gets the value of the registeredDate property.

Returns:
possible object is String

setRegisteredDate

public void setRegisteredDate(Date value)
Sets the value of the registeredDate property.

Parameters:
value - allowed object is String

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.