com.hack23.cia.model.external.itsyourparliament.voteinfo.impl
Class VoteinfoEuElement

Package class diagram package VoteinfoEuElement
java.lang.Object
  extended by com.hack23.cia.model.external.itsyourparliament.voteinfo.impl.VoteinfoEuElement
All Implemented Interfaces:
ModelObject, Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

@Entity(name="VoteinfoEuElement")
public class VoteinfoEuElement
extends Object
implements Serializable, ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

votetitle

protected String votetitle

fulltitle

protected String fulltitle

policyarea

protected String policyarea

docref

protected String docref

dossiercommittee

protected String dossiercommittee

epref

protected String epref

legalbasis

protected String legalbasis

reporterinfo

protected String reporterinfo

reporterid

protected BigInteger reporterid

voteid

protected BigInteger voteid

date

protected Date date

votes

protected Votes votes

hjid

protected Long hjid
Constructor Detail

VoteinfoEuElement

public VoteinfoEuElement()
Method Detail

getVotetitle

public String getVotetitle()
Gets the value of the votetitle property.

Returns:
possible object is String

setVotetitle

public void setVotetitle(String value)
Sets the value of the votetitle property.

Parameters:
value - allowed object is String

getFulltitle

public String getFulltitle()
Gets the value of the fulltitle property.

Returns:
possible object is String

setFulltitle

public void setFulltitle(String value)
Sets the value of the fulltitle property.

Parameters:
value - allowed object is String

getPolicyarea

public String getPolicyarea()
Gets the value of the policyarea property.

Returns:
possible object is String

setPolicyarea

public void setPolicyarea(String value)
Sets the value of the policyarea property.

Parameters:
value - allowed object is String

getDocref

public String getDocref()
Gets the value of the docref property.

Returns:
possible object is String

setDocref

public void setDocref(String value)
Sets the value of the docref property.

Parameters:
value - allowed object is String

getDossiercommittee

public String getDossiercommittee()
Gets the value of the dossiercommittee property.

Returns:
possible object is String

setDossiercommittee

public void setDossiercommittee(String value)
Sets the value of the dossiercommittee property.

Parameters:
value - allowed object is String

getEpref

public String getEpref()
Gets the value of the epref property.

Returns:
possible object is String

setEpref

public void setEpref(String value)
Sets the value of the epref property.

Parameters:
value - allowed object is String

getLegalbasis

public String getLegalbasis()
Gets the value of the legalbasis property.

Returns:
possible object is String

setLegalbasis

public void setLegalbasis(String value)
Sets the value of the legalbasis property.

Parameters:
value - allowed object is String

getReporterinfo

public String getReporterinfo()
Gets the value of the reporterinfo property.

Returns:
possible object is String

setReporterinfo

public void setReporterinfo(String value)
Sets the value of the reporterinfo property.

Parameters:
value - allowed object is String

getReporterid

public BigInteger getReporterid()
Gets the value of the reporterid property.

Returns:
possible object is BigInteger

setReporterid

public void setReporterid(BigInteger value)
Sets the value of the reporterid property.

Parameters:
value - allowed object is BigInteger

getVoteid

public BigInteger getVoteid()
Gets the value of the voteid property.

Returns:
possible object is BigInteger

setVoteid

public void setVoteid(BigInteger value)
Sets the value of the voteid property.

Parameters:
value - allowed object is BigInteger

getDate

public Date getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(Date value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getVotes

public Votes getVotes()
Gets the value of the votes property.

Returns:
possible object is Votes

setVotes

public void setVotes(Votes value)
Sets the value of the votes property.

Parameters:
value - allowed object is Votes

withVotetitle

public VoteinfoEuElement withVotetitle(String value)

withFulltitle

public VoteinfoEuElement withFulltitle(String value)

withPolicyarea

public VoteinfoEuElement withPolicyarea(String value)

withDocref

public VoteinfoEuElement withDocref(String value)

withDossiercommittee

public VoteinfoEuElement withDossiercommittee(String value)

withEpref

public VoteinfoEuElement withEpref(String value)

withLegalbasis

public VoteinfoEuElement withLegalbasis(String value)

withReporterinfo

public VoteinfoEuElement withReporterinfo(String value)

withReporterid

public VoteinfoEuElement withReporterid(BigInteger value)

withVoteid

public VoteinfoEuElement withVoteid(BigInteger value)

withDate

public VoteinfoEuElement withDate(Date value)

withVotes

public VoteinfoEuElement withVotes(Votes value)

getHjid

public Long getHjid()
Gets the value of the hjid property.

Returns:
possible object is Long

setHjid

public void setHjid(Long value)
Sets the value of the hjid property.

Parameters:
value - allowed object is Long

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2008-2011 www.hack23.com. All Rights Reserved.