|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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()
String
public void setName(String value)
value
- allowed object is
String
public String getShortCode()
String
public void setShortCode(String value)
value
- allowed object is
String
public String getPartyId()
String
public void setPartyId(String value)
value
- allowed object is
String
public String getCoAddress()
String
public void setCoAddress(String value)
value
- allowed object is
String
public String getPhoneNumber()
String
public void setPhoneNumber(String value)
value
- allowed object is
String
public String getAddress()
String
public void setAddress(String value)
value
- allowed object is
String
public String getFaxNumber()
String
public void setFaxNumber(String value)
value
- allowed object is
String
public String getPostCode()
String
public void setPostCode(String value)
value
- allowed object is
String
public String getCity()
String
public void setCity(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getWebsite()
String
public void setWebsite(String value)
value
- allowed object is
String
public Date getRegisteredDate()
String
public void setRegisteredDate(Date value)
value
- allowed object is
String
public Long getHjid()
Long
public 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.Equals
public 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.HashCode
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |