|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.internal.application.data.impl.AggregatedBugData
@Entity(name="AggregatedBugData") public class AggregatedBugData
Java class for AggregatedBugData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AggregatedBugData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="type" type="{http://data.application.internal.model.cia.hack23.com/impl}BugMetaDataType" minOccurs="0"/> <element name="eu" type="{http://mepinfo.itsyourparliament.external.model.cia.hack23.com/impl}MepinfoEuElement" minOccurs="0"/> <element name="sweden" type="{http://person.riksdagen.external.model.cia.hack23.com/impl}PersonData" minOccurs="0"/> <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="party" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="key" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected String |
country
|
protected MepinfoEuElement |
eu
|
protected Long |
hjid
|
protected String |
id
|
protected String |
key
|
protected String |
name
|
protected String |
party
|
protected PersonData |
sweden
|
protected BugMetaDataType |
type
|
Constructor Summary | |
---|---|
AggregatedBugData()
|
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 |
getCountry()
Gets the value of the country property. |
MepinfoEuElement |
getEu()
Gets the value of the eu property. |
Long |
getHjid()
Gets the value of the hjid property. |
String |
getId()
Gets the value of the id property. |
String |
getKey()
Gets the value of the key property. |
String |
getName()
Gets the value of the name property. |
String |
getParty()
Gets the value of the party property. |
PersonData |
getSweden()
Gets the value of the sweden property. |
BugMetaDataType |
getType()
Gets the value of the type property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setCountry(String value)
Sets the value of the country property. |
void |
setEu(MepinfoEuElement value)
Sets the value of the eu property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setKey(String value)
Sets the value of the key property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setParty(String value)
Sets the value of the party property. |
void |
setSweden(PersonData value)
Sets the value of the sweden property. |
void |
setType(BugMetaDataType value)
Sets the value of the type property. |
AggregatedBugData |
withCountry(String value)
|
AggregatedBugData |
withEu(MepinfoEuElement value)
|
AggregatedBugData |
withId(String value)
|
AggregatedBugData |
withKey(String value)
|
AggregatedBugData |
withName(String value)
|
AggregatedBugData |
withParty(String value)
|
AggregatedBugData |
withSweden(PersonData value)
|
AggregatedBugData |
withType(BugMetaDataType value)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BugMetaDataType type
protected MepinfoEuElement eu
protected PersonData sweden
protected String country
protected String name
protected String party
protected String id
protected String key
protected Long hjid
Constructor Detail |
---|
public AggregatedBugData()
Method Detail |
---|
public BugMetaDataType getType()
BugMetaDataType
public void setType(BugMetaDataType value)
value
- allowed object is
BugMetaDataType
public MepinfoEuElement getEu()
MepinfoEuElement
public void setEu(MepinfoEuElement value)
value
- allowed object is
MepinfoEuElement
public PersonData getSweden()
PersonData
public void setSweden(PersonData value)
value
- allowed object is
PersonData
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getParty()
String
public void setParty(String value)
value
- allowed object is
String
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getKey()
String
public void setKey(String value)
value
- allowed object is
String
public AggregatedBugData withType(BugMetaDataType value)
public AggregatedBugData withEu(MepinfoEuElement value)
public AggregatedBugData withSweden(PersonData value)
public AggregatedBugData withCountry(String value)
public AggregatedBugData withName(String value)
public AggregatedBugData withParty(String value)
public AggregatedBugData withId(String value)
public AggregatedBugData withKey(String value)
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 |