|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.external.itsyourparliament.voteinfo.impl.VoteinfoEuElement
@Entity(name="VoteinfoEuElement") public class VoteinfoEuElement
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="votetitle" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="fulltitle" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="policyarea" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="docref" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="dossiercommittee" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="epref" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="legalbasis" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/> <element name="reporterinfo" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="reporterid" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="voteid" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="votes"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="vote" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mepid" type="{http://www.w3.org/2001/XMLSchema}integer"/> <element name="mepinfo" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="mepvote" type="{http://voteinfo.itsyourparliament.external.model.cia.hack23.com/impl}VoteDecision"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Date |
date
|
protected String |
docref
|
protected String |
dossiercommittee
|
protected String |
epref
|
protected String |
fulltitle
|
protected Long |
hjid
|
protected String |
legalbasis
|
protected String |
policyarea
|
protected BigInteger |
reporterid
|
protected String |
reporterinfo
|
protected BigInteger |
voteid
|
protected Votes |
votes
|
protected String |
votetitle
|
Constructor Summary | |
---|---|
VoteinfoEuElement()
|
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)
|
Date |
getDate()
Gets the value of the date property. |
String |
getDocref()
Gets the value of the docref property. |
String |
getDossiercommittee()
Gets the value of the dossiercommittee property. |
String |
getEpref()
Gets the value of the epref property. |
String |
getFulltitle()
Gets the value of the fulltitle property. |
Long |
getHjid()
Gets the value of the hjid property. |
String |
getLegalbasis()
Gets the value of the legalbasis property. |
String |
getPolicyarea()
Gets the value of the policyarea property. |
BigInteger |
getReporterid()
Gets the value of the reporterid property. |
String |
getReporterinfo()
Gets the value of the reporterinfo property. |
BigInteger |
getVoteid()
Gets the value of the voteid property. |
Votes |
getVotes()
Gets the value of the votes property. |
String |
getVotetitle()
Gets the value of the votetitle property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setDate(Date value)
Sets the value of the date property. |
void |
setDocref(String value)
Sets the value of the docref property. |
void |
setDossiercommittee(String value)
Sets the value of the dossiercommittee property. |
void |
setEpref(String value)
Sets the value of the epref property. |
void |
setFulltitle(String value)
Sets the value of the fulltitle property. |
void |
setHjid(Long value)
Sets the value of the hjid property. |
void |
setLegalbasis(String value)
Sets the value of the legalbasis property. |
void |
setPolicyarea(String value)
Sets the value of the policyarea property. |
void |
setReporterid(BigInteger value)
Sets the value of the reporterid property. |
void |
setReporterinfo(String value)
Sets the value of the reporterinfo property. |
void |
setVoteid(BigInteger value)
Sets the value of the voteid property. |
void |
setVotes(Votes value)
Sets the value of the votes property. |
void |
setVotetitle(String value)
Sets the value of the votetitle property. |
VoteinfoEuElement |
withDate(Date value)
|
VoteinfoEuElement |
withDocref(String value)
|
VoteinfoEuElement |
withDossiercommittee(String value)
|
VoteinfoEuElement |
withEpref(String value)
|
VoteinfoEuElement |
withFulltitle(String value)
|
VoteinfoEuElement |
withLegalbasis(String value)
|
VoteinfoEuElement |
withPolicyarea(String value)
|
VoteinfoEuElement |
withReporterid(BigInteger value)
|
VoteinfoEuElement |
withReporterinfo(String value)
|
VoteinfoEuElement |
withVoteid(BigInteger value)
|
VoteinfoEuElement |
withVotes(Votes value)
|
VoteinfoEuElement |
withVotetitle(String value)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String votetitle
protected String fulltitle
protected String policyarea
protected String docref
protected String dossiercommittee
protected String epref
protected String legalbasis
protected String reporterinfo
protected BigInteger reporterid
protected BigInteger voteid
protected Date date
protected Votes votes
protected Long hjid
Constructor Detail |
---|
public VoteinfoEuElement()
Method Detail |
---|
public String getVotetitle()
String
public void setVotetitle(String value)
value
- allowed object is
String
public String getFulltitle()
String
public void setFulltitle(String value)
value
- allowed object is
String
public String getPolicyarea()
String
public void setPolicyarea(String value)
value
- allowed object is
String
public String getDocref()
String
public void setDocref(String value)
value
- allowed object is
String
public String getDossiercommittee()
String
public void setDossiercommittee(String value)
value
- allowed object is
String
public String getEpref()
String
public void setEpref(String value)
value
- allowed object is
String
public String getLegalbasis()
String
public void setLegalbasis(String value)
value
- allowed object is
String
public String getReporterinfo()
String
public void setReporterinfo(String value)
value
- allowed object is
String
public BigInteger getReporterid()
BigInteger
public void setReporterid(BigInteger value)
value
- allowed object is
BigInteger
public BigInteger getVoteid()
BigInteger
public void setVoteid(BigInteger value)
value
- allowed object is
BigInteger
public Date getDate()
String
public void setDate(Date value)
value
- allowed object is
String
public Votes getVotes()
Votes
public void setVotes(Votes value)
value
- allowed object is
Votes
public VoteinfoEuElement withVotetitle(String value)
public VoteinfoEuElement withFulltitle(String value)
public VoteinfoEuElement withPolicyarea(String value)
public VoteinfoEuElement withDocref(String value)
public VoteinfoEuElement withDossiercommittee(String value)
public VoteinfoEuElement withEpref(String value)
public VoteinfoEuElement withLegalbasis(String value)
public VoteinfoEuElement withReporterinfo(String value)
public VoteinfoEuElement withReporterid(BigInteger value)
public VoteinfoEuElement withVoteid(BigInteger value)
public VoteinfoEuElement withDate(Date value)
public VoteinfoEuElement withVotes(Votes 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 |