|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.external.val.partier.impl.SwedenPoliticalParty
@Entity(name="SwedenPoliticalParty") public class SwedenPoliticalParty
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>
| 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 |
|---|
protected String name
protected String shortCode
protected String partyId
protected String coAddress
protected String phoneNumber
protected String address
protected String faxNumber
protected String postCode
protected String city
protected String email
protected String website
protected Date registeredDate
protected Long hjid
| Constructor Detail |
|---|
public SwedenPoliticalParty()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getShortCode()
Stringpublic void setShortCode(String value)
value - allowed object is
Stringpublic String getPartyId()
Stringpublic void setPartyId(String value)
value - allowed object is
Stringpublic String getCoAddress()
Stringpublic void setCoAddress(String value)
value - allowed object is
Stringpublic String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic String getFaxNumber()
Stringpublic void setFaxNumber(String value)
value - allowed object is
Stringpublic String getPostCode()
Stringpublic void setPostCode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getWebsite()
Stringpublic void setWebsite(String value)
value - allowed object is
Stringpublic Date getRegisteredDate()
Stringpublic void setRegisteredDate(Date value)
value - allowed object is
Stringpublic Long getHjid()
Longpublic void setHjid(Long value)
value - allowed object is
Long
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(Object object)
equals in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||