com.hack23.cia.model.external.riksdagen.utskottsforslag.impl
Class CommitteeProposalData

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

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

Java class for CommitteeProposalData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CommitteeProposalData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="rubrik" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="punkt" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="forslag" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="beslutstyp" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="motforslag_nummer" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="motforslag_partier" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="votering_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="votering_sammanfattning_html" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="votering_url_xml" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="bet" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="vinnare" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="rm" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  BigInteger againstProposalNumber
           
protected  String againstProposalParties
           
protected  String ballotId
           
protected  Element ballotSummary
           
protected  String ballotUrlXml
           
protected  String committeeReport
           
protected  String decisionType
           
protected  String header
           
protected  Long hjid
           
protected  BigInteger issueNumber
           
protected  String proposal
           
protected  String rm
           
protected  String winner
           
 
Constructor Summary
CommitteeProposalData()
           
 
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)
           
 BigInteger getAgainstProposalNumber()
          Gets the value of the againstProposalNumber property.
 String getAgainstProposalParties()
          Gets the value of the againstProposalParties property.
 String getBallotId()
          Gets the value of the ballotId property.
 Element getBallotSummary()
          Gets the value of the ballotSummary property.
 String getBallotSummaryItem()
           
 String getBallotUrlXml()
          Gets the value of the ballotUrlXml property.
 String getCommitteeReport()
          Gets the value of the committeeReport property.
 String getDecisionType()
          Gets the value of the decisionType property.
 String getHeader()
          Gets the value of the header property.
 Long getHjid()
          Gets the value of the hjid property.
 BigInteger getIssueNumber()
          Gets the value of the issueNumber property.
 String getProposal()
          Gets the value of the proposal property.
 String getRm()
          Gets the value of the rm property.
 String getWinner()
          Gets the value of the winner property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setAgainstProposalNumber(BigInteger value)
          Sets the value of the againstProposalNumber property.
 void setAgainstProposalParties(String value)
          Sets the value of the againstProposalParties property.
 void setBallotId(String value)
          Sets the value of the ballotId property.
 void setBallotSummary(Element value)
          Sets the value of the ballotSummary property.
 void setBallotSummaryItem(String target)
           
 void setBallotUrlXml(String value)
          Sets the value of the ballotUrlXml property.
 void setCommitteeReport(String value)
          Sets the value of the committeeReport property.
 void setDecisionType(String value)
          Sets the value of the decisionType property.
 void setHeader(String value)
          Sets the value of the header property.
 void setHjid(Long value)
          Sets the value of the hjid property.
 void setIssueNumber(BigInteger value)
          Sets the value of the issueNumber property.
 void setProposal(String value)
          Sets the value of the proposal property.
 void setRm(String value)
          Sets the value of the rm property.
 void setWinner(String value)
          Sets the value of the winner property.
 CommitteeProposalData withAgainstProposalNumber(BigInteger value)
           
 CommitteeProposalData withAgainstProposalParties(String value)
           
 CommitteeProposalData withBallotId(String value)
           
 CommitteeProposalData withBallotSummary(Element value)
           
 CommitteeProposalData withBallotUrlXml(String value)
           
 CommitteeProposalData withCommitteeReport(String value)
           
 CommitteeProposalData withDecisionType(String value)
           
 CommitteeProposalData withHeader(String value)
           
 CommitteeProposalData withIssueNumber(BigInteger value)
           
 CommitteeProposalData withProposal(String value)
           
 CommitteeProposalData withRm(String value)
           
 CommitteeProposalData withWinner(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

header

protected String header

issueNumber

protected BigInteger issueNumber

proposal

protected String proposal

decisionType

protected String decisionType

againstProposalNumber

protected BigInteger againstProposalNumber

againstProposalParties

protected String againstProposalParties

ballotId

protected String ballotId

ballotSummary

protected Element ballotSummary

ballotUrlXml

protected String ballotUrlXml

committeeReport

protected String committeeReport

winner

protected String winner

rm

protected String rm

hjid

protected Long hjid
Constructor Detail

CommitteeProposalData

public CommitteeProposalData()
Method Detail

getHeader

public String getHeader()
Gets the value of the header property.

Returns:
possible object is String

setHeader

public void setHeader(String value)
Sets the value of the header property.

Parameters:
value - allowed object is String

getIssueNumber

public BigInteger getIssueNumber()
Gets the value of the issueNumber property.

Returns:
possible object is BigInteger

setIssueNumber

public void setIssueNumber(BigInteger value)
Sets the value of the issueNumber property.

Parameters:
value - allowed object is BigInteger

getProposal

public String getProposal()
Gets the value of the proposal property.

Returns:
possible object is String

setProposal

public void setProposal(String value)
Sets the value of the proposal property.

Parameters:
value - allowed object is String

getDecisionType

public String getDecisionType()
Gets the value of the decisionType property.

Returns:
possible object is String

setDecisionType

public void setDecisionType(String value)
Sets the value of the decisionType property.

Parameters:
value - allowed object is String

getAgainstProposalNumber

public BigInteger getAgainstProposalNumber()
Gets the value of the againstProposalNumber property.

Returns:
possible object is BigInteger

setAgainstProposalNumber

public void setAgainstProposalNumber(BigInteger value)
Sets the value of the againstProposalNumber property.

Parameters:
value - allowed object is BigInteger

getAgainstProposalParties

public String getAgainstProposalParties()
Gets the value of the againstProposalParties property.

Returns:
possible object is String

setAgainstProposalParties

public void setAgainstProposalParties(String value)
Sets the value of the againstProposalParties property.

Parameters:
value - allowed object is String

getBallotId

public String getBallotId()
Gets the value of the ballotId property.

Returns:
possible object is String

setBallotId

public void setBallotId(String value)
Sets the value of the ballotId property.

Parameters:
value - allowed object is String

getBallotSummary

public Element getBallotSummary()
Gets the value of the ballotSummary property.

Returns:
possible object is Element

setBallotSummary

public void setBallotSummary(Element value)
Sets the value of the ballotSummary property.

Parameters:
value - allowed object is Element

getBallotUrlXml

public String getBallotUrlXml()
Gets the value of the ballotUrlXml property.

Returns:
possible object is String

setBallotUrlXml

public void setBallotUrlXml(String value)
Sets the value of the ballotUrlXml property.

Parameters:
value - allowed object is String

getCommitteeReport

public String getCommitteeReport()
Gets the value of the committeeReport property.

Returns:
possible object is String

setCommitteeReport

public void setCommitteeReport(String value)
Sets the value of the committeeReport property.

Parameters:
value - allowed object is String

getWinner

public String getWinner()
Gets the value of the winner property.

Returns:
possible object is String

setWinner

public void setWinner(String value)
Sets the value of the winner property.

Parameters:
value - allowed object is String

getRm

public String getRm()
Gets the value of the rm property.

Returns:
possible object is String

setRm

public void setRm(String value)
Sets the value of the rm property.

Parameters:
value - allowed object is String

withHeader

public CommitteeProposalData withHeader(String value)

withIssueNumber

public CommitteeProposalData withIssueNumber(BigInteger value)

withProposal

public CommitteeProposalData withProposal(String value)

withDecisionType

public CommitteeProposalData withDecisionType(String value)

withAgainstProposalNumber

public CommitteeProposalData withAgainstProposalNumber(BigInteger value)

withAgainstProposalParties

public CommitteeProposalData withAgainstProposalParties(String value)

withBallotId

public CommitteeProposalData withBallotId(String value)

withBallotSummary

public CommitteeProposalData withBallotSummary(Element value)

withBallotUrlXml

public CommitteeProposalData withBallotUrlXml(String value)

withCommitteeReport

public CommitteeProposalData withCommitteeReport(String value)

withWinner

public CommitteeProposalData withWinner(String value)

withRm

public CommitteeProposalData withRm(String 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

getBallotSummaryItem

public String getBallotSummaryItem()

setBallotSummaryItem

public void setBallotSummaryItem(String target)

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.