@Entity(name="ViewRiksdagenParty") public class ViewRiksdagenParty extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for ViewRiksdagenParty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenParty"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="partyId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="partyNumber" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="partyName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="headCount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="website" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="registeredDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected long |
headCount |
protected String |
partyId |
protected String |
partyName |
protected String |
partyNumber |
protected Date |
registeredDate |
protected String |
website |
Constructor and Description |
---|
ViewRiksdagenParty() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
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) |
long |
getHeadCount()
Gets the value of the headCount property.
|
String |
getPartyId()
Gets the value of the partyId property.
|
String |
getPartyName()
Gets the value of the partyName property.
|
String |
getPartyNumber()
Gets the value of the partyNumber property.
|
Date |
getRegisteredDate()
Gets the value of the registeredDate 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 |
setHeadCount(long value)
Sets the value of the headCount property.
|
void |
setPartyId(String value)
Sets the value of the partyId property.
|
void |
setPartyName(String value)
Sets the value of the partyName property.
|
void |
setPartyNumber(String value)
Sets the value of the partyNumber property.
|
void |
setRegisteredDate(Date value)
Sets the value of the registeredDate property.
|
void |
setWebsite(String value)
Sets the value of the website property.
|
String |
toString() |
ViewRiksdagenParty |
withHeadCount(long value) |
ViewRiksdagenParty |
withPartyId(String value) |
ViewRiksdagenParty |
withPartyName(String value) |
ViewRiksdagenParty |
withPartyNumber(String value) |
ViewRiksdagenParty |
withRegisteredDate(Date value) |
ViewRiksdagenParty |
withWebsite(String value) |
protected String partyId
protected String partyNumber
protected String partyName
protected long headCount
protected String website
protected Date registeredDate
public String getPartyId()
String
public void setPartyId(String value)
value
- allowed object is
String
public String getPartyNumber()
String
public void setPartyNumber(String value)
value
- allowed object is
String
public String getPartyName()
String
public void setPartyName(String value)
value
- allowed object is
String
public long getHeadCount()
public void setHeadCount(long value)
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 ViewRiksdagenParty withPartyId(String value)
public ViewRiksdagenParty withPartyNumber(String value)
public ViewRiksdagenParty withPartyName(String value)
public ViewRiksdagenParty withHeadCount(long value)
public ViewRiksdagenParty withWebsite(String value)
public ViewRiksdagenParty withRegisteredDate(Date value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
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 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
Copyright © 2010–2017 www.hack23.com. All rights reserved.