Uses of Class
com.hack23.cia.model.external.riksdagen.utskottsforslag.impl.CommitteeProposalData
-
Uses of CommitteeProposalData in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl
Fields in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl with type parameters of type CommitteeProposalDataModifier and TypeFieldDescriptionprotected List<CommitteeProposalData>CommitteeProposalContainer.committeeProposalListThe committee proposal list.Methods in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl that return CommitteeProposalDataModifier and TypeMethodDescriptionObjectFactory.createCommitteeProposalData()Creates a new Object object.CommitteeProposalData.withAgainstProposalNumber(BigInteger value) With against proposal number.CommitteeProposalData.withAgainstProposalParties(String value) With against proposal parties.CommitteeProposalData.withBallotId(String value) With ballot id.CommitteeProposalData.withBallotSummary(Element value) With ballot summary.CommitteeProposalData.withBallotUrlXml(String value) With ballot url xml.CommitteeProposalData.withCommitteeReport(String value) With committee report.CommitteeProposalData.withDecisionType(String value) With decision type.CommitteeProposalData.withHeader(String value) With header.CommitteeProposalData.withIssueNumber(BigInteger value) With issue number.CommitteeProposalData.withProposal(String value) With proposal.With rm.CommitteeProposalData.withWinner(String value) With winner.Methods in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl that return types with arguments of type CommitteeProposalDataModifier and TypeMethodDescriptionCommitteeProposalContainer.getCommitteeProposalList()Gets the committee proposal list.Method parameters in com.hack23.cia.model.external.riksdagen.utskottsforslag.impl with type arguments of type CommitteeProposalDataModifier and TypeMethodDescriptionvoidCommitteeProposalContainer.setCommitteeProposalList(List<CommitteeProposalData> committeeProposalList) Sets the committee proposal list.CommitteeProposalContainer.withCommitteeProposalList(List<CommitteeProposalData> committeeProposalList) With committee proposal list.